Check if .got.plt section is discarded before using it.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / discarded1.t
1 ENTRY(_start)
2 SECTIONS
3 {
4 .text : {*(.text)}
5 .data : {*(.data)}
6 /DISCARD/ : {*(*)}
7 }
This page took 0.031435 seconds and 5 git commands to generate.