aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr26256-1.t
blob: f93fff93541cac098a283df1ccb5b9009ba1f543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTIONS
{
  .text : { *(.text*) }
  .init.data :
  {
    *(.init.data);
    *(__patchable_function_entries);
  }
  /DISCARD/ :
  {
    *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
  }
}