Home | History | Annotate | Download | only in sh
      1 ! { dg-do assemble { target sh*-*-elf} }
      2 ! { dg-options "-big" }
      3 ! { dg-error "-little required" "" { target sh*-*-elf } 0 }
      4 
      5 ! Check that a mismatch between command-line options and the .big
      6 ! directive is identified.
      7 
      8 	.little
      9 start:
     10 	nop
     11