aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-12-11 04:38:44 +0000
committerIan Lance Taylor <ian@airs.com>1997-12-11 04:38:44 +0000
commit5ee8d9327b60a4b89e2dfe6a017d0867f96378af (patch)
tree98dfa402560a157f4d00a2b20924b46c180155af /bfd/ChangeLog
parent06434f5f166690629f2d5ce14e56a7727b259ed0 (diff)
downloadgdb-5ee8d9327b60a4b89e2dfe6a017d0867f96378af.zip
gdb-5ee8d9327b60a4b89e2dfe6a017d0867f96378af.tar.gz
gdb-5ee8d9327b60a4b89e2dfe6a017d0867f96378af.tar.bz2
* elflink.h (elf_link_input_bfd): Handle a relocateable link in
which a relocation refers to an indirect or warning symbol.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d4c8bb3..e8fc13f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,30 @@
+Wed Dec 10 23:37:11 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * elflink.h (elf_link_input_bfd): Handle a relocateable link in
+ which a relocation refers to an indirect or warning symbol.
+
Wed Dec 10 11:15:55 1997 Nick Clifton <nickc@cygnus.com>
+ * coff-arm.c (bfd_arm_coff_final_link): Function deleted.
+ (coff_arm_final_link_postscript): New function.
+ (coff_arm_link_output_has_begun): New function.
+
+ * libcoff.h (struct bfd_coff_backend_data): Add new fields:
+ _bfd_coff_link_output_has_begun and
+ _bfd_coff_final_link_postscript. Add new macros:
+ bfd_coff_link_output_has_begun() and
+ bfd_coff_final_link_postscript().
+
+ * cofflink.c (_bfd_coff_final_link): Insert calls to
+ bfd_coff_link_output_has_begun() and
+ bfd_coff_final_link_postscript().
+
+ * coffcode.h: Add two new fields to bfd_coff_backend_data
+ structure: _bfd_coff_link_output_has_begun and
+ _bfd_coff_final_link_postscript. Add default initialisers for
+ these fields. Add overridable aliases for the coff swap functions
+ in the backend data structure.
+
* elf32-v850.c: Update with patches from the branch to fix
HI16_S/LO16 reloc pairs.