Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-x86-64/pr19969a.S
2023-03-06 14:48:14 +01:00

8 lines
105 B
ArmAsm

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