diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-07 03:57:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-07 03:57:09 +0000 |
commit | 1822664fe4d0daf210778e7956584b36cb4fed95 (patch) | |
tree | 3301c3fd0d779512c269df38f34aa8565b28e162 /ld | |
parent | 22d7f91e32bda141f2d866c3e7dd967141dcf696 (diff) | |
download | gdb-1822664fe4d0daf210778e7956584b36cb4fed95.zip gdb-1822664fe4d0daf210778e7956584b36cb4fed95.tar.gz gdb-1822664fe4d0daf210778e7956584b36cb4fed95.tar.bz2 |
* scripttempl/m68kcoff.sc: Put .bss in data segment.
* scripttempl/h8300.sc: Change .stab and .stabstr to use a VMA of
0, and to only be marked as NOLOAD if relocating.
* scripttempl/h8500.sc, scripttempl/h8500b.sc: Likewise.
* scripttempl/h8500c.sc, scripttempl/h8500m.sc: Likewise.
* scripttempl/h8500s.sc, scripttempl/i386coff.sc: Likewise.
* scripttempl/i386go32.sc, scripttempl/i386lynx.sc: Likewise.
* scripttempl/m68kcoff.sc, scripttempl/m68klynx.sc: Likewise.
* scripttempl/sh.sc, scripttempl/sparccoff.sc: Likewise.
* scripttempl/sparclynx.sc: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/scripttempl/i386lynx.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/i386lynx.sc b/ld/scripttempl/i386lynx.sc index b1bfdb7..9d344b2 100644 --- a/ld/scripttempl/i386lynx.sc +++ b/ld/scripttempl/i386lynx.sc @@ -34,11 +34,11 @@ SECTIONS *(COMMON) ${RELOCATING+ end = .}; } - .stab . (NOLOAD) : + .stab 0 ${RELOCATING+(NOLOAD)} : { [ .stab ] } - .stabstr . (NOLOAD) : + .stabstr 0 ${RELOCATING+(NOLOAD)} : { [ .stabstr ] } |