diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-02 23:01:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-02 23:01:27 +0000 |
commit | ccf107185ddeb528a78477da60102d721edbb398 (patch) | |
tree | a25a6747c3b99ef5c788ec806e28f6f4059d3087 /gas/ChangeLog | |
parent | 134f75d8bab7faf55c0514e949949a1d61026967 (diff) | |
download | gdb-ccf107185ddeb528a78477da60102d721edbb398.zip gdb-ccf107185ddeb528a78477da60102d721edbb398.tar.gz gdb-ccf107185ddeb528a78477da60102d721edbb398.tar.bz2 |
Support for new relocations added. Support for SDA/TDA/ZDA sections added.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a6b86d9..139d0be 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Tue Sep 2 15:58:52 1997 Nick Clifton <nickc@cygnus.com> + + * config/tc-v850.c: Add support for SDA/TDA/ZDA sections. + (v850_reloc_prefix): Duplicate code eliminated. Add code to + recognise special instructions. + (md_assemble): Calculation of the size of a fixups corrected. + + * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Add SDA/TDA/ZDA + sections. + Tue Sep 2 15:40:56 1997 Andrew Cagney <cagney@b1.cygnus.com> * config/tc-v850.c (md_assemble): Use opcode->name instead of |