]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/empty-address-2a.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / empty-address-2a.t
1 SECTIONS
2 {
3   .text : { *(.text .pr) }
4   .data : { *(.data) }
5   __data_end = .;
6   .bss : { *(.bss) }
7   /DISCARD/ : { *(.*) }
8 }
This page took 0.024475 seconds and 4 git commands to generate.