diff options
author | Jeff Law <law@redhat.com> | 1996-05-07 17:17:11 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-05-07 17:17:11 +0000 |
commit | f4597f8c0581b9042da30ea4d186afe3feb371a3 (patch) | |
tree | 926b11bbd1b54de2e172292b04f737424e602eda | |
parent | 6648d3ae63fc1ca92996db8585ddfd3b43dbe3dd (diff) | |
download | gdb-f4597f8c0581b9042da30ea4d186afe3feb371a3.zip gdb-f4597f8c0581b9042da30ea4d186afe3feb371a3.tar.gz gdb-f4597f8c0581b9042da30ea4d186afe3feb371a3.tar.bz2 |
* coff-h8300.c (howto_table): Update names to match recent
changes to include/coff/internal.h. Fix minor errors in the
existing relocs. Add R_MOVL1 and R_MOVL2.
(rtype2howto): Similarly.
(h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the
existing relaxing code and peform more relaxing.
(h8300_reloc16_extra_cases): Likewise.
Simplify, cleanup, fix bugs and improve existing relaxing code.
Add code for changing a 24/32bit absolute address into a 16bit absolute
address.
HMSE.
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5507c6e..f64c3f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Tue May 7 11:15:19 1996 Jeffrey A Law (law@cygnus.com) + + * coff-h8300.c (howto_table): Update names to match recent + changes to include/coff/internal.h. Fix minor errors in the + existing relocs. Add R_MOVL1 and R_MOVL2. + (rtype2howto): Similarly. + (h8300_reloc16_estimate): Rewrite to simplify, fix bugs in the + existing relaxing code and peform more relaxing. + (h8300_reloc16_extra_cases): Likewise. + Mon May 6 18:24:09 1996 Jeffrey A Law (law@cygnus.com) * reloc16.c (bfd_coff_reloc16_get_value): Handle common |