Remove some cleanups from dwarf2read.c
authorTom Tromey <tom@tromey.com>
Sun, 8 Oct 2017 19:29:18 +0000 (13:29 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 9 Oct 2017 05:22:58 +0000 (23:22 -0600)
commit791afaa233ca9f4baa59aa16062296a00aa2c4da
tree3856f981c8cb7565976a5c1527c8a69b1c645d93
parent30a9c02feff56bd58a276c2a7262f364baa558ac
Remove some cleanups from dwarf2read.c

This removes a number of cleanups from dwarf2read.c in a
straightforward way.

Note that some places in dwarf2read create dangling cleanups.  I don't
believe any of the changes in this patch interact with those spots.

Regression tested by the buildbot.

gdb/ChangeLog
2017-10-08  Tom Tromey  <tom@tromey.com>

* dwarf2read.c (dwarf2_get_dwz_file): Use
gdb::unique_xmalloc_ptr.
(find_slot_in_mapped_hash): Likewise.
(dwarf2_physname): Likewise.
(create_dwo_unit_in_dwp_v1): Use std::string.
(create_dwo_unit_in_dwp_v2): Likewise.
(lookup_dwo_cutu): Likewise.
(inherit_abstract_dies): Use std::vector.
(read_array_type): Likewise.
(dwarf_decode_macros): Remove unused declaration.
(unsigned_int_compar): Remove.
(dwarf2_build_psymtabs_hard): Use scoped_restore.
(psymtabs_addrmap_cleanup): Remove.
gdb/ChangeLog
gdb/dwarf2read.c
This page took 0.023971 seconds and 4 git commands to generate.