]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/objfiles.c
* dwarf2read.c (macro_start_file): Update.
authorTom Tromey <tromey@redhat.com>
Wed, 22 Aug 2012 16:12:50 +0000 (16:12 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Aug 2012 16:12:50 +0000 (16:12 +0000)
commit6532ff3697890085456f353dd49068edfd4ed422
tree1db3205556da46561d9f588d8acfdb1239f54e2b
parent706e37059fbfed5beb9fe02921483809dfd86e5b
* dwarf2read.c (macro_start_file): Update.
* objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
(free_objfile_per_bfd_storage): Destroy macro_cache.
(allocate_objfile, free_objfile): Update.
* objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
New field.
(struct objfile) <macro_cache>: Remove.
* symfile.c (reread_symbols): Update.
* symmisc.c (print_symbol_bcache_statistics): Update.
(print_objfile_statistics): Update.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/objfiles.c
gdb/objfiles.h
gdb/symfile.c
gdb/symmisc.c