gdb: remove BLOCK_MULTIDICT macro
Replace with equivalent methods. Change-Id: If9a239c511a664f2a59fecb6d1cd579881b23dc2
This commit is contained in:
parent
f135fe728e
commit
24d74bb5df
7 changed files with 37 additions and 30 deletions
|
@ -689,7 +689,7 @@ objfile_relocate1 (struct objfile *objfile,
|
|||
|
||||
/* We only want to iterate over the local symbols, not any
|
||||
symbols in included symtabs. */
|
||||
ALL_DICT_SYMBOLS (BLOCK_MULTIDICT (b), miter, sym)
|
||||
ALL_DICT_SYMBOLS (b->multidict (), miter, sym)
|
||||
{
|
||||
relocate_one_symbol (sym, objfile, delta);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue