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