URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-arm/] [jump19.s] - Rev 66
Go to most recent revision | Compare with Previous | Blame | View Log
@ Test the Thumb-2 JUMP19 relocation. .syntax unified .thumb .global _start _start: cmp r0, r0 beq.w bar .space 65536 .weak bar bar: bx lr
Go to most recent revision | Compare with Previous | Blame | View Log