summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-07-17 14:16:14 +0000
committerAndrew Cagney <cagney@redhat.com>2004-07-17 14:16:14 +0000
commitfafc4c8f51f8e88382bd01115186222670a5304c (patch)
treed7749abff5f34f77aa12e77432609a4aaa0f143a
parentc5405722c5c6f18918083bfdb6b924d0603dec0c (diff)
downloadgdb-fafc4c8f51f8e88382bd01115186222670a5304c.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.
-rw-r--r--gdb/dwarfread.c2
-rw-r--r--gdb/hppa-linux-nat.c3
-rw-r--r--gdb/hppa-linux-tdep.c4
3 files changed, 5 insertions, 4 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c
index cb31543ae0b..f8aa4a8d096 100644
--- a/gdb/dwarfread.c
+++ b/gdb/dwarfread.c
@@ -84,7 +84,7 @@
On 2003-06-09 the gdb list received a report from a user
with Absoft ProFortran f77 which is dwarf-1.
- Absoft ProFortran Linux Fortran User Guide (no version,
+ Absoft ProFortran Linux[sic] Fortran User Guide (no version,
but copyright dates are 1991-2001) says that Absoft ProFortran
supports -gdwarf1 and -gdwarf2.
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.
diff --git a/gdb/hppa-linux-tdep.c b/gdb/hppa-linux-tdep.c
index 1998a0ac6be..6b3c0146426 100644
--- a/gdb/hppa-linux-tdep.c
+++ b/gdb/hppa-linux-tdep.c
@@ -1,4 +1,4 @@
-/* Target-dependent code for Linux running on PA-RISC, for GDB.
+/* Target-dependent code for GNU/Linux running on PA-RISC, for GDB.
Copyright 2004 Free Software Foundation, Inc.
@@ -550,7 +550,7 @@ hppa_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
{
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
- /* Linux is always ELF. */
+ /* GNU/Linux is always ELF. */
tdep->is_elf = 1;
tdep->find_global_pointer = hppa_linux_find_global_pointer;