binutils-gdb/ld/testsuite/ld-x86-64/pr19827a.S
2022-04-20 13:39:05 +01:00

11 lines
102 B
ArmAsm

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