binutils-gdb/gdb/compile
Tom Tromey ed2b3126d1 Remove make_cleanup_free_objfile
This replaces make_cleanup_free_objfile with std::unique_ptr.

gdb/ChangeLog
2017-11-04  Tom Tromey  <tom@tromey.com>

	* objfiles.c (do_free_objfile_cleanup): Remove.
	* compile/compile-object-load.c (compile_object_load): Update.
	* objfiles.h (make_cleanup_free_objfile): Remove.
2017-11-04 10:27:18 -06:00
..
compile-c-support.c Use std::string and unique_xmalloc_ptr in compile/ code 2017-09-03 13:03:10 -06:00
compile-c-symbols.c Stop assuming no-debug-info functions return int 2017-09-04 20:21:13 +01:00
compile-c-types.c Sync libiberty/ & include/ with GCC 2017-09-15 17:40:33 +01:00
compile-internal.h Use std::string and unique_xmalloc_ptr in compile/ code 2017-09-03 13:03:10 -06:00
compile-loc2c.c Use std::vector in compile-loc2c.c 2017-11-04 10:27:15 -06:00
compile-object-load.c Remove make_cleanup_free_objfile 2017-11-04 10:27:18 -06:00
compile-object-load.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
compile-object-run.c Change objfile to use new/delete 2017-10-13 07:18:29 -06:00
compile-object-run.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
compile.c Constify add_prefix_cmd 2017-10-11 16:21:02 -06:00
compile.h Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy 2017-02-02 11:11:47 +00:00