binutils-gdb/gdb/compile
Tom Tromey b80cf83844 Remove an unlink cleanup
compile/compile.c had its own cleanup to unlink a file.  This patch
replaces this cleanup with gdb::unlinker.

ChangeLog
2017-08-03  Tom Tromey  <tom@tromey.com>

	* compile/compile.c (cleanup_unlink_file): Remove.
	(compile_to_object): Use gdb::unlinker.
	(eval_compile_command): Likewise.
2017-08-03 07:58:57 -06:00
..
compile-c-support.c Add STRINGIFY to gdb/common/preprocessor.h 2017-06-22 10:59:42 +01:00
compile-c-symbols.c Convert lvalue reference type check to general reference type check 2017-03-20 13:47:54 -07:00
compile-c-types.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
compile-internal.h Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy 2017-02-02 11:11:47 +00:00
compile-loc2c.c compile-loc2c: Fix uninitialized variable error 2017-07-09 20:25:46 +02:00
compile-object-load.c Use class to manage BFD reference counts 2017-01-10 19:14:10 -07:00
compile-object-load.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
compile-object-run.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
compile-object-run.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
compile.c Remove an unlink cleanup 2017-08-03 07:58:57 -06:00
compile.h Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy 2017-02-02 11:11:47 +00:00