Enable pei386_auto_import by default. Only print a info message about auto
[deliverable/binutils-gdb.git] / ld / testsuite / ld-selective / keepdot0.ld
1 SECTIONS
2 {
3 . = 0x0;
4 .myinit : { KEEP (*(.myinit)) }
5 .mytext : { *(.mytext*) *(.text*) }
6 }
This page took 0.035179 seconds and 4 git commands to generate.