OSDN Git Service

* scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
authoramodra <amodra>
Fri, 7 Jun 2002 09:59:06 +0000 (09:59 +0000)
committeramodra <amodra>
Fri, 7 Jun 2002 09:59:06 +0000 (09:59 +0000)
ld/ChangeLog
ld/scripttempl/elf.sc

index fe10455..6efe3d7 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
+
 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
index 0cef64e..6bbe1b8 100644 (file)
@@ -311,7 +311,7 @@ cat <<EOF
   }
   .data1        ${RELOCATING-0} : { *(.data1) }
   .tdata       ${RELOCATING-0} : { *(.tdata${RELOCATING+ .tdata.* .gnu.linkonce.td.*}) }
-  .tbss                ${RELOCATING-0} : { *(.tbss${RELOCATING+ .tbss.* .gnu.linkonce.tb.*) *(.tcommon}) }
+  .tbss                ${RELOCATING-0} : { *(.tbss${RELOCATING+ .tbss.* .gnu.linkonce.tb.*})${RELOCATING+ *(.tcommon)} }
   .eh_frame     ${RELOCATING-0} : { KEEP (*(.eh_frame)) }
   .gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) }
   ${WRITABLE_RODATA+${RODATA}}