summaryrefslogtreecommitdiff
path: root/lib/csu
AgeCommit message (Expand)Author
1995-06-15Correctly build gcrt0.omellon
1995-06-15start -> __start in END macro as wellmellon
1995-06-15start -> __start to avoid namespace bugsmellon
1995-06-15Private strrchr() not needed for scrt0.opk
1995-06-06First arg. of syscall2() is a quad_t.pk
1995-06-05Build run-time code for use in static executables, called `scrt0.o'.pk
1995-06-05#include <dlfcn.h>, and <string.h> too.pk
1995-06-05one more prototypepk
1995-06-04add dlerror() stubpk
1995-06-03Factor out common code.pk
1995-06-02Protoize (from Thorsten Lockert, PR #1070).pk
1995-06-02Make this compile warning-free (from Thorsten Lockert, PR 1071).pk
1995-05-29Update to -DDYNAMIC as I thought I had a long time ago.phil
1995-05-17Keep argv[0] in a register.mycroft
1995-05-16Calculate environ directly from argc and argv, rather than searcing downmycroft
1995-05-03Ensure that __progname is in .data, not in .sdatamellon
1995-03-01Clean up deleted files.mycroft
1995-02-10initial alpha support. no profiling support.cgd
1995-01-17Don't map the data segment with PROT_EXEC.mycroft
1995-01-17Use the new syscall method.mycroft
1995-01-07Use ${COMPILE.S}, not ${CPP} directly.mycroft
1995-01-07Patch from Giles Lean to make compilation flags more consistent.mycroft
1994-12-16.s -> .Smycroft
1994-12-15More underscores...mycroft
1994-11-14Prepended underscoresdean
1994-07-31Kill historical cruft.mycroft
1994-07-26`LDSO' is for debugging only.pk
1994-06-09update mmap call.phil
1994-05-24crt0 support for mips..no shared library supportglass
1994-05-14Clean up deleted files.mycroft
1994-05-14kill all gprof-related stuff; it's now in libc, and the header is elsewherecgd
1994-05-14Clean up deleted files.mycroft
1994-05-14kill all gprof-related stuff; it's now in libc, and the header is elsewherecgd
1994-05-14Clean up deleted files.mycroft
1994-05-14kill all gprof-related stuff; it's now in libc, and the header is elsewherecgd
1994-05-14Clean up deleted files.mycroft
1994-05-14kill all gprof-related stuff; it's now in libc, and the header is elsewherecgd
1994-05-03changes to support shared libs.phil
1994-04-18Fix that SYS___syscall business.pk
1994-04-05new way of invoking mmap.cgd
1994-03-28explicit cast off mmap offset to off_tcgd
1994-03-28no more MAP_FILEcgd
1994-03-10Remove some leftover SunOS dialect.pk
1994-03-10Use atexit(), not on_exit().pk
1994-03-03add -DDYNAMICpk
1994-02-25Set __progname; update to current <link.h>pk
1994-02-25Clean up deleted files.mycroft
1994-02-10kill bogus install -d's. the one for /usr/include/rpcsvc is still here.cgd
1994-01-29Change silly cast to avoid a compiler warning.mycroft
1994-01-29Sync with i386 code.mycroft