mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
gdb: remove SYMBOL_TYPE macro
Add a getter and a setter for a symbol's type. Remove the corresponding macro and adjust all callers. Change-Id: Ie1a137744c5bfe1df4d4f9ae5541c5299577c8de
This commit is contained in:
@ -134,7 +134,7 @@ compile_object_run (compile_module_up &&module)
|
||||
|
||||
try
|
||||
{
|
||||
struct type *func_type = SYMBOL_TYPE (func_sym);
|
||||
struct type *func_type = func_sym->type ();
|
||||
int current_arg = 0;
|
||||
struct value **vargs;
|
||||
|
||||
|
Reference in New Issue
Block a user