mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
b611beb043
ld-selective/keepdot.s, ld-selective/keepdot0.d: New tests. * ld-selective/sel-dump.exp: New, driver for run_dump_test:s.
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
SECTIONS
|
|
{
|
|
. = 0x0;
|
|
.myinit : { KEEP (*(.myinit)) }
|
|
.mytext : { *(.mytext*) *(.text*) }
|
|
}
|