Browse Source
* lib/gas-defs.exp (run_dump_test): Support new attribute "stderr"
which is a file used to regexp_diff the assembler's pruned stderr
output.
(write_file): New helper function to write a string into a file.
* gas/mips/empic.l: New file which matches empic tests' warnings.
* gas/mips/empic.d: Use empic.l.
binutils-2_13-branch
4 changed files with 45 additions and 4 deletions
@ -0,0 +1,3 @@ |
|||
.*: Assembler messages: |
|||
.*:42: Warning: Macro instruction expanded into multiple instructions in a branch delay slot |
|||
.*:56: Warning: Macro instruction expanded into multiple instructions in a branch delay slot |
|||
Loading…
Reference in new issue