]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/defined4.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / defined4.t
1 SECTIONS {
2         .text : { *(.text) }
3         .data : { *(.data .rw) }
4         .bss : { *(.bss) *(COMMON) }
5 }
6 defined1 = defined;
This page took 0.025722 seconds and 4 git commands to generate.