diff options
author | Tom Tromey <tom@tromey.com> | 2019-03-02 12:11:26 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-03-15 16:02:09 -0600 |
commit | d6797f465c3f67b41a0db38870bbd33384b6551f (patch) | |
tree | 170543bd51da158cd4fd08805038d8973e9e6b1c /gas/as.c | |
parent | 741d7538b7540fea1086fe6ab962227d2cf7418e (diff) | |
download | gdb-d6797f465c3f67b41a0db38870bbd33384b6551f.zip gdb-d6797f465c3f67b41a0db38870bbd33384b6551f.tar.gz gdb-d6797f465c3f67b41a0db38870bbd33384b6551f.tar.bz2 |
Simplify per-BFD storage management
There's no reason that the objfile_per_bfd_storage must be allocated
via bfd_alloc. This patch changes objfile_per_bfd_storage to be
managed more simply, via ordinary new and delete; and moves some code
into its (new) destructor.
While doing this I also noticed an extra initialization of
language_of_main, and removed it.
gdb/ChangeLog
2019-03-15 Tom Tromey <tom@tromey.com>
* objfiles.h (struct objfile_per_bfd_storage): Declare
destructor.
* objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
New.
(get_objfile_bfd_data): Use new. Don't initialize
language_of_main.
(free_objfile_per_bfd_storage): Remove.
(objfile_bfd_data_free, objfile::~objfile): Use delete.
Diffstat (limited to 'gas/as.c')
0 files changed, 0 insertions, 0 deletions