Don't allow mixing x64_32 with x86_64.
[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.038093 seconds and 4 git commands to generate.