]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/empty-address-4.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / empty-address-4.t
1 SECTIONS
2 {
3   .text 0: { *(.text .pr) }
4   .data 0x200:
5   {
6     *(.data)
7     ASSERT (. < 0x400, oops);
8   }
9   .bss : { *(.bss) }
10   /DISCARD/ : { *(.*) }
11 }
This page took 0.026189 seconds and 4 git commands to generate.