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-Tag: gdb-4_18~3571 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93ed82b0c72dd351d49fbe59764f25c08a8300d7;p=external%2Fbinutils.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 1bf0530..5138412 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 dd80edb..33763bf 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}