opnsense-src/lib/csu/arm
Konstantin Belousov 5300f787ac 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.
2009-12-27 20:39:58 +00:00
..
crt1.c Implement .init and .fini. 2004-09-23 23:00:51 +00:00
crti.S Implement .init and .fini. 2004-09-23 23:00:51 +00:00
crtn.S Implement .init and .fini. 2004-09-23 23:00:51 +00:00
Makefile MFC r200038: 2009-12-27 20:39:58 +00:00