aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-unique/pr21529.ld
blob: 113e70bc637b39ceebdb80e1f4d56d8ecbb1162f (plain)
1
2
3
4
5
SECTIONS
{
  .text : { *(.text) }
  /DISCARD/ : { *(*) }
}