diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-09 23:57:22 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-09 23:57:22 +0000 |
commit | 738f4d98b409bad654486d6c1db037f2e320535a (patch) | |
tree | ff3e6a5489959af6d652091db25b941f58477ef5 /gas/ChangeLog | |
parent | c7af42732698afc889b4d53944a44c7ea4a7613f (diff) | |
download | gdb-738f4d98b409bad654486d6c1db037f2e320535a.zip gdb-738f4d98b409bad654486d6c1db037f2e320535a.tar.gz gdb-738f4d98b409bad654486d6c1db037f2e320535a.tar.bz2 |
gas/
* config/tc-mips.c (file_ase_mips16): Adjust comment.
(append_insn): Update file_ase_mips16.
(mips_after_parse_args): Don't set file_ase_mips16 here.
gas/testsuite/
* gas/mips/elf_ase_mips16.d: Update test for new MIPS16 ASE flag
semantics.
* gas/mips/elf_ase_mips16-2.d: New test.
* gas/mips/nop.s: Source for the new test.
* gas/mips/mips.exp: Run the new test.
binutils/testsuite/
* lib/binutils-common.exp (regexp_diff): Implement inverse
matching, requested by `!'.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ce56b30..fae5743 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (file_ase_mips16): Adjust comment. + (append_insn): Update file_ase_mips16. + (mips_after_parse_args): Don't set file_ase_mips16 here. + +2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (macro) <M_MSGSND, M_MSGLD, M_MSGLD_T, M_MSGWAIT, M_MSGWAIT_T>: Remove dedicated return points. |