aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-04-01 17:50:13 +0000
committerJeff Law <law@redhat.com>1996-04-01 17:50:13 +0000
commitca4e2190ce2a33d73a933c6b5e1e015a48e64c09 (patch)
tree7127ed873f3e304c3696061d01a6972f36749882 /bfd/libbfd.h
parentce6a77318320c19cc5014c9cef0fdfa1289d1649 (diff)
downloadgdb-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/libbfd.h')
-rw-r--r--bfd/libbfd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 300f985..c2d3f00 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -369,11 +369,6 @@ extern boolean _bfd_link_hash_table_init
extern struct bfd_link_hash_table *_bfd_generic_link_hash_table_create
PARAMS ((bfd *));
-/* Generic link hash table entry creation routine. */
-struct bfd_hash_entry *generic_link_hash_newfunc
- PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *,
- const char *));
-
/* Generic add symbol routine. */
extern boolean _bfd_generic_link_add_symbols
PARAMS ((bfd *, struct bfd_link_info *));