old-cross-binutils/ld/testsuite/ld-x86-64/pie2.s
H.J. Lu 126697d1e4 Add ld-x86-64/pie2 test
* testsuite/ld-x86-64/pie2.d: New file.
	* testsuite/ld-x86-64/pie2.s: Likewise.
	* testsuite/ld-x86-64/x86-64.exp: Run pie2.
2016-04-20 11:12:22 -07:00

8 lines
75 B
ArmAsm

.text
.global _start
_start:
.long foo
.data
.globl foo
foo:
.byte 0