Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-scripts/data.t

12 lines
163 B
Perl
Raw Normal View History

2023-03-06 14:48:14 +01:00
SECTIONS
{
. = 0x1000 + SIZEOF_HEADERS;
.text ALIGN (0x20) :
{
LONG (label - .)
label = .;
LONG (ADDR (.other))
}
.other 0x2000 : {}
}