Fri Jan 30 19:15:17 1998 Geoff Keating <geoffk@ozemail.com.au>

* scripttempl/elfppc.sc: Put .dynsbss in .sbss.
This commit is contained in:
Ian Lance Taylor 1998-01-31 00:16:44 +00:00
parent c44b38d742
commit 93ed82b0c7
2 changed files with 5 additions and 0 deletions

View 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.

View File

@ -159,6 +159,7 @@ SECTIONS
${RELOCATING+PROVIDE (__sbss_start = .);}
*(.sbss)
*(.scommon)
*(.dynsbss)
${RELOCATING+PROVIDE (__sbss_end = .);}
}
${PLT}