aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/romp
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-14 05:17:01 +0000
committerRichard Stallman <rms@gnu.org>1992-03-14 05:17:01 +0000
commitb4ac57ab2925e9ccedcc0ea72cd7ce55bbcd6def (patch)
tree7becaa9e8ecc06df6386da81506f366d60982698 /gcc/config/romp
parent5e3b99538d552be301a13a7fd552163d9e7dd5ae (diff)
downloadgcc-b4ac57ab2925e9ccedcc0ea72cd7ce55bbcd6def.zip
gcc-b4ac57ab2925e9ccedcc0ea72cd7ce55bbcd6def.tar.gz
gcc-b4ac57ab2925e9ccedcc0ea72cd7ce55bbcd6def.tar.bz2
*** empty log message ***
From-SVN: r478
Diffstat (limited to 'gcc/config/romp')
-rw-r--r--gcc/config/romp/romp.c6
-rw-r--r--gcc/config/romp/romp.h8
2 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/romp/romp.c b/gcc/config/romp/romp.c
index 8b72b57..b9f8ad9 100644
--- a/gcc/config/romp/romp.c
+++ b/gcc/config/romp/romp.c
@@ -1,5 +1,5 @@
/* Subroutines used for code generation on ROMP.
- Copyright (C) 1987-1991 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC.
@@ -613,7 +613,7 @@ float_unary (op, mode)
&& GET_MODE (XEXP (op, 0)) == GET_MODE (op);
}
-/* Return 1 if this is a valid floating-point converstion that can be done
+/* Return 1 if this is a valid floating-point conversion that can be done
as part of an operation by the RT floating-point routines. */
int
@@ -929,7 +929,7 @@ print_operand (file, x, code)
break;
case '.':
- /* Output nothing. Used as delimeter in, e.g., "mc%B1%.3 " */
+ /* Output nothing. Used as delimiter in, e.g., "mc%B1%.3 " */
break;
case '#':
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h
index 97531d0..8803728 100644
--- a/gcc/config/romp/romp.h
+++ b/gcc/config/romp/romp.h
@@ -70,7 +70,7 @@ extern int target_flags;
#define TARGET_DEFAULT 3
-/* Define this to change the optimizations peformed by default.
+/* Define this to change the optimizations performed by default.
This used to depend on the value of write_symbols,
but that is contrary to the general plan for GCC options. */
@@ -102,7 +102,7 @@ extern int target_flags;
for them. Might as well be consistent with bits and bytes. */
#define WORDS_BIG_ENDIAN 1
-/* number of bits in an addressible storage unit */
+/* number of bits in an addressable storage unit */
#define BITS_PER_UNIT 8
/* Width in bits of a "word", which is the contents of a machine register.
@@ -150,9 +150,9 @@ extern int target_flags;
&& TYPE_MODE (TREE_TYPE (TYPE)) == QImode \
&& (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
-/* Define this if move instructions will actually fail to work
+/* Set this nonzero if move instructions will actually fail to work
when given unaligned data. */
-#define STRICT_ALIGNMENT
+#define STRICT_ALIGNMENT 1
/* Standard register usage. */