b611beb043
ld-selective/keepdot.s, ld-selective/keepdot0.d: New tests. * ld-selective/sel-dump.exp: New, driver for run_dump_test:s.
5 lines
85 B
Text
5 lines
85 B
Text
SECTIONS
|
|
{
|
|
.myinit : { KEEP (*(.myinit)) }
|
|
.mytext : { *(.mytext*) *(.text*) }
|
|
}
|