aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2024-12-11 10:26:27 +1030
committerAlan Modra <amodra@gmail.com>2024-12-12 16:04:51 +1030
commite3fa5cf492e09dc0e4041263751720c73799a3cd (patch)
tree89b138c332a3df3839a1e4ad97e6198da17253a3 /bfd/bfd-in2.h
parent338c58cac6ea08a8ec90a06496054fcf9e45d094 (diff)
downloadgdb-e3fa5cf492e09dc0e4041263751720c73799a3cd.zip
gdb-e3fa5cf492e09dc0e4041263751720c73799a3cd.tar.gz
gdb-e3fa5cf492e09dc0e4041263751720c73799a3cd.tar.bz2
Revert bfd_use_reserved_id patch
Commit fc1cfaa5f1 and bc110b6e40 were made to avoid testsuite regressions on a number of targets that used bfd id in symbol hashing. Since it no longer seems necessary to start plugin bfd id's from -1 and count down, revert the functional changes in those patches.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 092a658..8cc255b 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -3007,9 +3007,6 @@ bool bfd_merge_private_bfd_data
(ibfd, info))
/* Extracted from opncls.c. */
-/* Set to N to open the next N BFDs using an alternate id space. */
-extern unsigned int bfd_use_reserved_id;
-
bfd *bfd_fopen (const char *filename, const char *target,
const char *mode, int fd);