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