Commit 221e1c3f by Sandra Loosemore Committed by Sandra Loosemore

mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.

2007-07-31  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* config/mips/mips.h (ISA_HAS_SYNCI):  Add !TARGET_MIPS16 test.

From-SVN: r127086
parent e0ab232e
2007-07-31 Sandra Loosemore <sandra@codesourcery.com>
* config/mips/mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.
2007-07-31 Revital Eres <eres@il.ibm.com> 2007-07-31 Revital Eres <eres@il.ibm.com>
* ddg.c (add_deps_for_def): Rename to... * ddg.c (add_deps_for_def): Rename to...
......
...@@ -819,7 +819,7 @@ extern const struct mips_rtx_cost_data *mips_cost; ...@@ -819,7 +819,7 @@ extern const struct mips_rtx_cost_data *mips_cost;
|| TARGET_MIPS5500) || TARGET_MIPS5500)
/* ISA includes synci, jr.hb and jalr.hb. */ /* ISA includes synci, jr.hb and jalr.hb. */
#define ISA_HAS_SYNCI ISA_MIPS32R2 #define ISA_HAS_SYNCI (ISA_MIPS32R2 && !TARGET_MIPS16)
/* Add -G xx support. */ /* Add -G xx support. */
......
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