XCOFF ld testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / defined5.t
CommitLineData
75e68ef9
L
1defined = addr1;
2SECTIONS {
e553d5b2 3 .text : { *(.text .pr) }
75e68ef9 4 . = ALIGN (0x1000);
e553d5b2 5 .data : { *(.data .rw) }
75e68ef9
L
6 addr1 = ADDR (.data);
7}
This page took 0.455181 seconds and 4 git commands to generate.