]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-scripts/empty-address-3c.t
2.41 Release sources
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-3c.t
1 SECTIONS
2 {
3 .text 0x00000000: { *(.text .pr) }
4 .data ALIGN(0x1000) + (. & (0x1000 - 1)):
5 {
6 __data_start = .;
7 *(.data)
8 }
9 __data_end = .;
10 .bss : { *(.bss) }
11 /DISCARD/ : { *(.*) }
12 }