Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elf/pr14170c.s

7 lines
68 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.hidden foo
.ifdef HPUX
foo .comm 4
.else
.comm foo,4,4
.endif