mirror of
https://github.com/ianlancetaylor/libbacktrace.git
synced 2026-03-24 11:09:06 +08:00
libbacktrace: update to current version from GCC trunk
This adds DWARF 5 support as well as an enhanced testsuite. Patch assembled by Than McIntosh.
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
/\177ELF\002/ { if (NR == 1) { print "elf64"; exit } }
|
||||
/\114\001/ { if (NR == 1) { print "pecoff"; exit } }
|
||||
/\144\206/ { if (NR == 1) { print "pecoff"; exit } }
|
||||
/\001\337/ { if (NR == 1) { print "xcoff32"; exit } }
|
||||
/\001\367/ { if (NR == 1) { print "xcoff64"; exit } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user