OSDN Git Service

Add a testcase for PR ld/12356.
[pf3gnuchains/sourceware.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 }