diff options
author | Alan Modra <amodra@gmail.com> | 2024-12-18 18:39:34 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-12-19 08:06:37 +1030 |
commit | f92b077ee7d43b2b344e6942ffed6667c60ede0d (patch) | |
tree | 5014be67dc634da1ae16a5dcda66e180b44426ad /bfd/elf-bfd.h | |
parent | a9baa81f50258d388e78a680a3da233c9e1a3d26 (diff) | |
download | binutils-f92b077ee7d43b2b344e6942ffed6667c60ede0d.zip binutils-f92b077ee7d43b2b344e6942ffed6667c60ede0d.tar.gz binutils-f92b077ee7d43b2b344e6942ffed6667c60ede0d.tar.bz2 |
Remove _bfd_elf_link_hash_table_init target_id param
hash_table_id can be set from elf_backend_data, now that all targets
have matching ELF_TARGET_ID and hash_table_init target_id.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 2f11bc2..3048d63 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -2344,7 +2344,7 @@ extern bool _bfd_elf_link_hash_table_init (struct elf_link_hash_table *, bfd *, struct bfd_hash_entry *(*) (struct bfd_hash_entry *, struct bfd_hash_table *, const char *), - unsigned int, enum elf_target_id); + unsigned int); extern bool _bfd_elf_slurp_version_tables (bfd *, bool); extern bool _bfd_elf_merge_sections |