From f4597f8c0581b9042da30ea4d186afe3feb371a3 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 7 May 1996 17:17:11 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.7.4