rust/library/unwind/src
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
..
lib.rs Port std library to RTEMS 2024-09-03 09:19:29 +02:00
libunwind.rs Fix linking error when compiling for 32-bit watchOS 2024-09-08 09:12:31 +02:00
unwinding.rs Reformat `use` declarations. 2024-07-29 08:26:52 +10:00
wasm.rs Fix compile of wasm64-unknown-unknown target 2024-03-20 14:55:02 -07:00