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
This commit is contained in:
parent
e0ab232eb4
commit
221e1c3fde
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* ddg.c (add_deps_for_def): Rename to...
|
||||
|
|
|
@ -819,7 +819,7 @@ extern const struct mips_rtx_cost_data *mips_cost;
|
|||
|| TARGET_MIPS5500)
|
||||
|
||||
/* 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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue