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

7 lines
170 B
ArmAsm

/* The link will fail if foo is included because undefined_sym is not defined. */
.section .text.foo,"axR"
.global foo
.type foo, %function
foo:
.long undefined_sym