URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-arm/] [farcall-group3.s] - Rev 862
Go to most recent revision | Compare with Previous | Blame | View Log
@ Test to ensure that ARM calls exceeding 32Mb generate stubs, @ and that stubs are correctly inserted between input sections @ when one contribution size exceeds the limit. .text .global bar .global _start _start: bl bar
Go to most recent revision | Compare with Previous | Blame | View Log