Commit ff9b0a49 by Anthony Green Committed by Anthony Green

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
parent 1e38ba0a
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> 2001-03-18 Richard Henderson <rth@redhat.com>
* defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ... * defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...
......
...@@ -27,10 +27,10 @@ Boston, MA 02111-1307, USA. */ ...@@ -27,10 +27,10 @@ Boston, MA 02111-1307, USA. */
#undef ASM_SPEC #undef ASM_SPEC
#ifdef TARGET_LITTLE_ENDIAN_DEFAULT #ifdef TARGET_LITTLE_ENDIAN_DEFAULT
#define CPP_SPEC "%{mb:-D__BIG_ENDIAN__ }%{!mb:-D__LITTLE_ENDIAN__ }" #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 #else
#define CPP_SPEC "%{ml:-D__LITTLE_ENDIAN__ }%{!ml:-D__BIG_ENDIAN__}" #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 #endif
#ifndef CPP_PREDEFINES #ifndef CPP_PREDEFINES
...@@ -234,7 +234,7 @@ enum ...@@ -234,7 +234,7 @@ enum
LAST_O_REG=OSC_REG, LAST_O_REG=OSC_REG,
LAST_R_REG=R31_REG, LAST_R_REG=R31_REG,
LAST_I_REG=ISC_REG, LAST_I_REG=ISC_REG,
LAST_S_REG=P7_REG, LAST_S_REG=P7_REG
}; };
...@@ -445,7 +445,7 @@ enum reg_class ...@@ -445,7 +445,7 @@ enum reg_class
SRC_REGS, /* All registers valid as a source. */ SRC_REGS, /* All registers valid as a source. */
DST_REGS, /* All registers valid as a destination. */ DST_REGS, /* All registers valid as a destination. */
ALL_REGS, ALL_REGS,
LIM_REG_CLASSES, LIM_REG_CLASSES
}; };
#define GENERAL_REGS SRC_REGS #define GENERAL_REGS SRC_REGS
...@@ -460,7 +460,7 @@ enum reg_class ...@@ -460,7 +460,7 @@ enum reg_class
"ARG_REGS", \ "ARG_REGS", \
"SRC_REGS", \ "SRC_REGS", \
"DST_REGS", \ "DST_REGS", \
"ALL_REGS", \ "ALL_REGS" \
} }
/* Define which registers fit in which classes. /* Define which registers fit in which classes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment