aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-15 04:00:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-15 04:00:48 +0000
commit0b4be7de750a66978f2244f4f2b0d9f385af192e (patch)
tree54c1715cf0f53ebc910e880eaed5a6ff8cfaae4a /gcc/config
parentb2a67e419cf2a05ec160585e4d2945dd479de8df (diff)
downloadgcc-0b4be7de750a66978f2244f4f2b0d9f385af192e.zip
gcc-0b4be7de750a66978f2244f4f2b0d9f385af192e.tar.gz
gcc-0b4be7de750a66978f2244f4f2b0d9f385af192e.tar.bz2
install.texi: Follow spelling conventions.
* 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. From-SVN: r67962
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/arm/arm.c2
-rw-r--r--gcc/config/fp-bit.c2
-rw-r--r--gcc/config/frv/frv.c4
-rw-r--r--gcc/config/ns32k/NOTES2
-rw-r--r--gcc/config/ns32k/STATUS4
5 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 23500fe..4a42f0b 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -2350,7 +2350,7 @@ arm_function_ok_for_sibcall (tree decl, tree exp ATTRIBUTE_UNUSED)
/* Addressing mode support functions. */
-/* Return non-zero if X is a legitimate immediate operand when compiling
+/* Return nonzero if X is a legitimate immediate operand when compiling
for PIC. */
int
legitimate_pic_operand_p (rtx x)
diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c
index b8ac298..6640f7a 100644
--- a/gcc/config/fp-bit.c
+++ b/gcc/config/fp-bit.c
@@ -371,7 +371,7 @@ pack_d ( fp_number_type * src)
if (low >= ((halffractype)1 << HALFFRACBITS))
/* We don't shift left, since it has just become the
smallest normal number, whose implicit 1 bit is
- now indicated by the non-zero exponent. */
+ now indicated by the nonzero exponent. */
exp++;
}
}
diff --git a/gcc/config/frv/frv.c b/gcc/config/frv/frv.c
index c2a8ef9..e664087 100644
--- a/gcc/config/frv/frv.c
+++ b/gcc/config/frv/frv.c
@@ -2338,8 +2338,8 @@ frv_final_prescan_insn (insn, opvec, noperands)
Printable instructions will be asm_operands or match one of the .md
patterns. Since asm instructions cannot be packed -- and will
- therefore have TImode -- this loop terminates on any recognisable
- instruction, and on any unrecognisable instruction with TImode. */
+ therefore have TImode -- this loop terminates on any recognizable
+ instruction, and on any unrecognizable instruction with TImode. */
for (insn = NEXT_INSN (insn); insn; insn = NEXT_INSN (insn))
{
if (NOTE_P (insn))
diff --git a/gcc/config/ns32k/NOTES b/gcc/config/ns32k/NOTES
index 4688246..824c80c 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 2754bf1..5467255 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)