* 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.
This commit is contained in:
Ian Lance Taylor 1994-09-07 03:57:09 +00:00
parent 22d7f91e32
commit 1822664fe4
1 changed files with 2 additions and 2 deletions

View File

@ -34,11 +34,11 @@ SECTIONS
*(COMMON)
${RELOCATING+ end = .};
}
.stab . (NOLOAD) :
.stab 0 ${RELOCATING+(NOLOAD)} :
{
[ .stab ]
}
.stabstr . (NOLOAD) :
.stabstr 0 ${RELOCATING+(NOLOAD)} :
{
[ .stabstr ]
}