diff options
author | Jeff Law <law@redhat.com> | 1996-03-29 06:56:50 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-03-29 06:56:50 +0000 |
commit | 9399a257b1127ff13c6c81738ee2bffddfe2fb5a (patch) | |
tree | 64032313b8672ede4d89d683f751cd488b9674ca | |
parent | 39f27966436499da318f99c3ad922a2ba2d9208b (diff) | |
download | gdb-9399a257b1127ff13c6c81738ee2bffddfe2fb5a.zip gdb-9399a257b1127ff13c6c81738ee2bffddfe2fb5a.tar.gz gdb-9399a257b1127ff13c6c81738ee2bffddfe2fb5a.tar.bz2 |
opps. forgot to commit the changelog entries for the function
vector changes.
-rw-r--r-- | bfd/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d85ad13..0548041 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,20 @@ +Thu Mar 28 23:48:49 1996 Jeffrey A Law (law@cygnus.com) + + * libbfd-in.h (generic_link_hash_newfunc): Add declaration. + * libbfd.h: Rebuilt. + * linker.c (generic_link_hash_newfunc): No longer static. + * coffcode.h (coff_bfd_link_hash_create): Allow specific targets + to override. + * coff-h8300.c: Add two derived hash tables and their associated + funtions and #defines for use by the h8300 linker. + (h8300_reloc16_extra_cases, case R_MEM_INDIRECT): Create entries in + the function vector as needed. Place the address of the function + vector entry in the location specified by the R_MEM_INDIRECT reloc. + Rewrite the vectors section contents as necessary. + (h8300_bfd_link_add_symbols): New function for the h8300 linker. + (coff_bfd_link_add_symbols): Define to use h8300 specific version. + (coff_bfd_link_hash_table_create): Likewise. + Thu Mar 28 17:44:08 1996 Ian Lance Taylor <ian@cygnus.com> * libhppa.h: If gcc 2.7 or higher, declare all the functions with |