Browse Source
* 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 `!'.gdb_7_3-branch
9 changed files with 53 additions and 13 deletions
@ -0,0 +1,8 @@ |
|||
# name: ELF MIPS16 ASE markings 2 |
|||
# source: nop.s |
|||
# objdump: -p |
|||
# as: -32 -mips16 |
|||
|
|||
.*:.*file format.*mips.* |
|||
private flags = [0-9a-f]*[4-7c-f]......: .*[[,]mips16[],].* |
|||
|
|||
@ -0,0 +1 @@ |
|||
nop |
|||
Loading…
Reference in new issue