opcodes/
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 14 Sep 2010 23:49:04 +0000 (23:49 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 14 Sep 2010 23:49:04 +0000 (23:49 +0000)
commitf6690563bb1749a0c97b55b8f781a57a211597d5
tree01d7cad69366b4de2fed4ee564f826f912c340b7
parent923c6a3dd16a18e87efab5731053fbf31269b505
opcodes/
* mips-opc.c (mips_builtin_opcodes): Add "sync_acquire",
"sync_mb", "sync_release", "sync_rmb" and "sync_wmb".

gas/testsuite/
* gas/mips/mips32r2-sync.d: New test for MIPS32r2 "sync"
instruction variants.
* gas/mips/octeon@mips32r2-sync.d: Likewise, Octeon version.
* gas/mips/mips32r2-sync.s: Source for the new test.
* gas/mips/mips.exp: Run the new test.
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/mips32r2-sync.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips32r2-sync.s [new file with mode: 0644]
gas/testsuite/gas/mips/octeon@mips32r2-sync.d [new file with mode: 0644]
opcodes/ChangeLog
opcodes/mips-opc.c