[binutils-gdb] Add separate debug info file section

Alan Modra amodra@sourceware.org
Fri Oct 14 12:15:00 GMT 2016


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ab2c2251daf50e5ce733d33b803eb469b3ba1d80

commit ab2c2251daf50e5ce733d33b803eb469b3ba1d80
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Oct 14 21:17:54 2016 +1030

    Add separate debug info file section
    
    	* scripttempl/DWARF.sc: Add .debug_addr.

Diff:
---
 ld/ChangeLog            | 4 ++++
 ld/scripttempl/DWARF.sc | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 213cc37..96b717f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/scripttempl/DWARF.sc b/ld/scripttempl/DWARF.sc
index a8bcb97..cbb2999 100644
--- a/ld/scripttempl/DWARF.sc
+++ b/ld/scripttempl/DWARF.sc
@@ -42,4 +42,5 @@ cat <<EOF
 
   /* DWARF Extension.  */
   .debug_macro    0 : { *(.debug_macro) }
+  .debug_addr     0 : { *(.debug_addr) }
 EOF



More information about the Binutils-cvs mailing list