make obstack object allocators more type-safe
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / discarded1.t
CommitLineData
56d4289c
L
1ENTRY(_start)
2SECTIONS
3{
4 .text : {*(.text)}
5 .data : {*(.data)}
6 /DISCARD/ : {*(*)}
7}
This page took 0.173313 seconds and 4 git commands to generate.