* symfile.h (struct sym_fns): Add "objfile" argument to
sym_read_linetable. All uses updated.
This commit is contained in:
parent
20c681d15f
commit
f56ce88372
4 changed files with 8 additions and 4 deletions
|
@ -407,7 +407,7 @@ struct sym_fns
|
|||
the line table cannot be read while processing the debugging
|
||||
information. */
|
||||
|
||||
void (*sym_read_linetable) (void);
|
||||
void (*sym_read_linetable) (struct objfile *);
|
||||
|
||||
/* Relocate the contents of a debug section SECTP. The
|
||||
contents are stored in BUF if it is non-NULL, or returned in a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue