binutils-gdb/ld/testsuite/ld-mips-elf/binary.ld

6 lines
59 B
Plaintext

SECTIONS
{
.data : { *(.data) }
/DISCARD/ : { *(*) }
}