* subsegs.c (subseg_change): allow and handle a change into SEG_BSS.
authorSteve Chamberlain <sac@cygnus>
Tue, 9 Jun 1992 14:57:42 +0000 (14:57 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 9 Jun 1992 14:57:42 +0000 (14:57 +0000)
commita1765cf0fef298858cfe669e0b8143dba90b4dd1
treebdf7f757aa6e0b41b0499d1d7f1e6845ff2a0c84
parent90d49457163cfd1640b02d210e6cb35e4bdebe34
* subsegs.c (subseg_change): allow and handle a change into SEG_BSS.

* tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do
pcrel data stuff. (md_estimate_size_before_relax): when relaxing a
68010 bxx into a bra+6 jmpxx, put the bytes of the jmp opcode into
the right place. (s_bss): Don't put .bss stuff into SEG_DATA, put
it into SEG_BSS
gas/config/ChangeLog
gas/config/tc-m68k.c