blob: 17f503bf6647c37727f8aa6a349eaef23d0d24a6 [file] [log] [blame]
@ 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"
.global bar
bar:
bx lr