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

9 lines
75 B
ArmAsm
Raw Normal View History

2017-04-10 11:32:00 +00:00
.text
.global _start
_start:
.long foo
.data
.globl foo
foo:
.byte 0