rust/library/unwind
Mads Marquart f98ca32b0a Fix linking error when compiling for 32-bit watchOS
In https://github.com/rust-lang/rust/pull/124748, I mistakenly conflated
"not SjLj" to mean "ARM EHABI", which isn't true, watchOS armv7k
(specifically only that architecture) uses a third unwinding method
called "DWARF CFI".
2024-09-08 09:12:31 +02:00
..
src Fix linking error when compiling for 32-bit watchOS 2024-09-08 09:12:31 +02:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00