diff options
author | Kim Knuttila <krk@cygnus> | 1995-11-09 14:08:28 +0000 |
---|---|---|
committer | Kim Knuttila <krk@cygnus> | 1995-11-09 14:08:28 +0000 |
commit | 0e829f1854e395e990eec2c077cf0aa6d05e6c0e (patch) | |
tree | 02fb58c8dc7ef77df2af06dd3e230e9d10ae7e21 | |
parent | b27cc4bceade3e7039bec57fb70c80b6db962d31 (diff) | |
download | gdb-0e829f1854e395e990eec2c077cf0aa6d05e6c0e.zip gdb-0e829f1854e395e990eec2c077cf0aa6d05e6c0e.tar.gz gdb-0e829f1854e395e990eec2c077cf0aa6d05e6c0e.tar.bz2 |
Build derived hash table for PowerPC PE
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 788adfb..e7641b8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +Thu Nov 9 08:40:23 1995 Kim Knuttila <krk@cygnus.com> + + * coff-ppc.c (ppc_coff_link_hash_entry): new types for hashing + (ppc_coff_link_hash_table): new types for hashing + (ppc_coff_link_hash_newfunc): hash entry constructor + (ppc_coff_link_hash_table_init): hash table initializer + (ppc_coff_link_hash_table_create): hash table constructor + (ppc_record_toc_entry): changed references to hash table + (coff_ppc_relocate_section): changed references to hash table + + * libcoff-in.h (coff_link_hash_entry): removed toc_offset + * libcoff.h: Rebuild + + * cofflink.c (_bfd_coff_link_hash_newfunc): removed toc_offset init + (coff_link_add_symbols): removed toc_offset init + Thu Nov 9 04:00:38 1995 Ken Raeburn <raeburn@cygnus.com> * Makefile.in (.dep1): Make sure the file mkdep is to write exists |