summaryrefslogtreecommitdiff
path: root/lib/csu/powerpc
AgeCommit message (Expand)Author
2023-11-18crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather thanTheo de Raadt
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenTheo de Raadt
2020-10-14use symbolic SYS_exit instead of the value 1Theo de Raadt
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubPhilip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2015-09-19We don't need to calculate the load offset. This also means we don't needMark Kettenis
2015-09-09Fetch the _GLOBAL)OFFSET_TABLE_ and _DYNAMIC pointers in a way that'sMark Kettenis
2015-09-09Now that ld(1) will generate a read-only GOT for truly static binaries, weMark Kettenis
2015-09-01In static binaries, invoke kbind() once to disable it.Philip Guenther
2014-12-26Self-relocation code for powerpc.Kurt Miller
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificPhilip Guenther
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2013-12-01mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.Philip Guenther
2012-12-31Spell `calculation' correctly.Miod Vallat
2012-12-19crtbeginS.o needs to be built with -fPIC, otherwise bloated shared librariesMark Kettenis
2012-11-01Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2011-11-08Pass install the -S option to avoid a window where the target isn'tPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-16Do not break gcc -Z on powerpc. mprotect the got only if it is padded.Dale Rahn
2009-01-14Re-enable pie support on macppc (still off by default but usableKurt Miller
2008-11-21revert -fpie for now, it produces crashing executablesOtto Moerbeek
2008-11-13fix rcs tag.Jonathan Gray
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requiresKurt Miller
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madeKurt Miller
2008-07-28Remove separate pic versions of crt0, crtbegin, crtend. NextKurt Miller
2008-06-25Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc,Kurt Miller
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed toDale Rahn
2003-08-25Define both _start and __start in crt0, all of the other architectures do.Dale Rahn
2003-05-30Fix dependancy building for ELF startup code. Changed MakefilesDale Rahn
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashTheo de Raadt
2003-02-26Switch to a C version of powerpc crt0 file. easier to read. movesDale Rahn
2001-05-28Commonize csu code for elf systems, powerpc now no longer has it's ownDale Rahn
2001-03-24Use "realinstall" to allow the framework to do other work if needed;Thorsten Lockert
2000-10-13Changes to the powerpc startup files to work in a more typical ELFDale Rahn
2000-06-28Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin.Dale S. Rahn
2000-06-13Support files for shared library, expected by gcc, allows shared libraries toDale S. Rahn
1999-08-20Fix RCS IdsNiklas Hallqvist
1999-07-23Eliminate namespace pollution, the crt0 file should not conflictDale S. Rahn
1999-03-13Fix loading of constant into upper portion off register, prevouslyDale S. Rahn
1999-01-28update for binutils 2.9.1, whenever it might show up... The changesDale S. Rahn
1998-07-05Changes to support profiling on the powerpc port, startup code.Dale S. Rahn
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1996-12-21Check-in of powerpc csu support.Dale S. Rahn