DEBSOURCES
Skip Quicknav
sources / binutils / 2.35.2-2 / ld / testsuite / ld-elf / attributes.ld
123456789
PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000); ENTRY (__start) SECTIONS { .text : { *(.text) } }