diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-05-08 15:57:05 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-05-08 15:57:05 +0000 |
commit | e16bfa71a1a269f19c9a9072ebaa79b4c1718795 (patch) | |
tree | be2ffef7ab1d413d8685bf1137994dc87a3538a7 /gas/ChangeLog | |
parent | 336e5de1c92a79a4f803c1f2d627b47a04b4c04f (diff) | |
download | gdb-e16bfa71a1a269f19c9a9072ebaa79b4c1718795.zip gdb-e16bfa71a1a269f19c9a9072ebaa79b4c1718795.tar.gz gdb-e16bfa71a1a269f19c9a9072ebaa79b4c1718795.tar.bz2 |
[ 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 669e4cc..83ccf26 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ +2006-05-08 Thiemo Seufer <ths@mips.com> + Nigel Stephens <nigel@mips.com> + David Ung <davidu@mips.com> + + * 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. + 2006-05-08 Alan Modra <amodra@bigpond.net.au> * write.c (relax_segment): Add pass count arg. Don't error on |