]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add separate debug info file section
authorAlan Modra <amodra@gmail.com>
Fri, 14 Oct 2016 10:47:54 +0000 (21:17 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 14 Oct 2016 12:15:43 +0000 (22:45 +1030)
* scripttempl/DWARF.sc: Add .debug_addr.

ld/ChangeLog
ld/scripttempl/DWARF.sc

index 35d89fc9b76ade0c1c9e03a29c01507c3a637982..6cc35c7e73b9869b25ba3d9aabb6a30124c1ee0a 100644 (file)
@@ -1,3 +1,7 @@
+2016-10-14  Alan Modra  <amodra@gmail.com>
+
+       * scripttempl/DWARF.sc: Add .debug_addr.
+
 2016-10-10  Christophe Lyon  <christophe.lyon@linaro.org>
 
        Backport from mainline
index a8bcb97a80fe69992bc87f34ad9ede0edc62bf28..cbb2999572fd34cab92d02906e51825f3888f84b 100644 (file)
@@ -42,4 +42,5 @@ cat <<EOF
 
   /* DWARF Extension.  */
   .debug_macro    0 : { *(.debug_macro) }
+  .debug_addr     0 : { *(.debug_addr) }
 EOF