summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt2020-10-151-2/+2
* use symbolic SYS_exit instead of the value 1deraadt2020-10-141-5/+1
* _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther2017-08-111-8/+1
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-6/+1
* We don't need to calculate the load offset. This also means we don't needkettenis2015-09-191-8/+1
* Fetch the _GLOBAL)OFFSET_TABLE_ and _DYNAMIC pointers in a way that'skettenis2015-09-091-43/+9
* Now that ld(1) will generate a read-only GOT for truly static binaries, wekettenis2015-09-091-72/+4
* In static binaries, invoke kbind() once to disable it.guenther2015-09-011-1/+6
* Self-relocation code for powerpc.kurt2014-12-261-1/+99
* Merge Makefiles, moving the build up a level and putting the CPU-specificguenther2014-11-121-63/+0
* Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther2013-12-033-187/+94
* mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.guenther2013-12-011-3/+1
* Spell `calculation' correctly.miod2012-12-311-2/+2
* crtbeginS.o needs to be built with -fPIC, otherwise bloated shared librarieskettenis2012-12-191-1/+3
* Register cleanup handler passed by ld.so with atexit(3).kettenis2012-11-011-4/+5
* Pass install the -S option to avoid a window where the target isn'tguenther2011-11-081-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-2/+1
* Do not break gcc -Z on powerpc. mprotect the got only if it is padded.drahn2009-06-161-15/+34
* Re-enable pie support on macppc (still off by default but usablekurt2009-01-142-12/+76
* revert -fpie for now, it produces crashing executablesotto2008-11-211-7/+7
* fix rcs tag.jsg2008-11-131-1/+1
* Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt2008-11-111-6/+6
* The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt2008-10-061-2/+0
* Remove separate pic versions of crt0, crtbegin, crtend. Nextkurt2008-07-281-20/+1
* Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc,kurt2008-06-251-1/+22
* __init/__fini handling on ELF has not been correct. It is supposed todrahn2004-01-082-1/+63
* Define both _start and __start in crt0, all of the other architectures do.drahn2003-08-251-1/+4
* Fix dependancy building for ELF startup code. Changed Makefilesdrahn2003-05-301-29/+33
* copy basename of argv[0] to bss for __progname, so that large stack smashderaadt2003-02-281-2/+2
* Switch to a C version of powerpc crt0 file. easier to read. movesdrahn2003-02-263-90/+103
* Commonize csu code for elf systems, powerpc now no longer has it's owndrahn2001-05-285-235/+1
* Use "realinstall" to allow the framework to do other work if needed;tholo2001-03-241-1/+1
* Changes to the powerpc startup files to work in a more typical ELFdrahn2000-10-132-6/+63
* Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin.rahnds2000-06-282-4/+11
* Support files for shared library, expected by gcc, allows shared libraries torahnds2000-06-133-2/+75
* Fix RCS Idsniklas1999-08-203-2/+3
* Eliminate namespace pollution, the crt0 file should not conflictrahnds1999-07-231-2/+0
* Fix loading of constant into upper portion off register, prevouslyrahnds1999-03-131-3/+3
* update for binutils 2.9.1, whenever it might show up... The changesrahnds1999-01-285-24/+15
* Changes to support profiling on the powerpc port, startup code.rahnds1998-07-051-4/+26
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-2/+2
* Check-in of powerpc csu support.rahnds1996-12-214-0/+226