K 10 svn:author V 3 kib K 8 svn:date V 27 2009-12-27T20:39:58.713038Z K 7 svn:log V 361 MFC r200038: Properly support -fPIE by linking PIE binaries with specially-built Scrt1.o instead of crt1.o, since the later is built as non-PIC. Separate i386-elf crt1.c into the pure assembler part and C code, supplying all data extracted by assembler stub as explicit parameters. Hide and localize _start1 symbol used as an interface between asm and C code. END