aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/defined5.t
blob: 6fabceb29a5899554c1ac4fdcfac9ec4ab9f0d56 (plain)
1
2
3
4
5
6
7
defined = addr1;
SECTIONS {
	.text : { *(.text .pr) }
	. = ALIGN (0x1000);
	.data : { *(.data .rw) }
	addr1  = ADDR (.data);
}