binutils-gdb/ld/testsuite/ld-x86-64/pie2.s

9 lines
75 B
ArmAsm

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