aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-25 02:13:10 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-25 02:13:10 +0000
commit080fe24b5824cf41b4f645c1c007dbe3d6eb2239 (patch)
treedff53d9f023efa55a634ce42bb07823c681d5106
parentaba9f16a1c98461b547a13c6a564672a48153df3 (diff)
downloadfsf-binutils-gdb-080fe24b5824cf41b4f645c1c007dbe3d6eb2239.zip
fsf-binutils-gdb-080fe24b5824cf41b4f645c1c007dbe3d6eb2239.tar.gz
fsf-binutils-gdb-080fe24b5824cf41b4f645c1c007dbe3d6eb2239.tar.bz2
Fix PR gdb/287. From wiz at danbala. Then->than and typos.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/config/sparc/tm-sp64.h2
-rw-r--r--gdb/mi/ChangeLog6
-rw-r--r--gdb/mi/gdbmi.texinfo2
-rw-r--r--sim/common/ChangeLog6
-rw-r--r--sim/common/sim-fpu.h2
-rw-r--r--sim/ppc/ChangeLog6
-rw-r--r--sim/ppc/std-config.h4
8 files changed, 29 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5b51371..abbf334 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2002-02-24 Andrew Cagney <ac131313@redhat.com>
+ From wiz at danbala:
+ * config/sparc/tm-sp64.h: Fix grammar and typos.
+ Fix PR gdb/287.
+
+2002-02-24 Andrew Cagney <ac131313@redhat.com>
+
* lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
* m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
diff --git a/gdb/config/sparc/tm-sp64.h b/gdb/config/sparc/tm-sp64.h
index 423b7ec..55006c6 100644
--- a/gdb/config/sparc/tm-sp64.h
+++ b/gdb/config/sparc/tm-sp64.h
@@ -196,7 +196,7 @@ void sparc_fix_call_dummy (char *dummy, CORE_ADDR pc, CORE_ADDR fun,
this is also an argument. This is used in call_function to build a
stack, and in value_being_returned to print return values.
- On Sparc64, we only pass pointers to structs if they're larger then
+ On Sparc64, we only pass pointers to structs if they're larger than
32 bytes. Otherwise they're stored in %o0-%o3 (floating-point
values go into %fp0-%fp3). */
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog
index 2d69629..7b71e8a 100644
--- a/gdb/mi/ChangeLog
+++ b/gdb/mi/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-24 Andrew Cagney <ac131313@redhat.com>
+
+ From wiz at danbala:
+ * gdbmi.texinfo: Fix grammar and typos.
+ Fix PR gdb/287.
+
2002-02-03 Jim Blandy <jimb@redhat.com>
* mi-cmd-stack.c (list_args_or_locals): Move declaration of
diff --git a/gdb/mi/gdbmi.texinfo b/gdb/mi/gdbmi.texinfo
index 0a4fe3b..f924214 100644
--- a/gdb/mi/gdbmi.texinfo
+++ b/gdb/mi/gdbmi.texinfo
@@ -1470,7 +1470,7 @@ An offset to add to the @var{address} before fetching memory.
This command displays memory contents as a table of @var{nr-rows} by
@var{nr-cols} words, each word being @var{word-size} bytes. In total,
@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
-(returned as @samp{total-bytes}). Should less then the requested number
+(returned as @samp{total-bytes}). Should less than the requested number
of bytes be returned by the target, the missing words are identified
using @samp{N/A}. The number of bytes read from the target is returned
in @samp{nr-bytes} and the starting address used to read memory in
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 8a0bc69..84c2964 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-24 Andrew Cagney <ac131313@redhat.com>
+
+ From wiz at danbala:
+ * sim-fpu.h: Fix grammar and typos.
+ Fix PR gdb/287.
+
2002-02-10 Chris Demetriou <cgd@broadcom.com>
* callback.c: Fix some spelling errors.
diff --git a/sim/common/sim-fpu.h b/sim/common/sim-fpu.h
index 755e194..72323f5 100644
--- a/sim/common/sim-fpu.h
+++ b/sim/common/sim-fpu.h
@@ -42,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
For unpacked structures (passed by value and reference), the code
quality of GCC-2.7 (on x86) for each alternative was compared.
- Needless to say the results, while better then for a packed 64 bit
+ Needless to say the results, while better than for a packed 64 bit
object, were still poor (GCC had only limited support for the
optimization of references to structure members). Regardless, the
struct-by-ref alternative achieved better results when compiled
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 103a83c..25d96ea 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-24 Andrew Cagney <ac131313@redhat.com>
+
+ From wiz at danbala:
+ * std-config.h: Fix grammar and typos. Update copyright.
+ Fix PR gdb/287.
+
2002-01-12 matthew green <mrg@redhat.com>
* Makefile.in (tmp-igen): Pass -I $(srcdir) to igen.
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h
index 0b7c260..c48e365 100644
--- a/sim/ppc/std-config.h
+++ b/sim/ppc/std-config.h
@@ -1,6 +1,6 @@
/* This file is part of the program psim.
- Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au>
+ Copyright 1994, 1995, 2002 Andrew Cagney <cagney@highland.com.au>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -438,7 +438,7 @@ extern int current_stdio;
local function.
Because of the way that GCC parses __attribute__(), the macro's
- need to be adjacent to the functioin name rather then at the start
+ need to be adjacent to the function name rather than at the start
of the line vis:
int STATIC_INLINE_MODULE f(void);