summaryrefslogtreecommitdiff
path: root/lib/csu/common_elf
AgeCommit message (Expand)Author
2000-07-03__syscall takes a quad_t as its first argument, not an int.matt
2000-06-16remove initialization of mainprog_obj from here; it is too late for .inichristos
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-04-02Move dl* function definitions to libc on ELF.minoura
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-08-19Namespace cleanup: move runtime linker interface into implementation namespacekleink
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-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-19Put a good chunk of code common to all ELF crt0.c files into a commonthorpej
1998-09-05Assign my copyrights to TNF.pk
1998-07-27We need <sys/param.h> because sysident.h requires the `NetBSD' constant.thorpej
1998-07-25These all need types.h.mycroft
1998-07-25Don't pull in param.h (and therefore don't pull in unistd.h).mycroft
1998-05-06can't include crt.h; it's not gone!cgd
1998-05-06Sigh, don't make global calls in repeated sharedlib components. It blowsross
1998-05-06Eliminate incorrect gcc-generated cross-section bsr's by calling the staticross
1998-03-28GC alpha's ECOFF_TOOLCHAIN make variable, and related bits. Nobodycgd
1998-03-27Rename initialization and termination functions from __init() andjtc
1997-10-10clean up WARNS on the alpha.mrg
1997-03-21pull in the sysident.h from ld.so, for NetBSD PT_NOTE generationcgd
1996-09-12Reimplement in C, adding ELF support. if compiled with -DECOFF_COMPATcgd