Retro68/binutils/ld/testsuite/ld-x86-64/pr19827a.S
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

11 lines
102 B
ArmAsm

.text
.global _start
_start:
.dc.a foo
.data
.globl foo
foo:
.byte 0
.section .note.GNU-stack