OSDN Git Service

2009-06-26 Kai Tietz <kai.tietz@onevision.com>
authorKai Tietz <kai.tietz@onevision.com>
Fri, 26 Jun 2009 17:23:10 +0000 (17:23 +0000)
committerKai Tietz <kai.tietz@onevision.com>
Fri, 26 Jun 2009 17:23:10 +0000 (17:23 +0000)
        * scripttempl/pe.sc (.debug_pubtypes): Added section rule.
        * scripttempl/pep.sc: Likewise.

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

index 7b65d0d..a966e37 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-26  Kai Tietz  <kai.tietz@onevision.com>
+
+       * scripttempl/pe.sc (.debug_pubtypes): Added section rule.
+       * scripttempl/pep.sc: Likewise.
+
 2009-06-25  Tristan Gingold  <gingold@adacore.com>
 
        * ldlang.c (print_input_section): Add is_discarded parameter.  Adjust
index 8561446..fe121e5 100644 (file)
@@ -213,6 +213,11 @@ SECTIONS
     *(.debug_pubnames)
   }
 
+  .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)}
+  {
+    *(.debug_pubtypes)
+  }
+
   /* DWARF 2.  */
   .debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
   {
index e19026c..95e99ee 100644 (file)
@@ -214,6 +214,11 @@ SECTIONS
     *(.debug_pubnames)
   }
 
+  .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)}
+  {
+    *(.debug_pubtypes)
+  }
+
   /* DWARF 2.  */
   .debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
   {