Josh Triplett
|
d9f29fd9ed
|
Add comment explaining why libunwind doesn't need to link libgcc_eh
|
2020-10-04 22:12:08 -07:00 |
|
Josh Triplett
|
9d952cbe95
|
unwind: Move linux-gnu library linking to lib.rs and libc
This unifies it with the handling of `target-feature=+crt-static` on
other platforms, and allows for supporting static glibc in the future.
|
2020-10-04 22:12:07 -07:00 |
|
Josh Triplett
|
16ebf750cf
|
Update libc to 0.2.79
This also fixes issues with inconsistent `unsafe` on functions.
|
2020-10-04 22:12:07 -07:00 |
|
John Paul Adrian Glaubitz
|
1fefba5e0b
|
library/{panic_,}unwind: Add definitions for sparc-unknow-linux-gnu
|
2020-09-28 00:39:57 +02:00 |
|
Alistair Francis
|
3d1b6d6cc2
|
library/unwind: Add missing )
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
|
2020-09-17 07:10:10 -07:00 |
|
Alistair Francis
|
57b2da808c
|
library/unwind: Consolidate RV32 and RV64
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
|
2020-09-16 15:19:32 -07:00 |
|
Alistair Francis
|
0f3ccbd662
|
library/unwind: Add support for RISC-V 32-bit
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
|
2020-09-16 08:45:49 -07:00 |
|
Marko Mijalkovic
|
27fca58993
|
Add back unwinding support for Sony PSP
|
2020-08-08 02:14:40 -04:00 |
|
mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|