old-cross-binutils/ld/testsuite/ld-x86-64/ilp32-11.s
H.J. Lu 0adaa71ed6 Adjust ld-x86-64/ilp32-11.s for NACL
* ld-x86-64/ilp32-11.s Add ".space 0x1000" before func.
	(func): Make it global and hidden.
	* ld-x86-64/ilp32-11.d: Updated.
2012-05-22 21:42:50 +00:00

12 lines
168 B
ArmAsm

.section .data.rel.local,"aw",@progbits
.align 8
.Ljmp:
.quad func + 0x7fffffff
.text
.space 0x1000
.type func, @function
.global func
.hidden func
func:
ret