aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2001-03-19 02:19:10 +0000
committerAnthony Green <green@gcc.gnu.org>2001-03-19 02:19:10 +0000
commitff9b0a494555fdeb4b9b1603616cdd28fd6157b5 (patch)
treecca04e14e7a76b38d01326302fb101b37569481c
parent1e38ba0accd43d6892d4f9b4187f9a0d2ce5e1ae (diff)
downloadgcc-ff9b0a494555fdeb4b9b1603616cdd28fd6157b5.zip
gcc-ff9b0a494555fdeb4b9b1603616cdd28fd6157b5.tar.gz
gcc-ff9b0a494555fdeb4b9b1603616cdd28fd6157b5.tar.bz2
pj.h: Remove some trailing commas.
2001-03-18 Anthony Green <green@redhat.com> * config/pj/pj.h: Remove some trailing commas. (ASM_SPEC): Use -EB and -EL, not -mb and -ml. From-SVN: r40607
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/pj/pj.h10
2 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1bc4d07..b182040 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-18 Anthony Green <green@redhat.com>
+
+ * config/pj/pj.h: Remove some trailing commas.
+ (ASM_SPEC): Use -EB and -EL, not -mb and -ml.
+
2001-03-18 Richard Henderson <rth@redhat.com>
* defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...
diff --git a/gcc/config/pj/pj.h b/gcc/config/pj/pj.h
index 73ff2c2..a5f5eba 100644
--- a/gcc/config/pj/pj.h
+++ b/gcc/config/pj/pj.h
@@ -27,10 +27,10 @@ Boston, MA 02111-1307, USA. */
#undef ASM_SPEC
#ifdef TARGET_LITTLE_ENDIAN_DEFAULT
#define CPP_SPEC "%{mb:-D__BIG_ENDIAN__ }%{!mb:-D__LITTLE_ENDIAN__ }"
-#define ASM_SPEC "%{mb:-mb }%{!mb:-ml }"
+#define ASM_SPEC "%{mb:-EB }%{!mb:-EL }"
#else
#define CPP_SPEC "%{ml:-D__LITTLE_ENDIAN__ }%{!ml:-D__BIG_ENDIAN__}"
-#define ASM_SPEC "%{ml:-ml } %{!ml:-mb }"
+#define ASM_SPEC "%{ml:-EL } %{!ml:-EB }"
#endif
#ifndef CPP_PREDEFINES
@@ -234,7 +234,7 @@ enum
LAST_O_REG=OSC_REG,
LAST_R_REG=R31_REG,
LAST_I_REG=ISC_REG,
- LAST_S_REG=P7_REG,
+ LAST_S_REG=P7_REG
};
@@ -445,7 +445,7 @@ enum reg_class
SRC_REGS, /* All registers valid as a source. */
DST_REGS, /* All registers valid as a destination. */
ALL_REGS,
- LIM_REG_CLASSES,
+ LIM_REG_CLASSES
};
#define GENERAL_REGS SRC_REGS
@@ -460,7 +460,7 @@ enum reg_class
"ARG_REGS", \
"SRC_REGS", \
"DST_REGS", \
- "ALL_REGS", \
+ "ALL_REGS" \
}
/* Define which registers fit in which classes.