binutils-gdb/gdb/compile
Tom Tromey 6108fd1823 Use htab_up in type copying
This changes create_copied_types_hash to return an htab_up, then
modifies the callers to avoid explicit use of htab_delete.

gdb/ChangeLog
2020-09-17  Tom Tromey  <tom@tromey.com>

	* value.c (preserve_values): Update.
	* python/py-type.c (save_objfile_types): Update.
	* guile/scm-type.c (save_objfile_types): Update.
	* gdbtypes.h (create_copied_types_hash): Return htab_up.
	* gdbtypes.c (create_copied_types_hash): Return htab_up.
	* compile/compile-object-run.c (compile_object_run): Update.
2020-09-17 11:58:56 -06:00
..
compile-c-support.c
compile-c-symbols.c gdb: remove TYPE_GNU_IFUNC 2020-09-14 11:08:06 -04:00
compile-c-types.c gdb: remove TYPE_INSTANCE_FLAGS 2020-09-14 22:22:33 -04:00
compile-c.h
compile-cplus-symbols.c Rewrite enum_flags, add unit tests, fix problems 2020-09-14 22:21:07 +01:00
compile-cplus-types.c gdb: remove TYPE_INSTANCE_FLAGS 2020-09-14 22:22:33 -04:00
compile-cplus.h
compile-internal.h
compile-loc2c.c
compile-object-load.c
compile-object-load.h
compile-object-run.c Use htab_up in type copying 2020-09-17 11:58:56 -06:00
compile-object-run.h
compile.c gdb: Convert la_name and la_natural_name to methods 2020-09-16 10:16:45 +01:00
compile.h
gcc-c-plugin.h
gcc-cp-plugin.h