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