summaryrefslogtreecommitdiffstats
path: root/lib/csu/m88k
AgeCommit message (Expand)AuthorFilesLines
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt1-1/+2
2020-10-14use symbolic SYS_exit instead of the value 1deraadt1-2/+2
2018-10-06Insert definitions of environ and __progname in MD_CRT0_START again.aoyama1-1/+5
2018-06-16Add add PIE support for m88k (requires gcc4 toolchain)guenther1-5/+37
2016-03-24Unbreak arm and m88k: COPY relocations for weak symbols that are overloadedguenther1-1/+5
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-10/+1
2015-09-01In static binaries, invoke kbind() once to disable it.guenther1-1/+10
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificguenther1-64/+0
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther3-125/+33
2013-05-08Don't declare ___start static, for gcc4 would optimize it out.miod1-2/+2
2013-01-15build crt{begin,end}S.o with -fpic.miod1-3/+3
2013-01-05Switch m88k ports to ELF.miod3-56/+138
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/+2
2005-08-04zap rcsid. Okay deraadt@, krw@espie1-5/+1
2004-07-24New, working, profiling code for m88k.miod1-3/+18
2004-01-04kill multi-line string; ok miodpvalchev1-10/+10
2003-12-26Put this again, but this time make sure the compiler really does not frob themiod1-64/+24
2003-12-26Revert - this was a bit premature.miod1-24/+65
2003-12-25A much simpler and more readable start() routine...miod1-65/+24
2003-03-10duplicate words and spelling fixes in commentsdavid1-3/+3
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashderaadt1-3/+10
2001-06-26Put m88k-related files in the correctly named directory.miod2-0/+162