summaryrefslogtreecommitdiff
path: root/lib/csu
AgeCommit message (Expand)Author
2000-07-18Handle dynamic binaries too.eeh
2000-07-03__syscall takes a quad_t as its first argument, not an int.matt
2000-07-03Use the ___start etc.matt
2000-06-16remove initialization of mainprog_obj from here; it is too late for .inichristos
2000-06-15sweep of my licenses for consistency. (no functional changes) Thesecgd
2000-06-14sweep of my licenses for consistency. (no functional changes) Thesecgd
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14Normalize copyright notice.thorpej
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-05-09Initial commit of arm26 portbjh21
2000-04-29change -fpic to -fPIC. Among other things this will let sparc shareddmcmahill
2000-04-02Move dl* function definitions to libc on ELF.minoura
2000-02-09Const poisoning of dladdr (so that things build after the dlfcn.h change)kristerw
2000-02-08change first argument of dladdr to const.scottb
2000-02-07add hooks to support the dladdr function.scottb
2000-01-22Adjust for .mk file changes.mycroft
1999-12-30Workaround for gcc 2.96 bugs.eeh
1999-11-02remove the ``static'' from `static void __start()' and `static void ___start()'lukem
1999-11-02wrap linelukem
1999-10-07add csu for sh3msaitoh
1999-08-24add a _start symbol ld(1) can find.mrg
1999-08-23* __start -> _start, ___start -> __startkleink
1999-08-23Bump _start() alignment to 4 bytes.kleink
1999-08-21Initial VAX ELF32 support (mostly untested). It's checked primarily formatt
1999-08-19Namespace cleanup: move runtime linker interface into implementation namespacekleink
1999-07-07Add _start (as well as __start). It's the default start symbol expectedfvdl
1999-07-02More trailing white space.simonb
1999-06-17MAP_COPY -> MAP_PRIVATEthorpej
1999-05-19Declare dlerror()'s return value __aconst.kleink
1999-05-19When calling dlerror() in a non-dynamically linked executable, return a pointerkleink
1999-05-02Use __weak_extern() instead of an asm statement.kleink
1999-04-03Instead of rolling our own "install" target, use FILES/FILESDIR andsimonb
1999-04-03s;/usr/lib;${LIBDIR};simonb
1999-04-02Fix typo. (COPT --> COPTS)tsubai
1999-03-20Pull together common Makefile fragments for ELF crt0 files, and use itthorpej
1999-03-20Collect the top parts of the ELF crt0.c files into a common header, andthorpej
1999-03-19Garbage-collect ECOFF_COMPAT.thorpej
1999-03-19Put a good chunk of code common to all ELF crt0.c files into a commonthorpej
1999-03-19Move crtbegin.c and crtend.c from alpha subdir to common_elf subdir viathorpej
1999-03-19Not used.thorpej
1999-03-19Not used.thorpej
1999-03-19Oops, revert previous; thinko.thorpej
1999-03-19Moved via repository copy to common_aout/thorpej
1999-03-19Ajust for new location of a.out crt0 Makefile fragment.thorpej
1999-03-19Fix -I path.thorpej
1999-03-19Go ahead and built c++rt0.o on all non-ELF platforms (i.e. including arm32;thorpej
1999-03-19- Make this compilable.nisimura
1999-03-16Don't build c++rt.o if ELF.thorpej
1999-03-13Make things link correctly again.eeh
1999-03-08Snapshot.kleink