Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elf/ehdr_start-missing.t

9 lines
100 B
Perl
Raw Normal View History

2023-03-06 14:48:14 +01:00
SECTIONS
{
. = 0x10000000;
.text : { *(.text) }
. = 0x20000000;
.rodata : { *(.rodata) }
}