mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-10 17:41:23 +08:00
gdb: remove BLOCK_{START,END} macros
Replace with equivalent methods. Change-Id: I10a6c8a2a86462d9d4a6a6409a3f07a6bea66310
This commit is contained in:

committed by
Simon Marchi

parent
dfb138f934
commit
4b8791e10e
@ -766,7 +766,7 @@ compile_cplus_convert_struct_or_union_methods (compile_cplus_instance *instance,
|
||||
|
||||
const char *filename = sym.symbol->symtab ()->filename;
|
||||
unsigned int line = sym.symbol->line ();
|
||||
CORE_ADDR address = BLOCK_START (sym.symbol->value_block ());
|
||||
CORE_ADDR address = sym.symbol->value_block()->start ();
|
||||
const char *kind;
|
||||
|
||||
if (TYPE_FN_FIELD_STATIC_P (methods, j))
|
||||
|
Reference in New Issue
Block a user