* target.h (struct section_table): Rename to ...
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index d08d4fc2e233c5bedd53bbf46ef2553a10e17b25..da332f3f0e2c209e5202f610cf54f6447f1379cd 100644 (file)
@@ -621,7 +621,7 @@ ppc64_linux_convert_from_func_ptr_addr (struct gdbarch *gdbarch,
                                        CORE_ADDR addr,
                                        struct target_ops *targ)
 {
-  struct section_table *s = target_section_by_addr (targ, addr);
+  struct target_section *s = target_section_by_addr (targ, addr);
 
   /* Check if ADDR points to a function descriptor.  */
   if (s && strcmp (s->the_bfd_section->name, ".opd") == 0)
This page took 0.025591 seconds and 4 git commands to generate.