forked from Imagelibrary/binutils-gdb
gdb: remove SYMTAB_BLOCKVECTOR macro
Remove the macro, replace with an equivalent method. Change-Id: Id6fe2a79c04bcd6c69ccaefb7a69bc06a476288c
This commit is contained in:
@@ -421,7 +421,7 @@ get_out_value_type (struct symbol *func_sym, struct objfile *objfile,
|
||||
lookup_name_info func_matcher (GCC_FE_WRAPPER_FUNCTION,
|
||||
symbol_name_match_type::SEARCH_NAME);
|
||||
|
||||
bv = SYMTAB_BLOCKVECTOR (func_sym->owner.symtab);
|
||||
bv = func_sym->owner.symtab->blockvector ();
|
||||
nblocks = BLOCKVECTOR_NBLOCKS (bv);
|
||||
|
||||
gdb_ptr_type_sym = NULL;
|
||||
|
||||
Reference in New Issue
Block a user