aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/cross1.t
blob: 7636b787496e213859f7efe860c73e1801883ff3 (plain)
1
2
3
4
5
6
7
NOCROSSREFS ( .text .data )
SECTIONS
{
  .toc  : { *(.toc) }
  .text : { tmpdir/cross1.o }
  .data : { tmpdir/cross2.o }
}