Make support for relaxing more generic.
authorSteve Chamberlain <sac@cygnus>
Thu, 7 Oct 1993 19:21:54 +0000 (19:21 +0000)
committerSteve Chamberlain <sac@cygnus>
Thu, 7 Oct 1993 19:21:54 +0000 (19:21 +0000)
* reloc16.c: Add new target entry - bfd_coff_reloc16_estimate,
fix bit rot.
* libcoff.h, libcoff-in.h: declarations. Prototypes
* coffcode.h (bfd_coff_std_swap_table): Add calls to
coff_reloc_16_extra_cases and coff_reloc16_estimate.
(dummy_reloc16_estimate): New function.
* coff-h8300.c (h8300_reloc16_estimate): New function

bfd/ChangeLog

index 081b1e8a6f831f56aac69a628da91ee074f4c79f..dfb512a661d540c00516c296f1306ead8375e017 100644 (file)
@@ -1,3 +1,14 @@
+Thu Oct  7 10:50:38 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
+
+       Make support for relaxing more generic.
+       * reloc16.c: Add new target entry - bfd_coff_reloc16_estimate,
+       fix bit rot.
+       * libcoff.h, libcoff-in.h: declarations. Prototypes
+       * coffcode.h (bfd_coff_std_swap_table): Add calls to
+       coff_reloc_16_extra_cases and coff_reloc16_estimate.
+       (dummy_reloc16_estimate): New function.
+       * coff-h8300.c (h8300_reloc16_estimate): New function
+
 Thu Oct  7 14:24:13 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
 
        * elfcode.h (EALIGN): Define, dependent on ARCH_SIZE.