1# This test fails on HC11/HC12 when it is compiled without -mshort because
2# is uses an asm that requires two 32-bit registers (int).  It passes
3# when using -mshort because there are enough registers;  force -mshort.
4if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
5	set options "-mshort"
6}
7return 0
8