diff options
Diffstat (limited to 'gdb/dstread.c')
-rw-r--r-- | gdb/dstread.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/dstread.c b/gdb/dstread.c index b6f31ac..c49b551 100644 --- a/gdb/dstread.c +++ b/gdb/dstread.c @@ -1577,9 +1577,7 @@ struct section_offsets dst_symfile_faker = {0}; void -dst_symfile_offsets (objfile, addr) - struct objfile *objfile; - struct section_addr_info *addrs; +dst_symfile_offsets (struct objfile *objfile, struct section_addr_info *addrs) { objfile->num_sections = 1; objfile->section_offsets = &dst_symfile_faker; |