mips16.S (DELAYf): Alias to DELAYt for the MIPS IV ISA and up.

* config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
	ISA and up.

From-SVN: r201350
This commit is contained in:
Maciej W. Rozycki 2013-07-30 18:34:43 +00:00 committed by Maciej W. Rozycki
parent 9a92fa8b66
commit 72be589b8c
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-07-30 Maciej W. Rozycki <macro@codesourcery.com>
* config/mips/mips16.S (DELAYf): Alias to DELAYt for the MIPS IV
ISA and up.
2013-07-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/linux-unwind.h: Use the proper dwarf to hard reg

View File

@ -89,8 +89,13 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
OPCODE, OP2; \
.set reorder
#if __mips >= 4
/* Coprocessor moves are interlocked from the MIPS IV ISA up. */
#define DELAYf(T, OPCODE, OP2) DELAYt (T, OPCODE, OP2)
#else
/* Use "OPCODE. OP2" and jump to T. */
#define DELAYf(T, OPCODE, OP2) OPCODE, OP2; jr T
#endif
/* MOVE_SF_BYTE0(D)
Move the first single-precision floating-point argument between