summaryrefslogtreecommitdiff
path: root/lib/csu/m88k
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
2018-10-06Insert definitions of environ and __progname in MD_CRT0_START again.Kenji Aoyama
2018-06-16Add add PIE support for m88k (requires gcc4 toolchain)Philip Guenther
2016-03-24Unbreak arm and m88k: COPY relocations for weak symbols that are overloadedPhilip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2015-09-01In static binaries, invoke kbind() once to disable it.Philip Guenther
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-05-08Don't declare ___start static, for gcc4 would optimize it out.Miod Vallat
2013-01-15build crt{begin,end}S.o with -fpic.Miod Vallat
2013-01-05Switch m88k ports to ELF.Miod Vallat
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
2005-08-04zap rcsid. Okay deraadt@, krw@Marc Espie
2004-07-24New, working, profiling code for m88k.Miod Vallat
2004-01-04kill multi-line string; ok miodPeter Valchev
2003-12-26Put this again, but this time make sure the compiler really does not frob theMiod Vallat
2003-12-26Revert - this was a bit premature.Miod Vallat
2003-12-25A much simpler and more readable start() routine...Miod Vallat
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashTheo de Raadt
2001-06-26Put m88k-related files in the correctly named directory.Miod Vallat