Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elf/comm-data3a.s
2023-03-06 14:48:14 +01:00

12 lines
121 B
ArmAsm

.globl main
.globl start
.globl _start
.globl __start
.text
main:
start:
_start:
__start:
.byte 0
.common foo,4,4