opnsense-src/lib/csu/ia64
Konstantin Belousov c09ba32715 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 [1].
Hide and localize _start1 symbol used as an interface between asm and
C code.

In collaboration with:	kan
Inspired by:	PR i386/127387 [1]
Prodded and tested by:	rdivacky [1]
MFC after:	3 weeks
2009-12-02 16:34:20 +00:00
..
crt1.S Bring ia64 back from the dead. After a call one needs to restore the 2004-08-18 23:06:47 +00:00
crti.S Put in an attempt at stack trace/unwind records. 2001-11-03 06:31:27 +00:00
crtn.S Mostly cosmetic. Use indentation that is reasonably close to other 2001-10-29 10:18:58 +00:00
Makefile Properly support -fPIE by linking PIE binaries with specially-built 2009-12-02 16:34:20 +00:00