From 57e6060ea563b556bbb7d45128c508c9f2480e24 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 17 Jul 2013 05:28:04 +0000 Subject: * nto-tdep.c (nto_relocate_section_addresses): Update, target_section.bfd deleted. * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto. * s390-tdep.c (s390_load): Ditto. * solib-aix.c (solib_aix_relocate_section_addresses): Ditto. --- gdb/solib-aix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/solib-aix.c') diff --git a/gdb/solib-aix.c b/gdb/solib-aix.c index efc0dc5e259..29574f273d4 100644 --- a/gdb/solib-aix.c +++ b/gdb/solib-aix.c @@ -390,8 +390,8 @@ static void solib_aix_relocate_section_addresses (struct so_list *so, struct target_section *sec) { - bfd *abfd = sec->bfd; struct bfd_section *bfd_sect = sec->the_bfd_section; + bfd *abfd = bfd_sect->owner; const char *section_name = bfd_section_name (abfd, bfd_sect); struct lm_info *info = so->lm_info; -- cgit v1.2.1