OSDN Git Service

2009-06-27 Kai Tietz <kai.tietz@onevision.com>
authorKai Tietz <kai.tietz@onevision.com>
Sat, 27 Jun 2009 08:57:08 +0000 (08:57 +0000)
committerKai Tietz <kai.tietz@onevision.com>
Sat, 27 Jun 2009 08:57:08 +0000 (08:57 +0000)
* scripttempl/pe.sc (.debug_pubtypes): Fixed syntax error.
* scripttempl/pep.sc (.debug_pubtypes): Likewise.

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

index fe121e5..d49d2a0 100644 (file)
@@ -213,7 +213,7 @@ SECTIONS
     *(.debug_pubnames)
   }
 
-  .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)}
+  .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
   {
     *(.debug_pubtypes)
   }
index 95e99ee..47d644a 100644 (file)
@@ -214,7 +214,7 @@ SECTIONS
     *(.debug_pubnames)
   }
 
-  .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)}
+  .debug_pubtypes ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
   {
     *(.debug_pubtypes)
   }