gdb: remove SYMBOL_CLASS macro, add getter
Change-Id: I83211d5a47efc0564386e5b5ea4a29c00b1fd46a
This commit is contained in:
parent
d1eebf9a6f
commit
66d7f48f80
42 changed files with 147 additions and 144 deletions
|
@ -616,8 +616,8 @@ relocate_one_symbol (struct symbol *sym, struct objfile *objfile,
|
|||
any symbols in STRUCT_DOMAIN or UNDEF_DOMAIN.
|
||||
But I'm leaving out that test, on the theory that
|
||||
they can't possibly pass the tests below. */
|
||||
if ((SYMBOL_CLASS (sym) == LOC_LABEL
|
||||
|| SYMBOL_CLASS (sym) == LOC_STATIC)
|
||||
if ((sym->aclass () == LOC_LABEL
|
||||
|| sym->aclass () == LOC_STATIC)
|
||||
&& sym->section_index () >= 0)
|
||||
{
|
||||
SET_SYMBOL_VALUE_ADDRESS (sym,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue