Add a testcase for PR ld/12356.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / defined5.t
1 defined = addr1;
2 SECTIONS {
3 .data.cacheline_aligned : { *(.data.cacheline_aligned) }
4 . = ALIGN (0x1000);
5 .data : { *(.data) }
6 addr1 = ADDR (.data);
7 }
This page took 0.030885 seconds and 5 git commands to generate.