Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-d10v/regression-001.s
2023-03-06 14:48:14 +01:00

14 lines
190 B
ArmAsm

.section .data
;;
;; The next line caused an earlier ld to core dump.
.global .data
foo:
.space 0x0064
.section .text
.global _test
.global _start
_test:
ldi r0,foo
_start:
nop