summaryrefslogtreecommitdiff
path: root/gdb/solib-frv.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-08-21 13:19:18 +0000
committerPedro Alves <palves@redhat.com>2008-08-21 13:19:18 +0000
commitaded6f54f0cb9d9b44d72d06af7b940cdeb1876b (patch)
tree153a15e75764db0005c7b5b325abd0415ed889e5 /gdb/solib-frv.c
parent2b60860a4c823c5de508a6af53fcfd1c57c31cba (diff)
downloadbinutils-gdb-aded6f54f0cb9d9b44d72d06af7b940cdeb1876b.tar.gz
* arm-tdep.c (arm_pc_is_thumb): Use obj_section_addr.
* hppa-hpux-tdep.c (hppa_hpux_find_dummy_bpaddr): Likewise. * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Use obj_section_addr and obj_section_endaddr. * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Likewise. * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise. * ia64-tdep.c (ia64_find_global_pointer): Likewise. (find_extant_func_descr): Likewise. * solib-frv.c (frv_relocate_main_executable): Use obj_section_addr. * xstormy16-tdep.c (xstormy16_find_jmp_table_entry): Use obj_section_addr and obj_section_endaddr.
Diffstat (limited to 'gdb/solib-frv.c')
-rw-r--r--gdb/solib-frv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c
index 3c844befe1f..463722ab18b 100644
--- a/gdb/solib-frv.c
+++ b/gdb/solib-frv.c
@@ -908,7 +908,7 @@ frv_relocate_main_executable (void)
osect_idx = osect->the_bfd_section->index;
/* Current address of section. */
- addr = osect->addr;
+ addr = obj_section_addr (osect);
/* Offset from where this section started. */
offset = ANOFFSET (symfile_objfile->section_offsets, osect_idx);
/* Original address prior to any past relocations. */