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 | 9cbc6ef04e5d04231f2ac1c4b7fd9848d9a2b3b0 (patch) | |
tree | a5dfc0a4b98f9d9788a04876493e0e69f2de2630 /gdb/ppc-linux-tdep.c | |
parent | 1b89295f2fcdbdf68734266e61e2ff4a052bcb82 (diff) | |
download | gdb-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/ppc-linux-tdep.c')
-rw-r--r-- | gdb/ppc-linux-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index a7e58bc..585260b 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for GDB, the GNU debugger. Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + 1997, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -1070,7 +1070,7 @@ ppc_linux_init_abi (struct gdbarch_info info, However, as one of the known warts of its ABI, PPC GNU/Linux uses eight-byte long doubles. GCC only recently got 128-bit long double support on PPC, so it may be changing soon. The - Linux Standards Base says that programs that use 'long + Linux[sic] Standards Base says that programs that use 'long double' on PPC GNU/Linux are non-conformant. */ set_gdbarch_long_double_bit (gdbarch, 8 * TARGET_CHAR_BIT); |