1) Fix for Bug 3157 - Compilation error in gui_common.h
2) Fix for Bug 3158 - Compilation error in qemu-char.c
3) Fix for Bug 3160 - [GCCE] Illegal instruction in baseport/syborg/bootstrap/syborg.s
4) Fix for Bug 3162 - [GCCE] VFP math support needs excluded to build syborg ROM
5) Fix for Bug 3163 - [GCCE] Syborg baseport build breaks when EPOCROOT is not filesystem root
6) Fix for Bug 3164 - [GCCE] baseport/syborg/bld.inf needs to discriminate GCCE from ARMCC
# mach: crisv3 crisv8 crisv10 crisv32
# output: 0\nffffffff\nfffffffe\nffff\nff\n56788f9\n56788d9\n567889a\n0\n7ffffffc\n
.include "testutils.inc"
start
moveq 1,r3
subq 1,r3
test_cc 0 1 0 0
checkr3 0
subq 1,r3
test_cc 1 0 0 1
checkr3 ffffffff
subq 1,r3
test_cc 1 0 0 0
checkr3 fffffffe
move.d 0x10000,r3
subq 1,r3
test_cc 0 0 0 0
checkr3 ffff
move.d 0x100,r3
subq 1,r3
test_cc 0 0 0 0
checkr3 ff
move.d 0x5678900,r3
subq 7,r3
test_cc 0 0 0 0
checkr3 56788f9
subq 32,r3
test_cc 0 0 0 0
checkr3 56788d9
subq 63,r3
test_cc 0 0 0 0
checkr3 567889a
move.d 34,r3
subq 34,r3
test_cc 0 1 0 0
checkr3 0
move.d 0x80000024,r3
subq 40,r3
test_cc 0 0 1 0
checkr3 7ffffffc
quit