Don't hardcode .got.plt into DATA_SEGMENT_RELRO_END evaluation
[platform/upstream/binutils.git] / ld / testsuite / ld-i386 / discarded1.t
1 ENTRY(_start)
2 SECTIONS
3 {
4   .text : {*(.text)}
5   .data : {*(.data)}
6   /DISCARD/ : {*(*)}
7 }