diff options
author | Keith Seitz <keiths@redhat.com> | 2018-08-10 10:53:47 -0700 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2018-08-10 11:14:25 -0700 |
commit | 0cfbf43085c4191f3f4b4b4a834f1e19bf42d4a9 (patch) | |
tree | 3ce376cc5de9974010c884076fdb127014aeed28 /gdb/m68k-bsd-tdep.c | |
parent | 946d3d10e7609e074be30db8662cb9c4a3d8961d (diff) | |
download | gdb-0cfbf43085c4191f3f4b4b4a834f1e19bf42d4a9.zip gdb-0cfbf43085c4191f3f4b4b4a834f1e19bf42d4a9.tar.gz gdb-0cfbf43085c4191f3f4b4b4a834f1e19bf42d4a9.tar.bz2 |
Use unique_ptr for htabs
This patch updates the type-conversion caching in C compile to use
unique pointers. This patch also removes the on-demand allocation of the
symbol error map in favor of initialization, simplifying the code.
gdb/ChangeLog
* compile/compile-internal.h (compile_instance::~compile_instance):
Remove calls to htab_delete.
<m_type_map, m_symbol_err_map>: Switch type to htab_up.
* compile.c (compile_instance::compile_instance): Initialize
htab unique pointers.
(compile_instance::get_cached_type, compile_instance::insert_type)
(compile_instance::error_symbol_once): Update for unique_ptr.
Diffstat (limited to 'gdb/m68k-bsd-tdep.c')
0 files changed, 0 insertions, 0 deletions