diff options
Diffstat (limited to 'gdb/dstread.c')
-rw-r--r-- | gdb/dstread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dstread.c b/gdb/dstread.c index 034172748d6..c10c1fe18cc 100644 --- a/gdb/dstread.c +++ b/gdb/dstread.c @@ -1641,7 +1641,7 @@ struct section_offsets dst_symfile_faker = void dst_symfile_offsets (objfile, addr) struct objfile *objfile; - CORE_ADDR addr; + struct section_addr_info *addrs; { objfile->num_sections = 1; objfile->section_offsets = &dst_symfile_faker; |