diff options
author | Doug Evans <dje@google.com> | 2013-09-25 22:24:05 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-09-25 22:24:05 +0000 |
commit | f56ce88372c4b5848638bab8b10b71042725a100 (patch) | |
tree | 4a37c5286bb0acdc27fbc09df1345662ea7bee87 /gdb/symfile.h | |
parent | 20c681d15f0ca83a5fc4b6811585865799b79706 (diff) | |
download | gdb-f56ce88372c4b5848638bab8b10b71042725a100.zip gdb-f56ce88372c4b5848638bab8b10b71042725a100.tar.gz gdb-f56ce88372c4b5848638bab8b10b71042725a100.tar.bz2 |
* symfile.h (struct sym_fns): Add "objfile" argument to
sym_read_linetable. All uses updated.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index b089411..11cb371 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -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 |