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

9 lines
105 B
ArmAsm

.data
.align 4
.global foo
.type foo, @object
.size foo, 4
foo:
.long -1
.section .note.GNU-stack