summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt1-2/+2
2020-10-14use symbolic SYS_exit instead of the value 1deraadt1-5/+1
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther1-8/+1
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-6/+1
2015-09-19We don't need to calculate the load offset. This also means we don't needkettenis1-8/+1
2015-09-09Fetch the _GLOBAL)OFFSET_TABLE_ and _DYNAMIC pointers in a way that'skettenis1-43/+9
2015-09-09Now that ld(1) will generate a read-only GOT for truly static binaries, wekettenis1-72/+4
2015-09-01In static binaries, invoke kbind() once to disable it.guenther1-1/+6
2014-12-26Self-relocation code for powerpc.kurt1-1/+99
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificguenther1-63/+0
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther3-187/+94
2013-12-01mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.guenther1-3/+1
2012-12-31Spell `calculation' correctly.miod1-2/+2
2012-12-19crtbeginS.o needs to be built with -fPIC, otherwise bloated shared librarieskettenis1-1/+3
2012-11-01Register cleanup handler passed by ld.so with atexit(3).kettenis1-4/+5
2011-11-08Pass install the -S option to avoid a window where the target isn'tguenther1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-2/+1
2009-06-16Do not break gcc -Z on powerpc. mprotect the got only if it is padded.drahn1-15/+34
2009-01-14Re-enable pie support on macppc (still off by default but usablekurt2-12/+76
2008-11-21revert -fpie for now, it produces crashing executablesotto1-7/+7
2008-11-13fix rcs tag.jsg1-1/+1
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt1-6/+6
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt1-2/+0
2008-07-28Remove separate pic versions of crt0, crtbegin, crtend. Nextkurt1-20/+1
2008-06-25Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc,kurt1-1/+22
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed todrahn2-1/+63
2003-08-25Define both _start and __start in crt0, all of the other architectures do.drahn1-1/+4
2003-05-30Fix dependancy building for ELF startup code. Changed Makefilesdrahn1-29/+33
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashderaadt1-2/+2
2003-02-26Switch to a C version of powerpc crt0 file. easier to read. movesdrahn3-90/+103
2001-05-28Commonize csu code for elf systems, powerpc now no longer has it's owndrahn5-235/+1
2001-03-24Use "realinstall" to allow the framework to do other work if needed;tholo1-1/+1
2000-10-13Changes to the powerpc startup files to work in a more typical ELFdrahn2-6/+63
2000-06-28Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin.rahnds2-4/+11
2000-06-13Support files for shared library, expected by gcc, allows shared libraries torahnds3-2/+75
1999-08-20Fix RCS Idsniklas3-2/+3
1999-07-23Eliminate namespace pollution, the crt0 file should not conflictrahnds1-2/+0
1999-03-13Fix loading of constant into upper portion off register, prevouslyrahnds1-3/+3
1999-01-28update for binutils 2.9.1, whenever it might show up... The changesrahnds5-24/+15
1998-07-05Changes to support profiling on the powerpc port, startup code.rahnds1-4/+26
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1-2/+2
1996-12-21Check-in of powerpc csu support.rahnds4-0/+226