7 lines
150 B
Text
7 lines
150 B
Text
|
SECTIONS
|
||
|
{
|
||
|
/* .dynamic needs to go first with MIPS IRIX-style emulations. */
|
||
|
.dynamic : { *(.dynamic) }
|
||
|
/DISCARD/ : { *(.rel.*) *(.rela.*) }
|
||
|
}
|