]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/defined5.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / defined5.t
1 defined = addr1;
2 SECTIONS {
3         .text : { *(.text .pr) }
4         . = ALIGN (0x1000);
5         .data : { *(.data .rw) }
6         addr1  = ADDR (.data);
7 }
This page took 0.021509 seconds and 4 git commands to generate.