URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-arm/] [abs-call-1.s] - Rev 75
Go to most recent revision | Compare with Previous | Blame | View Log
.type foo, %function .set foo, 0x100000 arm: bl 0x100000 b 0x100000 blx 0x100000 bl foo .syntax unified .thumb thumb: bl 0x100000 b 0x100000 blx 0x100000 @ bl foo is broken - gas fails to preserve the symbol reference
Go to most recent revision | Compare with Previous | Blame | View Log