diff options
Diffstat (limited to 'gdb/nat/ppc-linux.h')
-rw-r--r-- | gdb/nat/ppc-linux.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/nat/ppc-linux.h b/gdb/nat/ppc-linux.h index 76a5d181df4..3d4d4fdc563 100644 --- a/gdb/nat/ppc-linux.h +++ b/gdb/nat/ppc-linux.h @@ -82,10 +82,7 @@ #define PTRACE_SETEVRREGS 21 #endif -#ifdef __powerpc64__ -/* Return whether the inferior is 64bit or not by checking certain bit - in MSR. */ -int ppc64_64bit_inferior_p (long msr); -#endif +/* Return the wordsize of the target, either 4 or 8 bytes. */ +int ppc_linux_target_wordsize (int tid); #endif |