Stop generating GNU build notes for linkonce sections.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / discarded1.t
CommitLineData
56d4289c
L
1ENTRY(_start)
2SECTIONS
3{
4 .text : {*(.text)}
5 .data : {*(.data)}
6 /DISCARD/ : {*(*)}
7}
This page took 0.333855 seconds and 4 git commands to generate.