]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-mips.c
[ opcodes/ChangeLog ]
authorChris Demetriou <cgd@google.com>
Wed, 18 Dec 2002 22:52:48 +0000 (22:52 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 18 Dec 2002 22:52:48 +0000 (22:52 +0000)
commit82dd009716af56290572a3797e5c81e50d1e1b5e
treee21c9b1f1925a83ed116476b5cc7d0e12cbe92be
parentec83c154bc088f8efcca734542bdfbf598cc9c03
[ 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