Retro68/binutils/ld/testsuite/ld-elf/orphan.ld

9 lines
159 B
Plaintext
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
.text : { *(.text) }
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
.note : { *(.note) }
/DISCARD/ : { *(.reginfo) *(.trampolines) }
2012-03-26 19:18:29 +00:00
}