binutils: Make some functions static in dwarf.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross5.t
1 NOCROSSREFS_TO(.nocrossrefs .data)
2
3 SECTIONS
4 {
5 .text : { *(.text) *(.text.*) }
6 .nocrossrefs : { *(.nocrossrefs) }
7 .data : { *(.data) *(.data.*) *(.sdata) *(.opd) *(.toc) }
8 .bss : { *(.bss) *(COMMON) }
9 /DISCARD/ : { *(*) }
10 }
This page took 0.031432 seconds and 4 git commands to generate.