forked from Imagelibrary/binutils-gdb
gdb: remove SYMTAB_OBJFILE macro
Remove the macro, replace with an equivalent method. Change-Id: I8f9ecd290ad28502e53c1ceca5006ba78bf042eb
This commit is contained in:
@@ -448,7 +448,7 @@ annotate_source_line (struct symtab *s, int line, int mid_statement,
|
||||
return false;
|
||||
|
||||
annotate_source (s->fullname, line, (int) (*offsets)[line - 1],
|
||||
mid_statement, SYMTAB_OBJFILE (s)->arch (),
|
||||
mid_statement, s->objfile ()->arch (),
|
||||
pc);
|
||||
|
||||
/* Update the current symtab and line. */
|
||||
|
||||
Reference in New Issue
Block a user