diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-15 04:00:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-15 04:00:48 +0000 |
commit | bf02170cdfb03971618c5eecf898fccf09f05c6d (patch) | |
tree | 54c1715cf0f53ebc910e880eaed5a6ff8cfaae4a /gcc/config/ns32k | |
parent | 6f5f836c14abeb2b7bb0e07b1397c768e20731cc (diff) | |
download | gcc-bf02170cdfb03971618c5eecf898fccf09f05c6d.tar.gz |
* doc/install.texi: Follow spelling conventions.
* doc/tm.texi: Likewise.
* config/fp-bit.c: Likewise.
* config/arm/arm.c: Likewise.
* config/frv/frv.c: Likewise.
* config/ns32k/NOTES: Likewise.
* config/ns32k/STATUS: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ns32k')
-rw-r--r-- | gcc/config/ns32k/NOTES | 2 | ||||
-rw-r--r-- | gcc/config/ns32k/STATUS | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/ns32k/NOTES b/gcc/config/ns32k/NOTES index 46882461d02..824c80c841e 100644 --- a/gcc/config/ns32k/NOTES +++ b/gcc/config/ns32k/NOTES @@ -10,7 +10,7 @@ Ian Dall <ian@beware.dropbear.id.au> ------------------------------------ The ns32x81 fpu handles most operands in hardware, but traps on NaN, -Inf and Denormalized numbers. The correct behaviour can be handled by +Inf and Denormalized numbers. The correct behavior can be handled by the trap handler. This is mostly transparent to the compiler, but in the case of floating point comparisions, the trap handler and the compiler must co-operate. diff --git a/gcc/config/ns32k/STATUS b/gcc/config/ns32k/STATUS index 2754bf1f07a..54672558013 100644 --- a/gcc/config/ns32k/STATUS +++ b/gcc/config/ns32k/STATUS @@ -28,7 +28,7 @@ correct if not ideal. gcc.dg/debug/debug-1.c scan-assembler xyzzy: At -O3 level of optimization, variable xyzzy gets eliminated. Isn't it reasonable that the debugging info is gone too? Indeed, the -documentation says this is expected behaviour. +documentation says this is expected behavior. gcc.dg/debug/debug-2.c scan-assembler xyzzy: As for the above. @@ -61,7 +61,7 @@ gcc.dg/uninit-A.c -O2 -Wall -S Bogus warnings, almost certainly not backend. gcc.dg/special/weak-1.c execution test -X This fails for i386 too. I don't understand what the correct behaviour +X This fails for i386 too. I don't understand what the correct behavior for this test is. gcc.dg/special/gcsec-1.c (test for excess errors) |