URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-arm/] [callweak.s] - Rev 337
Go to most recent revision | Compare with Previous | Blame | View Log
.syntax unified .arch armv6 .weak bar .section .far, "ax", %progbits .global _start .type _start, %function _start: bl bar bleq bar .thumb .type foo, %function .thumb_func foo: bl bar movs r0, #0 bl bar bx lr
Go to most recent revision | Compare with Previous | Blame | View Log