X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Frs6000-aix-tdep.c;h=5e7354c7b1681257d02160ca7b31489620206d6d;hb=4cbda994e6c589b18c88227bf5a2fef089a18cfd;hp=e99865682fd28e992c675f70e59c22b0768da8b9;hpb=230d2906b9d1d009b22fd526181bf43e1084ed59;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/rs6000-aix-tdep.c b/gdb/rs6000-aix-tdep.c index e99865682f..5e7354c7b1 100644 --- a/gdb/rs6000-aix-tdep.c +++ b/gdb/rs6000-aix-tdep.c @@ -37,7 +37,7 @@ #include "solib.h" #include "solib-aix.h" #include "target-float.h" -#include "common/xml-utils.h" +#include "gdbsupport/xml-utils.h" #include "trad-frame.h" #include "frame-unwind.h" @@ -141,7 +141,7 @@ aix_sighandle_frame_prev_register (struct frame_info *this_frame, return trad_frame_get_register (this_trad_cache, this_frame, regnum); } -int +static int aix_sighandle_frame_sniffer (const struct frame_unwind *self, struct frame_info *this_frame, void **this_prologue_cache) @@ -1110,7 +1110,7 @@ rs6000_aix_core_xfer_shared_libraries_aix (struct gdbarch *gdbarch, if (ldinfo_sec == NULL) error (_("cannot find .ldinfo section from core file: %s"), bfd_errmsg (bfd_get_error ())); - ldinfo_size = bfd_get_section_size (ldinfo_sec); + ldinfo_size = bfd_section_size (ldinfo_sec); gdb::byte_vector ldinfo_buf (ldinfo_size);