summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-04 01:17:51 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-04 01:17:51 +0000
commite487406e26490fc69345c49c46e7bec08c9a2ff6 (patch)
tree2f263d91f25f914e7d2ffb6f0804704bba77df44
parenta2c0fea6be76386d1d7a6f63b67e09bbb8f2c7f2 (diff)
downloadppe42-gcc-e487406e26490fc69345c49c46e7bec08c9a2ff6.tar.gz
ppe42-gcc-e487406e26490fc69345c49c46e7bec08c9a2ff6.zip
2003-12-03 Eric Christopher <echristo@redhat.com>
* rtl.c: Fix typo. * config/mips/mips.h: Ditto. Fix formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74261 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/mips.h8
-rw-r--r--gcc/rtl.c2
3 files changed, 9 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0d42a887f92..738464f1723 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-03 Eric Christopher <echristo@redhat.com>
+
+ * rtl.c: Fix typo.
+ * config/mips/mips.h: Ditto. Fix formatting.
+
2003-12-04 Ben Elliston <bje@wasabisystems.com>
* future.options: Remove. Move to gnu.org web pages.
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index d03e6d1fab2..ac6938493d9 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -476,7 +476,7 @@ extern const struct mips_cpu_info *mips_tune_info;
{ \
builtin_define ("_LANGUAGE_OBJECTIVE_C"); \
builtin_define ("__LANGUAGE_OBJECTIVE_C"); \
- /* Bizzare, but needed at least for Irix. */ \
+ /* Bizarre, but needed at least for Irix. */ \
builtin_define_std ("LANGUAGE_C"); \
builtin_define ("_LANGUAGE_C"); \
} \
@@ -2230,7 +2230,7 @@ extern enum reg_class mips_char_to_class[256];
/* 1 if N is a possible register number for a function value.
On the MIPS, R2 R3 and F0 F2 are the only register thus used.
- Currently, R2 and F0 are only implemented here (C has no complex type) */
+ Currently, R2 and F0 are only implemented here (C has no complex type) */
#define FUNCTION_VALUE_REGNO_P(N) ((N) == GP_RETURN || (N) == FP_RETURN \
|| (LONG_DOUBLE_TYPE_SIZE == 128 && FP_RETURN != GP_RETURN \
@@ -2317,9 +2317,7 @@ typedef struct mips_args {
/* Initialize a variable CUM of type CUMULATIVE_ARGS
for a call to a function whose data type is FNTYPE.
- For a library call, FNTYPE is 0.
-
-*/
+ For a library call, FNTYPE is 0. */
#define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \
init_cumulative_args (&CUM, FNTYPE, LIBNAME) \
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 72ff89f6ace..26891c30d7a 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -357,7 +357,7 @@ rtx_equal_p (rtx x, rtx y)
}
/* Compare the elements. If any pair of corresponding elements
- fail to match, return 0 for the whole things. */
+ fail to match, return 0 for the whole thing. */
fmt = GET_RTX_FORMAT (code);
for (i = GET_RTX_LENGTH (code) - 1; i >= 0; i--)
OpenPOWER on IntegriCloud