URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-arm/] [fix-arm1176.s] - Rev 332
Go to most recent revision | Compare with Previous | Blame | View Log
.syntax unified .globl _start .globl func_to_branch_to .arm .text func_to_branch_to: bx lr .thumb .section .foo, "xa" .thumb_func _start: bl func_to_branch_to
Go to most recent revision | Compare with Previous | Blame | View Log