]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-scripts/empty-address-1.t
2.41 Release sources
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-1.t
CommitLineData
49c13adb
L
1SECTIONS
2{
e553d5b2 3 .text 0: { *(.text .pr) }
39a7b38f 4 .data 0x200:
49c13adb
L
5 {
6 __data_start = . ;
7 *(.data)
8 }
9 __data_end = .;
e553d5b2 10 .bss : { *(.bss) }
675b9d61 11 /DISCARD/ : { *(.*) }
49c13adb 12}