10 lines
241 B
ArmAsm
10 lines
241 B
ArmAsm
! { dg-do assemble { target sh*-*-elf} }
|
|
! { dg-options "-big" }
|
|
! { dg-error "-little required" "" { target sh*-*-elf } 0 }
|
|
|
|
! Check that a mismatch between command-line options and the .big
|
|
! directive is identified.
|
|
|
|
.little
|
|
start:
|
|
nop
|