Add separate debug info file section

* scripttempl/DWARF.sc: Add .debug_addr.
This commit is contained in:
Alan Modra 2016-10-14 21:17:54 +10:30
parent e5b06ef06b
commit ab2c2251da
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-10-14 Alan Modra <amodra@gmail.com>
* scripttempl/DWARF.sc: Add .debug_addr.
2016-10-12 Alan Modra <amodra@gmail.com>
* testsuite/ld-i386/pr19636-1d-nacl.d: Adjust for objdump change.

View File

@ -42,4 +42,5 @@ cat <<EOF
/* DWARF Extension. */
.debug_macro 0 : { *(.debug_macro) }
.debug_addr 0 : { *(.debug_addr) }
EOF