Fix build failure in solib-ia64-hpux.c
authorJoel Brobecker <brobecker@gnat.com>
Tue, 3 Sep 2013 16:59:18 +0000 (16:59 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 3 Sep 2013 16:59:18 +0000 (16:59 +0000)
commit3bec276888142e4f751eaf9011f02b049fed7295
treef8e20cc646eb00320a6474a466fe5f539db1e828
parent9d0cdcdf272434f099d5b01efb4196f071fff309
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.
gdb/ChangeLog
gdb/solib-ia64-hpux.c
This page took 0.031462 seconds and 4 git commands to generate.