summaryrefslogtreecommitdiff
path: root/gdb/ppc64-tdep.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-02-22 23:24:22 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-02-22 23:24:22 +0000
commitf26434ca92423baf31f26ff5ca95aff90e02152a (patch)
tree3e2019dec671900a22f9320a3c70fdd22c4442e0 /gdb/ppc64-tdep.h
parentef977039c58644e42f14a1ab3224b368632c1fe4 (diff)
downloadgdb-f26434ca92423baf31f26ff5ca95aff90e02152a.tar.gz
* elfread.c (elf_symtab_read): Do not use udata.p here to find
symbol size. * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function. * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare. * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above. * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
Diffstat (limited to 'gdb/ppc64-tdep.h')
-rw-r--r--gdb/ppc64-tdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ppc64-tdep.h b/gdb/ppc64-tdep.h
index c4c9d99455a..62900bab5ee 100644
--- a/gdb/ppc64-tdep.h
+++ b/gdb/ppc64-tdep.h
@@ -31,4 +31,6 @@ extern CORE_ADDR ppc64_convert_from_func_ptr_addr (struct gdbarch *gdbarch,
CORE_ADDR addr,
struct target_ops *targ);
+extern void ppc64_elf_make_msymbol_special (asymbol *,
+ struct minimal_symbol *);
#endif /* PPC64_TDEP_H */