diff options
author | Pedro Alves <palves@redhat.com> | 2018-01-05 18:03:10 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2018-01-05 18:03:10 +0000 |
commit | 1dc9069e0620fafe99628cd7d849033161258074 (patch) | |
tree | 71f286168afe6868ca822bab3829e9a56d77b8d6 /gdb/main.c | |
parent | a76cf1f43d27f022562d9e70eb91e212dbd0da4a (diff) | |
download | binutils-1dc9069e0620fafe99628cd7d849033161258074.zip binutils-1dc9069e0620fafe99628cd7d849033161258074.tar.gz binutils-1dc9069e0620fafe99628cd7d849033161258074.tar.bz2 |
Fix gdb/spu-tdep.c build breakage
Commit de63c46b549d ("Fix regresssion(internal-error) printing
subprogram argument (PR gdb/22670)") missed updating spu-tdep.c for
the block_lookup_symbol interface change, resulting in:
../../binutils-gdb/gdb/spu-tdep.c: In function void spu_catch_start(objfile*):
../../binutils-gdb/gdb/spu-tdep.c:1969:59: error: cannot convert domain_enum_tag to symbol_name_match_type for argument 3 to symbol* block_lookup_symbol(const block*, const char*, symbol_name_match_type, domain_enum)
sym = block_lookup_symbol (block, "main", VAR_DOMAIN);
^
gdb/ChangeLog:
2018-01-05 Pedro Alves <palves@redhat.com>
* spu-tdep.c (spu_catch_start): Pass
symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
Diffstat (limited to 'gdb/main.c')
0 files changed, 0 insertions, 0 deletions