2.41 Release sources
[binutils-gdb.git] / ld / testsuite / ld-elf / pr14052.t
blob84fffbd499be0460766c4362471c7b1ca56fbbd2
1 SECTIONS {
2         . = SIZEOF_HEADERS;
3         .text : {
4                 *(.text)
5         }
6         . = ALIGN (0x1000);
7         .data : {
8                 _data_start = .;
9                 *(.data)
10         }
11         /DISCARD/ : { *(.*) }