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

9 lines
142 B
Plaintext
Raw Normal View History

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