aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/section-order-1b.t
blob: 6a36250dcbcecbd7795ad185f182853bd58d4acb (plain)
1
2
3
4
5
6
7
.text : {
  *(.text.yyy)
  *(.text.b?r)
  *(*t)
  *(.text.xxx)
  *(.text.foo)
}