binutils: Make some functions static in dwarf.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-2a.t
1 SECTIONS
2 {
3 .text : { *(.text) }
4 .data : { *(.data) }
5 __data_end = .;
6 /DISCARD/ : { *(.*) }
7 }
This page took 0.028857 seconds and 4 git commands to generate.