URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [arm/] [xscale/] [blx.cgs] - Rev 225
Go to most recent revision | Compare with Previous | Blame | View Log
# arm testcase for bl$cond $offset24
# mach: all
.include "testutils.inc"
start
.arm
blx thumb
.thumb
.thumb_func
thumb:
nop
blx next
blx PASS
nop
nop
.section text1, "ax"
.arm
next:
add r0, r1, r0
bx lr
FAIL:
fail
PASS:
pass
Go to most recent revision | Compare with Previous | Blame | View Log