From: Ian Lance Taylor Date: Sat, 31 Jan 1998 00:16:44 +0000 (+0000) Subject: Fri Jan 30 19:15:17 1998 Geoff Keating X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93ed82b0c72dd351d49fbe59764f25c08a8300d7;p=binutils-gdb.git Fri Jan 30 19:15:17 1998 Geoff Keating * scripttempl/elfppc.sc: Put .dynsbss in .sbss. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 1bf05307fda..51384122eda 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Fri Jan 30 19:15:17 1998 Geoff Keating + + * scripttempl/elfppc.sc: Put .dynsbss in .sbss. + Fri Jan 30 11:43:49 1998 H.J. Lu * Makefile.am (eelf32bsmip.c, eelf32lsmip.c): New targets. diff --git a/ld/scripttempl/elfppc.sc b/ld/scripttempl/elfppc.sc index dd80edbca99..33763bf0ea0 100644 --- a/ld/scripttempl/elfppc.sc +++ b/ld/scripttempl/elfppc.sc @@ -159,6 +159,7 @@ SECTIONS ${RELOCATING+PROVIDE (__sbss_start = .);} *(.sbss) *(.scommon) + *(.dynsbss) ${RELOCATING+PROVIDE (__sbss_end = .);} } ${PLT}