-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
Copied from GCC revision 256122.
Update to config.guess 2018-05-19 and config.sub 2018-05-24 from git://git.savannah.gnu.org/config.git revision 3a2a927f547ee478147008c3fda2adb8a2b2ebc4. This brings in musl support.
This adds DWARF 5 support as well as an enhanced testsuite. Patch assembled by Than McIntosh.
This supports FreeBSD and NetBSD when /proc is not mounted.
I don't believe the master branch of this repository is used, but rather the |
Rebasing on upstream would also fix rust-lang/rust#54434 which would be nice to see happen. |
@alexcrichton: Should I make a pull request merging upstream into |
@Aaron1011 I think the best thing to do is to make a new branch based of libbacktrace's master branch, then cherry-pick all the Rust fixes, then show me where the branch is so I can push it up to this repository |
@alexcrichton I have done that here: https://github.com/t6/libbacktrace/tree/rust-snapshot-2020-02-19 I did not really know what to do with the preliminary macho support upstream added. Reading ianlancetaylor#2 (comment) I'm not convinced it is ready so I reverted that commit. |
Thanks @t6! Mind sending a PR to the One worry I'd have is that we do rely on mach-o support in one form or another, but so long as all the tests are passing I think it's fine. |
This is now a branch at https://github.com/rust-lang/libbacktrace/tree/rust-snapshot-2020-02-19, so closing. |
This pulls in a fix for ianlancetaylor#32