binutils-gdb/gdb/compile
Keith Seitz 5c889512f3 Fix ARI violations in c++compile
This patch fixes two violations of the ARI (use of ATTRIBUTE_UNUSED and
"%ll").

gdb/ChangeLog

	* compile/compile-cplus-types.c (compile_cplus_debug_output_1): Use
	pulongest instead of "%lld".
	* compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol): Remove
	ATTRIBUTE_UNUSED.
2018-09-01 12:04:29 -07:00
..
compile-c-support.c C++ compile support 2018-08-29 15:12:24 -07:00
compile-c-symbols.c Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START 2018-08-23 16:19:18 -07:00
compile-c-types.c Move compile_instance to compile.c 2018-08-10 11:14:25 -07:00
compile-c.h Move compile_instance to compile.c 2018-08-10 11:14:25 -07:00
compile-cplus-symbols.c Fix ARI violations in c++compile 2018-09-01 12:04:29 -07:00
compile-cplus-types.c Fix ARI violations in c++compile 2018-09-01 12:04:29 -07:00
compile-cplus.h C++ compile support 2018-08-29 15:12:24 -07:00
compile-internal.h C++ compile support 2018-08-29 15:12:24 -07:00
compile-loc2c.c Move C-related declarations to compile-c.h 2018-08-10 11:14:25 -07:00
compile-object-load.c C++ compile support 2018-08-29 15:12:24 -07:00
compile-object-load.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
compile-object-run.c Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START 2018-08-23 16:19:18 -07:00
compile-object-run.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
compile.c C++ compile support 2018-08-29 15:12:24 -07:00
compile.h Update copyright year range in all GDB files 2018-01-02 07:38:06 +04:00
gcc-c-plugin.h Add a C++ wrapper for GCC C plug-in 2018-08-10 11:14:25 -07:00
gcc-cp-plugin.h C++ compile support 2018-08-29 15:12:24 -07:00