diff options
Diffstat (limited to 'gdb/solib-irix.c')
-rw-r--r-- | gdb/solib-irix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-irix.c b/gdb/solib-irix.c index 8409e6f..979afd2 100644 --- a/gdb/solib-irix.c +++ b/gdb/solib-irix.c @@ -687,7 +687,7 @@ irix_special_symbol_handling (void) static void irix_relocate_section_addresses (struct so_list *so, - struct section_table *sec) + struct target_section *sec) { sec->addr += so->lm_info->reloc_offset; sec->endaddr += so->lm_info->reloc_offset; |