Retro68/binutils/ld/testsuite/ld-x86-64/pr19827a.S

11 lines
102 B
ArmAsm
Raw Normal View History

2017-04-10 11:32:00 +00:00
.text
.global _start
_start:
.dc.a foo
.data
.globl foo
foo:
.byte 0
2022-10-27 18:45:45 +00:00
.section .note.GNU-stack