binutils: Make some functions static in dwarf.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross1.t
1 NOCROSSREFS ( .text .data )
2 SECTIONS
3 {
4 .dynsym : { *(.dynsym) }
5 .dynstr : { *(.dynstr) }
6 .hash : { *(.hash) }
7 .gnu.hash : { *(.gnu.hash) }
8 .toc : { *(.toc) }
9 .text : { tmpdir/cross1.o }
10 .data : { tmpdir/cross2.o }
11 }
This page took 0.029664 seconds and 4 git commands to generate.