diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-17 14:15:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-17 14:15:30 +0000 |
commit | 50592fe03231ebd4b595a6b9f157a89a48f45ebf (patch) | |
tree | 80ec5d2b5522595b3bca301e64d0bd455143943d /gdb/hppa-linux-nat.c | |
parent | d2194f0b45ba785b8c293abe0cbb5cd8df6b5b72 (diff) | |
download | gdb-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/hppa-linux-nat.c')
-rw-r--r-- | gdb/hppa-linux-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/hppa-linux-nat.c b/gdb/hppa-linux-nat.c index fc901ace3bd..ef9eafbcd3f 100644 --- a/gdb/hppa-linux-nat.c +++ b/gdb/hppa-linux-nat.c @@ -1,4 +1,5 @@ -/* Functions specific to running gdb native on HPPA running Linux. +/* Functions specific to running GDB native on HPPA running GNU/Linux. + Copyright 2004 Free Software Foundation, Inc. This file is part of GDB. |