binutils-gdb/gdb/compile
Tom Tromey 33aa3c10f6 Fix error message in compile-object-load.c
I noticed that an error message in compile-object-load.c mentions the
wrong symbol name.  The loop just above the error is looking for
COMPILE_I_EXPR_VAL, but the error references COMPILE_I_EXPR_PTR_TYPE.

I'm checking this in as obvious.  I don't have a test case -- I
noticed it because another patch I'm working on caused this error to
be thrown, but that was due to regression in my patch.

gdb/ChangeLog
2020-03-25  Tom Tromey  <tom@tromey.com>

	* compile/compile-object-load.c (get_out_value_type): Mention
	correct symbol name in error message.
2020-03-25 11:24:08 -06:00
..
compile-c-support.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
compile-c-symbols.c Move DWARF code to dwarf2/ subdirectory 2020-02-08 13:40:59 -07:00
compile-c-types.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
compile-c.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
compile-cplus-symbols.c Move DWARF code to dwarf2/ subdirectory 2020-02-08 13:40:59 -07:00
compile-cplus-types.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
compile-cplus.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
compile-internal.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
compile-loc2c.c Add some methods to dwarf2_per_cu_data 2020-02-08 13:43:24 -07:00
compile-object-load.c Fix error message in compile-object-load.c 2020-03-25 11:24:08 -06:00
compile-object-load.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
compile-object-run.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
compile-object-run.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
compile.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
compile.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
gcc-c-plugin.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
gcc-cp-plugin.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00