summaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-07-17 14:15:30 +0000
committerAndrew Cagney <cagney@redhat.com>2004-07-17 14:15:30 +0000
commit50592fe03231ebd4b595a6b9f157a89a48f45ebf (patch)
tree80ec5d2b5522595b3bca301e64d0bd455143943d /gdb/ppc-linux-nat.c
parentd2194f0b45ba785b8c293abe0cbb5cd8df6b5b72 (diff)
downloadgdb-50592fe03231ebd4b595a6b9f157a89a48f45ebf.tar.gz
2004-07-17 Andrew Cagney <cagney@gnu.org>
* ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux. * ppc-linux-nat.c: Use "Linux kernel". * hppa-linux-tdep.c: Use GNU/Linux. * hppa-linux-nat.c: Use GNU/Linux. * dwarfread.c: Add [sic] to use of Linux.
Diffstat (limited to 'gdb/ppc-linux-nat.c')
-rw-r--r--gdb/ppc-linux-nat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c
index 4d8f503715f..987c64bcf88 100644
--- a/gdb/ppc-linux-nat.c
+++ b/gdb/ppc-linux-nat.c
@@ -114,8 +114,8 @@ typedef char gdb_vrregset_t[SIZEOF_VRREGS];
/* On PPC processors that support the the Signal Processing Extension
(SPE) APU, the general-purpose registers are 64 bits long.
- However, the ordinary Linux PTRACE_PEEKUSR / PTRACE_POKEUSR /
- PT_READ_U / PT_WRITE_U ptrace calls only access the lower half of
+ However, the ordinary Linux kernel PTRACE_PEEKUSR / PTRACE_POKEUSR
+ / PT_READ_U / PT_WRITE_U ptrace calls only access the lower half of
each register, to allow them to behave the same way they do on
non-SPE systems. There's a separate pair of calls,
PTRACE_GETEVRREGS / PTRACE_SETEVRREGS, that read and write the top