diff options
author | Jeff Law <law@redhat.com> | 1996-04-01 17:50:13 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-04-01 17:50:13 +0000 |
commit | ca4e2190ce2a33d73a933c6b5e1e015a48e64c09 (patch) | |
tree | 7127ed873f3e304c3696061d01a6972f36749882 /bfd/ChangeLog | |
parent | ce6a77318320c19cc5014c9cef0fdfa1289d1649 (diff) | |
download | gdb-ca4e2190ce2a33d73a933c6b5e1e015a48e64c09.zip gdb-ca4e2190ce2a33d73a933c6b5e1e015a48e64c09.tar.gz gdb-ca4e2190ce2a33d73a933c6b5e1e015a48e64c09.tar.bz2 |
* linker.c (_bfd_generic_link_hash_newfunc): Renamed from
generic_link_hash_newfunc. All references changed.
* genlink.h (_bfd_generic_link_hash_newfunc): Declaration
moved here from libbfd-in.h.
* libbfd-in.h: Corresponding changes.
* libbfd.h: Regenerated.
Minor changes suggested by Ian.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 317e221..88e3a24 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Apr 1 10:39:24 1996 Jeffrey A Law (law@cygnus.com) + + * linker.c (_bfd_generic_link_hash_newfunc): Renamed from + generic_link_hash_newfunc. All references changed. + * genlink.h (_bfd_generic_link_hash_newfunc): Declaration + moved here from libbfd-in.h. + * libbfd-in.h: Corresponding changes. + * libbfd.h: Regenerated. + Mon Apr 1 12:35:36 1996 Ian Lance Taylor <ian@cygnus.com> * elflink.h (elf_adjust_dynamic_symbol): If a common symbol got |