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