]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/testsuite/gas/mips/mips.exp
[ gas/ChangeLog ]
authorThiemo Seufer <ths@networkno.de>
Mon, 8 May 2006 15:57:05 +0000 (15:57 +0000)
committerThiemo Seufer <ths@networkno.de>
Mon, 8 May 2006 15:57:05 +0000 (15:57 +0000)
commite16bfa71a1a269f19c9a9072ebaa79b4c1718795
treebe2ffef7ab1d413d8685bf1137994dc87a3538a7
parent336e5de1c92a79a4f803c1f2d627b47a04b4c04f
[ 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]