Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-aarch64/farcall-group.s

16 lines
188 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.section .text.t1
.global _start
.global end
_start:
bl end
.section .text.t2
.zero 64 * 1024 * 1024
.section .text.t3
.zero 64 * 1024 * 1024
.section .text.t4
end:
bl _start