summaryrefslogtreecommitdiff
path: root/lib/csu
AgeCommit message (Expand)Author
2009-12-14Merge from matt-nb5-mips64matt
2009-12-13move the include for <bsd.own.mk> down a little.mrg
2009-12-13look for ${CSU_MACHINE_ARCH}_elf directory first.mrg
2009-11-09Make lib/csu compile. XXX somewhat bogus.skrll
2009-02-18strip .ident, if MKSTRIPIDENT. From Adam Ciarcichristos
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-21Enable MAKEVERBOSE support.lukem
2008-06-21Remove old GCC bug work-around which relied on GCC extension.gmcgarry
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-10Backout previous: the license sweep touched these files in error, somartin
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-15ARM/Thumb interworking supportrearnsha
2008-01-10Remove support for NetBSD/pc532.simonb
2007-12-02Fix things so that crti.o doesn't contain a completely bogus unwind entryskrll
2007-12-01CLEANFILES=${OBJS}yamt
2007-12-01___start: remove a stale comment.yamt
2007-11-13Remove an include that's not required.skrll
2007-09-27<machine/profile.h> needs <sys/types.h>; why crt0.c needs <machine/profile.h>dogcow
2007-05-15All platforms are MD_DO_NOT_NEED_FALLTHRU now so no need to keep itskrll
2007-05-15MD_DO_NOT_NEED_FALLTHRU for amd64.skrll
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-03-31MD_DO_NOT_NEED_FALLTHRU for sh5. Compile tested only.skrll
2007-03-16Didn't fix it completely. Now fixed.matt
2007-03-16Use MD_DO_NOT_NEED_FALLTHRUmatt
2007-01-02MD_DO_NOT_NEED_FALLTHRU - from Nick Hudson.martin
2006-10-19powerpc MD_DO_NOT_NEED_FALLTHRU.skrll
2006-10-19Alpha MD_DO_NOT_NEED_FALLTHRUskrll
2006-10-19MD_DO_NOT_NEED_FALLTHRU for sparc and sparc64, from Nick Hudson.martin
2006-10-17Switch to MD_DO_NOT_NEED_FALLTHRU.uwe
2006-09-15ANSIfyskrll
2006-09-14-DELFSIZE=64 for csu buildcherry
2006-09-08MD_DO_NOT_NEED_FALLTHRU for hppaskrll
2006-09-08MD_DO_NOT_NEED_FALLTHRU for ARM.skrll
2006-08-25Implement MD_DO_NOT_NEED_FALLTHRU for i386.skrll
2006-07-18Tidy up for MD_DO_NOT_NEED_FALLTHRU.skrll
2006-07-07Nothing from <machine/asm.h> is even used here, so don't include it.ross
2006-07-06add missing .globl's in new direct fallthru .init .finiross
2006-07-05Conform to new world order where .init/.fini fallthru codeross
2006-07-02First round at ia64 csucherry
2006-07-01fix commentross
2006-06-30powerpc64 assembly for .init / .finiross
2006-06-30Remove the call to init_fallthru/fini_fallthru and call _init/_finisimonb
2006-06-12add a .globl to MD_SECTION_PROLOGUE so that the symbol is exported.mrg
2006-06-02remove support for building (with) GCC 2.95. also:mrg
2006-05-19Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use:christos
2006-05-18change __weak_extern to __weak_reference so that gcc4 works.christos
2006-05-17Revert previous changes which are unnecessary now the _DYNAMIC is markedchristos
2006-05-17Mark _DYNAMIC to have attribute __weakref__, so that gcc-4 does not optimizechristos
2006-05-17Back out accidental commit that changed -I-christos