ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[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.455563 seconds and 4 git commands to generate.