aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-04-20 12:14:09 +0930
committerAlan Modra <amodra@gmail.com>2023-04-21 11:51:06 +0930
commit3bc69c18671c762f7412ceaae8c9c6a225bc81bc (patch)
treef358dc523f041e4124a7b4cdd2edbec710d3bffc /bfd/libbfd.h
parent0014c67d3bc3030af2d98be90c21e6ac1b15c6d8 (diff)
downloadgdb-3bc69c18671c762f7412ceaae8c9c6a225bc81bc.zip
gdb-3bc69c18671c762f7412ceaae8c9c6a225bc81bc.tar.gz
gdb-3bc69c18671c762f7412ceaae8c9c6a225bc81bc.tar.bz2
Delete struct artdata archive_head
This element is unused. Ideally we'd be moving archive_head and other archive specific fields from struct bfd to here, but that's a much larger change than this little bit of cleanup. * libbfd-in.h (struct artdata): Delete archive_head. * libbfd.h: Regenerate. * archive.c, * coff-rs6000.c, * coff64-rs6000.c: Delete comments mentioning artdata archive_head.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index ae17717..bb7f2f1 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -81,7 +81,6 @@ struct artdata
file_ptr first_file_filepos;
/* Speed up searching the armap */
htab_t cache;
- bfd *archive_head; /* Only interesting in output routines. */
carsym *symdefs; /* The symdef entries. */
symindex symdef_count; /* How many there are. */
char *extended_names; /* Clever intel extension. */