]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2011-08-06 Kai Tietz <ktietz@redhat.com>
authorKai Tietz <kai.tietz@onevision.com>
Sat, 6 Aug 2011 11:21:44 +0000 (11:21 +0000)
committerKai Tietz <kai.tietz@onevision.com>
Sat, 6 Aug 2011 11:21:44 +0000 (11:21 +0000)
        * scripttempl/pep.sc: Add .debug_macro section.
        * scripttempl/pe.sc: Likewise.

ld/ChangeLog
ld/scripttempl/pe.sc
ld/scripttempl/pep.sc

index bb23c7a65eb8ad12a91a360d9ad02b3b8b8f4b3c..bde12e57263ca09a357d3b08ba9aa8eaeb0dca66 100644 (file)
@@ -1,3 +1,8 @@
+2011-08-06  Kai Tietz  <ktietz@redhat.com>
+
+       * scripttempl/pep.sc: Add .debug_macro section.
+       * scripttempl/pe.sc: Likewise.
+
 2011-08-05  Alan Modra  <amodra@gmail.com>
 
        PR ld/12762
index 7cf745880b30beb7ac301260ecc5b3e4993bf52f..3cb77ab4e0313215512a9936eb062be89774f697 100644 (file)
@@ -292,6 +292,11 @@ SECTIONS
     *(.debug_varnames)
   }
 
+  .debug_macro ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
+  {
+    *(.debug_macro)
+  }
+
   /* DWARF 3.  */
   .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
   {
index 583cacb9218d28f69bef8a614ee2a621c9a289bb..60515ef9f10de799ebc8f789abd026480c655034 100644 (file)
@@ -298,6 +298,11 @@ SECTIONS
     *(.debug_varnames)
   }
 
+  .debug_macro ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
+  {
+    *(.debug_macro)
+  }
+
   /* DWARF 3.  */
   .debug_ranges ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
   {