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

14 lines
335 B
ArmAsm

/* A section that doesn't match any linker script input section rules but
has SHF_GNU_RETAIN applied should not be garbage collected. */
.section .orphaned_section,"axR"
.global orphaned_fn
.type orphaned_fn, %function
orphaned_fn:
.word 0
.section .text._start,"ax"
.global _start
.type _start, %function
_start:
.word 0