summaryrefslogtreecommitdiff
path: root/gdb/ppc-tdep.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2008-05-16 12:49:47 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2008-05-16 12:49:47 +0000
commit74d1f0631ab3b9a845bc2becb4fd6afa6f691129 (patch)
treed1d946644fdfbbd9bb5b05bddaf0531933b28278 /gdb/ppc-tdep.h
parent8526f32824b41fd33447305adeb9a74467f4594a (diff)
downloadbinutils-gdb-74d1f0631ab3b9a845bc2becb4fd6afa6f691129.tar.gz
* ppc-linux-tdep.c (ppc_linux_init_abi): Do not install
ppc64_sysv_abi_adjust_breakpoint_address. * ppc-sysv-tdep.c (ppc64_sysv_abi_adjust_breakpoint_address): Remove. * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
Diffstat (limited to 'gdb/ppc-tdep.h')
-rw-r--r--gdb/ppc-tdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h
index f523b34a3de..766ddd6a3c3 100644
--- a/gdb/ppc-tdep.h
+++ b/gdb/ppc-tdep.h
@@ -54,9 +54,6 @@ CORE_ADDR ppc64_sysv_abi_push_dummy_call (struct gdbarch *gdbarch,
struct value **args, CORE_ADDR sp,
int struct_return,
CORE_ADDR struct_addr);
-CORE_ADDR ppc64_sysv_abi_adjust_breakpoint_address (struct gdbarch *gdbarch,
- CORE_ADDR bpaddr);
-
enum return_value_convention ppc64_sysv_abi_return_value (struct gdbarch *gdbarch,
struct type *func_type,
struct type *valtype,