OSDN Git Service

[ opcodes/ChangeLog ]
authorcgd <cgd>
Wed, 18 Dec 2002 22:52:42 +0000 (22:52 +0000)
committercgd <cgd>
Wed, 18 Dec 2002 22:52:42 +0000 (22:52 +0000)
commit82f835c823da03e31d15fe88d619e63104134772
tree7cd23dc83607a366e930471c3beac1d93f1321a2
parent054bca9d41b9fc1b08800697c4268df4afec43e3
[ opcodes/ChangeLog ]
2002-12-18  Chris Demetriou  <cgd@broadcom.com>

* mips-opc.c (mips_builtin_opcodes): Remove one "ror" and two
"dror" entries, and reorder the remaining "dror" and "ror" entries.

[ gas/ChangeLog ]
2002-12-18  Chris Demetriou  <cgd@broadcom.com>

* config/tc-mips.c (macro): In M_DROL, M_DROR, M_ROL, and M_ROR,
use hardware rotate ops as appropriate.  In M_DROL_I, M_DROR_I,
M_ROL_I, and M_ROR_I, simplify code, clean up warnings, and
arrange not to issue warnings about use of AT when AT is not
actually used.

[ gas/testsuite/ChangeLog ]
2002-12-18  Chris Demetriou  <cgd@broadcom.com>

* gas/mips/rol.s: Add ".set noat" and some new instructions to test.
* gas/mips/rol64.s: Likewise.
* gas/mips/rol.l: New file.
* gas/mips/rol.d: Adjust to use rol.l and for rol.s changes.
* gas/mips/rol64.l: New file.
* gas/mips/rol64.d: Adjust to use rol64.l and for rol64.s changes.
* gas/mips/rol-hw.d: New file.
* gas/mips/rol-hw.l: New file.
* gas/mips/rol64-hw.d: New file.
* gas/mips/rol64-hw.l: New file.
* gas/mips/mips.exp: Run rol-hw and rol64-hw tests.
16 files changed:
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/rol-hw.d [new file with mode: 0644]
gas/testsuite/gas/mips/rol-hw.l [new file with mode: 0644]
gas/testsuite/gas/mips/rol.d
gas/testsuite/gas/mips/rol.l [new file with mode: 0644]
gas/testsuite/gas/mips/rol.s
gas/testsuite/gas/mips/rol64-hw.d [new file with mode: 0644]
gas/testsuite/gas/mips/rol64-hw.l [new file with mode: 0644]
gas/testsuite/gas/mips/rol64.d
gas/testsuite/gas/mips/rol64.l [new file with mode: 0644]
gas/testsuite/gas/mips/rol64.s
opcodes/ChangeLog
opcodes/mips-opc.c