* ld-scripts/crossref.exp: Allow foo to have a leading dot.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross1.t
1 NOCROSSREFS ( .text .data )
2 SECTIONS
3 {
4 .toc : { *(.toc) }
5 .opd : { *(.opd) }
6 .text : { tmpdir/cross1.o }
7 .data : { tmpdir/cross2.o }
8 }
This page took 0.030482 seconds and 5 git commands to generate.