diff options
Diffstat (limited to 'gdb/solib-frv.c')
-rw-r--r-- | gdb/solib-frv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c index f48c709..4e1e845 100644 --- a/gdb/solib-frv.c +++ b/gdb/solib-frv.c @@ -998,7 +998,7 @@ frv_free_so (struct so_list *so) static void frv_relocate_section_addresses (struct so_list *so, - struct section_table *sec) + struct target_section *sec) { int seg; struct int_elf32_fdpic_loadmap *map; |