mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Remove addrmap wrapper functions
This removes the various addrmap wrapper functions in favor of simple method calls on the objects themselves.
This commit is contained in:
@@ -666,7 +666,7 @@ objfile_relocate1 (struct objfile *objfile,
|
||||
int block_line_section = cust->block_line_section ();
|
||||
|
||||
if (bv->map () != nullptr)
|
||||
addrmap_relocate (bv->map (), delta[block_line_section]);
|
||||
bv->map ()->relocate (delta[block_line_section]);
|
||||
|
||||
for (block *b : bv->blocks ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user