Add a testcase for PR ld/14052
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14052.t
1 SECTIONS {
2 .text : {
3 *(.text)
4 }
5 . = ALIGN (0x1000);
6 .data : {
7 _data_start = .;
8 *(.data)
9 }
10 /DISCARD/ : { *(.*) }
11 }
This page took 0.031118 seconds and 5 git commands to generate.