aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-10-07 19:21:54 +0000
committerSteve Chamberlain <sac@cygnus>1993-10-07 19:21:54 +0000
commit5cfdedb9026b4e46e6de68c5ac8d353950073c93 (patch)
tree6475bde9f8995088aa0ecd3ac2ef4bf618e75ea9 /bfd/ChangeLog
parent2f1c7c3fd0024f4c396626602ea6da10d57ae9e2 (diff)
downloadgdb-5cfdedb9026b4e46e6de68c5ac8d353950073c93.zip
gdb-5cfdedb9026b4e46e6de68c5ac8d353950073c93.tar.gz
gdb-5cfdedb9026b4e46e6de68c5ac8d353950073c93.tar.bz2
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
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 081b1e8..dfb512a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.