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