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 /binutils/testsuite/ChangeLog | |
parent | c7af42732698afc889b4d53944a44c7ea4a7613f (diff) | |
download | binutils-gdb-738f4d98b409bad654486d6c1db037f2e320535a.tar.gz |
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 'binutils/testsuite/ChangeLog')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index e044acc1372..1e5801b956d 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> + + * lib/binutils-common.exp (regexp_diff): Implement inverse + matching, requested by `!'. + 2010-11-20 Richard Sandiford <rdsandiford@googlemail.com> * lib/binutils-common.exp (regexp_diff): New procedure. |