Searched hist:c09ba32715e4d6f9339259b872375bca77f59d37 (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/csu/arm/ |
H A D | Makefile | diff c09ba32715e4d6f9339259b872375bca77f59d37 Wed Dec 02 17:34:20 CET 2009 Konstantin Belousov <kib@FreeBSD.org> 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 diff c09ba32715e4d6f9339259b872375bca77f59d37 Wed Dec 02 17:34:20 CET 2009 Konstantin Belousov <kib@FreeBSD.org> 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
|
/freebsd/lib/csu/powerpc/ |
H A D | Makefile | diff c09ba32715e4d6f9339259b872375bca77f59d37 Wed Dec 02 17:34:20 CET 2009 Konstantin Belousov <kib@FreeBSD.org> 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 diff c09ba32715e4d6f9339259b872375bca77f59d37 Wed Dec 02 17:34:20 CET 2009 Konstantin Belousov <kib@FreeBSD.org> 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
|
/freebsd/lib/csu/amd64/ |
H A D | Makefile | diff c09ba32715e4d6f9339259b872375bca77f59d37 Wed Dec 02 17:34:20 CET 2009 Konstantin Belousov <kib@FreeBSD.org> 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 diff c09ba32715e4d6f9339259b872375bca77f59d37 Wed Dec 02 17:34:20 CET 2009 Konstantin Belousov <kib@FreeBSD.org> 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
|