Retro68/binutils/ld/testsuite/ld-scripts/defined5.t

8 lines
119 B
Raku

defined = addr1;
SECTIONS {
.text : { *(.text) }
. = ALIGN (0x1000);
.data : { *(.data) }
addr1 = ADDR (.data);
}