summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr14156c.t
blob: c8be2c57bfb713711a03ac8b480e6491a7a1171d (plain)
1
2
3
4
5
SECTIONS {
  .text : { *(.text) }
  .foo : { *(SORT_NONE(.foo)) }
  /DISCARD/ : { *(.*) }
}