diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-01-31 00:16:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-01-31 00:16:44 +0000 |
commit | 93ed82b0c72dd351d49fbe59764f25c08a8300d7 (patch) | |
tree | 8b62ee1a39f626cb6407ed5fc9906f8ababc3950 /ld/scripttempl | |
parent | c44b38d742024d161dff96511318bef4a5ecd49a (diff) | |
download | gdb-93ed82b0c72dd351d49fbe59764f25c08a8300d7.zip gdb-93ed82b0c72dd351d49fbe59764f25c08a8300d7.tar.gz gdb-93ed82b0c72dd351d49fbe59764f25c08a8300d7.tar.bz2 |
Fri Jan 30 19:15:17 1998 Geoff Keating <geoffk@ozemail.com.au>
* scripttempl/elfppc.sc: Put .dynsbss in .sbss.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/elfppc.sc | 1 |
1 files changed, 1 insertions, 0 deletions
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} |