OSDN Git Service

[ gas/ChangeLog ]
authorths <ths>
Mon, 8 May 2006 15:57:05 +0000 (15:57 +0000)
committerths <ths>
Mon, 8 May 2006 15:57:05 +0000 (15:57 +0000)
commitae98bdc17ce5f85f2ccc29870fe47fdccd02bba2
tree627507ff25b2574c134764fdb9ca28cffb61bbd2
parent7668a2516740e4e0f343cc7cac9fbbb46bca6074
[ 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]