aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr26256-2.t
blob: 0c5e5bc2f131c615ee6ebbe26aba33389131d9a3 (plain)
1
2
3
4
5
6
7
8
9
SECTIONS
{
  .linkorder : { *(.linkorder.*) }
  .text : { *(.text) }
  /DISCARD/ :
  {
    *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
  }
}