URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-arm/] [farcall-group4.s] - Rev 100
Go to most recent revision | Compare with Previous | Blame | View Log
@ Test to ensure that ARM calls exceeding 32Mb generate stubs, @ and that a large input section forces stub insertion before its @ contribution. .text myfunc: .space 0x2000000 bl bar .section .far, "xa" .type bar, %function .global bar bar: bx lr
Go to most recent revision | Compare with Previous | Blame | View Log