Remove gdbarch parameter of lookup_typename
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 5 Dec 2019 18:44:30 +0000 (13:44 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 5 Dec 2019 18:44:30 +0000 (13:44 -0500)
commitb858499daf0a824a518bac8bc13495ad856ab10d
tree18d112d989c93d8598786c13d7a19a8b9a624240
parenta23e9ba17f6ab8bef1f2cc02686e8567bdc728ca
Remove gdbarch parameter of lookup_typename

I noticed that the gdbarch parameter of lookup_typename was unused, so I
removed it (as well as from lookup_signed_typename and
lookup_unsigned_typename) and updated all callers.

Tested by rebuilding.

gdb/ChangeLog:

* c-exp.y: Update calls to lookup_typename,
lookup_signed_typename and lookup_unsigned_typename.
* c-lang.c (evaluate_subexp_c): Likewise.
* cp-namespace.c (cp_lookup_symbol_imports_or_template):
Likewise.
* eval.c (binop_promote): Likewise.
* gdbtypes.c (lookup_typename): Remove gdbarch parameter.
(lookup_unsigned_typename): Likewise.
(lookup_signed_typename): Likewise.
* gdbtypes.h (lookup_unsigned_typename): Likewise.
(lookup_signed_typename): Likewise.
(lookup_typename): Likewise.
* guile/scm-type.c (tyscm_lookup_typename): Update calls to
lookup_typename, lookup_signed_typename,
lookup_unsigned_typename.
* m2-exp.y: Likewise.
* printcmd.c (printf_wide_c_string): Likewise.
(ui_printf): Likewise.
* python/py-type.c (typy_lookup_typename): Likewise.
* python/py-xmethods.c (python_xmethod_worker::invoke):
Likewise.
* rust-exp.y: Likewise.
13 files changed:
gdb/ChangeLog
gdb/c-exp.y
gdb/c-lang.c
gdb/cp-namespace.c
gdb/eval.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/guile/scm-type.c
gdb/m2-exp.y
gdb/printcmd.c
gdb/python/py-type.c
gdb/python/py-xmethods.c
gdb/rust-exp.y
This page took 0.027712 seconds and 4 git commands to generate.