Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 501 → Rev 502

//uspace/trunk/libc/_link.ld.in
0,0 → 1,8
OUTPUT_FORMAT(binary)
STARTUP(../libc/arch/ARCH/entry.o)
ENTRY(__entry)
 
SECTIONS {
.text 0x00000000 : {
}
}