[ gas/ChangeLog ]
commit77c72e1fa04c687c6c72c4b09e6a9bb45279211b
authorThiemo Seufer <ths@networkno.de>
Mon, 8 May 2006 15:57:05 +0000 (8 15:57 +0000)
committerThiemo Seufer <ths@networkno.de>
Mon, 8 May 2006 15:57:05 +0000 (8 15:57 +0000)
treea7946ea96dae46507ab56c1e0b6fd14ad8b94893
parent0c4aacdd3b8c96efc03268abe09d74414224c26b
[ gas/ChangeLog ]
* config/tc-mips.c (mips_set_options): Add ase_smartmips flag.
(mips_opts): Likewise.
(file_ase_smartmips): New variable.
(ISA_HAS_ROR): SmartMIPS implements rotate instructions.
(macro_build): Handle SmartMIPS instructions.
(mips_ip): Likewise.
(md_longopts): Add argument handling for smartmips.
(md_parse_options, mips_after_parse_args): Likewise.
(s_mipsset): Add .set smartmips support.
(md_show_usage): Document -msmartmips/-mno-smartmips.
* doc/as.texinfo: Document -msmartmips/-mno-smartmips and
.set smartmips.
* doc/c-mips.texi: Likewise.

[ gas/testsuite/ChangeLog ]
* gas/mips/smartmips.s, gas/mips/smartmips.d: New smartmips test.
* gas/mips/mips.exp: Run smartmips test.
gas/ChangeLog
gas/config/tc-mips.c
gas/doc/as.texinfo
gas/doc/c-mips.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/smartmips.d [new file with mode: 0644]
gas/testsuite/gas/mips/smartmips.s [new file with mode: 0644]