diff options
author | Steve Chamberlain <sac@cygnus> | 1992-06-09 14:57:42 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-06-09 14:57:42 +0000 |
commit | a1765cf0fef298858cfe669e0b8143dba90b4dd1 (patch) | |
tree | bdf7f757aa6e0b41b0499d1d7f1e6845ff2a0c84 /gas/config/ChangeLog | |
parent | 90d49457163cfd1640b02d210e6cb35e4bdebe34 (diff) | |
download | gdb-a1765cf0fef298858cfe669e0b8143dba90b4dd1.zip gdb-a1765cf0fef298858cfe669e0b8143dba90b4dd1.tar.gz gdb-a1765cf0fef298858cfe669e0b8143dba90b4dd1.tar.bz2 |
* 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
Diffstat (limited to 'gas/config/ChangeLog')
-rw-r--r-- | gas/config/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/config/ChangeLog b/gas/config/ChangeLog index ce1e22d..fe982fd 100644 --- a/gas/config/ChangeLog +++ b/gas/config/ChangeLog @@ -1,3 +1,11 @@ +Tue Jun 9 07:50:46 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * 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 + Thu May 28 11:20:27 1992 Jim Wilson (wilson@sphagnum.cygnus.com) * tc-sparc.c: Use new ARCHITECTURES_CONFLICT_P macro. Mention new |