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