re PR target/33479 (SyncTest Intermittent failing on MIPS)
commit01fdb4cf5d52bd94ee85e8eef63279cdc1e46928
authorDavid Daney <ddaney@avtrex.com>
Wed, 26 Sep 2007 16:45:39 +0000 (26 16:45 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Wed, 26 Sep 2007 16:45:39 +0000 (26 16:45 +0000)
tree7a23b6594e044fe0df624162614d444065db1ede
parente2e79a188a4aa19a783c3df89aa9cbd6444777c3
re PR target/33479 (SyncTest Intermittent failing on MIPS)

2007-09-26  David Daney  <ddaney@avtrex.com>

PR target/33479
* config/mips/mips.md (sync_compare_and_swap<mode>, sync_old_add<mode>,
sync_new_add<mode>, sync_old_<optab><mode>, sync_new_<optab><mode>,
sync_old_nand<mode>, sync_new_nand<mode>,
sync_lock_test_and_set<mode>): Fix '&' constraint modifiers.
Update length attributes.
(sync_add<mode>, sync_sub<mode>, sync_old_sub<mode>,
sync_new_sub<mode>, sync_<optab><mode>, sync_nand<mode>): Update
length attributes.
* config/mips/mips.h (MIPS_COMPARE_AND_SWAP, MIPS_SYNC_OP,
MIPS_SYNC_OLD_OP, MIPS_SYNC_NEW_OP, MIPS_SYNC_NAND,
MIPS_SYNC_OLD_NAND, MIPS_SYNC_NEW_NAND, MIPS_SYNC_EXCHANGE): Add
post-loop sync.

From-SVN: r128821
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.md