summaryrefslogtreecommitdiffstats
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-09-03 16:59:18 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-09-03 16:59:18 +0000
commit3bec276888142e4f751eaf9011f02b049fed7295 (patch)
treef8e20cc646eb00320a6474a466fe5f539db1e828 /gdb
parent9d0cdcdf272434f099d5b01efb4196f071fff309 (diff)
downloadppe42-binutils-3bec276888142e4f751eaf9011f02b049fed7295.tar.gz
ppe42-binutils-3bec276888142e4f751eaf9011f02b049fed7295.zip
Fix build failure in solib-ia64-hpux.c
The field "bfd" no longer exists in struct target_section. Use the_bfd_section->owner instead. gdb/ChangeLog: * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses): Replace sec->bfd by sec->the_bfd_section->owner.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/solib-ia64-hpux.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ed2acda9df..06696d8e92 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-03 Joel Brobecker <brobecker@adacore.com>
+
+ * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
+ Replace sec->bfd by sec->the_bfd_section->owner.
+
2013-09-03 Yao Qi <yao@codesourcery.com>
* linux-tdep.c (linux_is_uclinux): New function. Code moved
diff --git a/gdb/solib-ia64-hpux.c b/gdb/solib-ia64-hpux.c
index 98fad072e2..ac3615e591 100644
--- a/gdb/solib-ia64-hpux.c
+++ b/gdb/solib-ia64-hpux.c
@@ -336,7 +336,8 @@ ia64_hpux_relocate_section_addresses (struct so_list *so,
bfd, whereas we would have had to open our own if we wanted to do it
while processing the library-load event. */
if (so->lm_info->text_start == 0 && so->lm_info->data_start == 0)
- ia64_hpux_find_start_vma (sec->bfd, &so->lm_info->text_start,
+ ia64_hpux_find_start_vma (sec->the_bfd_section->owner,
+ &so->lm_info->text_start,
&so->lm_info->data_start);
/* Determine the relocation offset based on which segment
OpenPOWER on IntegriCloud