(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
pr26256-1.t
SECTIONS
{
  .text : { *(.text*) }
  .init.data :
  {
    *(.init.data);
    *(__patchable_function_entries);
  }
  /DISCARD/ :
  {
    *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
  }
}