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