mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
|
SECTIONS
|
||
|
{
|
||
|
/* .dynamic needs to go first with MIPS IRIX-style emulations. */
|
||
|
.dynamic : { *(.dynamic) }
|
||
|
/DISCARD/ : { *(.rel.dyn) *(.rela.dyn) }
|
||
|
}
|