Fri Jan 30 19:15:17 1998 Geoff Keating <geoffk@ozemail.com.au>
authorIan Lance Taylor <ian@airs.com>
Sat, 31 Jan 1998 00:16:44 +0000 (00:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 31 Jan 1998 00:16:44 +0000 (00:16 +0000)
* scripttempl/elfppc.sc: Put .dynsbss in .sbss.

ld/ChangeLog
ld/scripttempl/elfppc.sc

index 1bf05307fda207f3d032509a1a241e6725b3ff12..51384122edaedf549faf5e4daf05fb96ca3d2e2d 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jan 30 19:15:17 1998  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * scripttempl/elfppc.sc: Put .dynsbss in .sbss.
+
 Fri Jan 30 11:43:49 1998  H.J. Lu  <hjl@gnu.ai.mit.edu>
 
        * Makefile.am (eelf32bsmip.c, eelf32lsmip.c): New targets.
index dd80edbca992a2105526607af9eba63f066ed843..33763bf0ea001fb1e92c409135cd6ba9dabda1ed 100644 (file)
@@ -159,6 +159,7 @@ SECTIONS
     ${RELOCATING+PROVIDE (__sbss_start = .);}
     *(.sbss)
     *(.scommon)
+    *(.dynsbss)
     ${RELOCATING+PROVIDE (__sbss_end = .);}
   }
   ${PLT}
This page took 0.034773 seconds and 4 git commands to generate.