Fix PR gdb/287. From wiz at danbala. Then->than and typos.

This commit is contained in:
Andrew Cagney
2002-02-25 02:13:10 +00:00
parent aba9f16a1c
commit 080fe24b58
8 changed files with 29 additions and 5 deletions

View File

@@ -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.

View File

@@ -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