aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/cross2.t
blob: 4dd7ddd88d429e7f7dd3bc80e30f416933197a8d (plain)
1
2
3
4
5
6
NOCROSSREFS ( .text .data )
SECTIONS
{
  .text : { *(.text) *(.text.*) *(.pr) }
  .data : { *(.data) *(.data.*) *(.sdata) *(.rw) *(.tc0) *(.tc) }
}