X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Ftestsuite%2Fbinutils-all%2Farc%2Fobjdump.exp;h=542a33676977a831878c935249ab689d2a6aec10;hb=570b0ed6d5368f4653bf019c60fa277ed7e983bf;hp=18f0bb74a18829b2e3cef000e300d36de737a376;hpb=bfbd943845684ac374c41797154d2c53cc338145;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/testsuite/binutils-all/arc/objdump.exp b/binutils/testsuite/binutils-all/arc/objdump.exp index 18f0bb74a1..542a336769 100644 --- a/binutils/testsuite/binutils-all/arc/objdump.exp +++ b/binutils/testsuite/binutils-all/arc/objdump.exp @@ -72,6 +72,9 @@ proc check_assembly { testname objfile expected { disas_flags "" } } { # disassembler has had to guess as the instruction class in use). set want "Warning: disassembly.*vmac2hnfr\[ \t\]*r0,r2,r4.*dmulh12.f\[ \t\]*r0,r2,r4.*dmulh11.f" check_assembly "Warning test" [do_objfile dsp.s] $want +set warn_double_reg "Warning: illegal use of double register pair." +check_assembly "Warning faulty double regs" [do_objfile double_regs.s] \ + $warn_double_reg set double_store_hs_expected {std\s*r0r1,\[r3\]} set objfile [do_objfile double_store.s]