aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-linux-tdep.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
commit9cbc6ef04e5d04231f2ac1c4b7fd9848d9a2b3b0 (patch)
treea5dfc0a4b98f9d9788a04876493e0e69f2de2630 /gdb/hppa-linux-tdep.c
parent1b89295f2fcdbdf68734266e61e2ff4a052bcb82 (diff)
downloadgdb-9cbc6ef04e5d04231f2ac1c4b7fd9848d9a2b3b0.zip
gdb-9cbc6ef04e5d04231f2ac1c4b7fd9848d9a2b3b0.tar.gz
gdb-9cbc6ef04e5d04231f2ac1c4b7fd9848d9a2b3b0.tar.bz2
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-tdep.c')
-rw-r--r--gdb/hppa-linux-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/hppa-linux-tdep.c b/gdb/hppa-linux-tdep.c
index 1998a0a..6b3c014 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;