2007-05-15 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / merge.ld
1 SECTIONS
2 {
3 . = 0x1000;
4 .text : { *(.text .text.* .gnu.linkonce.t.*) }
5 .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
6 .junk : { *(*) }
7 }
This page took 0.03528 seconds and 4 git commands to generate.