]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-scripts/empty-address-4.t
bb0c2f6aebc07d13abac1468311cf24b72b8a2cc
[thirdparty/binutils-gdb.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 }