summaryrefslogtreecommitdiffstats
path: root/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* Remnant code (broken, unhooked) from a.out which I missed.trhodes2005-01-113-527/+0
* Implement .init and .fini.cognet2004-09-233-8/+27
* Back out the call to _init_tls() - something is broken there and itdfr2004-08-211-2/+0
* Bring ia64 back from the dead. After a call one needs to restore themarcel2004-08-181-1/+1
* Add support for TLS in statically linked programs.dfr2004-08-157-0/+17
* C runtime support for FreeBSD/arm.cognet2004-05-144-0/+169
* Adjust stack alignment so that when the 'call xxx' functions arepeter2004-03-212-0/+4
* The <bsd.files.mk> API seems the best to use here.ru2004-01-201-11/+7
* Explicitly specify an alignment for abitag. Without it, gcc specifies apeter2003-10-171-1/+1
* Fix typo: Passing the first argument to exit() in out2 does not work.marcel2003-07-151-1/+1
* _start() needed to be written in assembly. See crt1.S.marcel2003-07-141-124/+0
* Rewite _start(). We cannot use a C function due to the fact that wemarcel2003-07-132-2/+193
* MFi386: revision 1.19.ru2003-06-301-3/+1
* Removed garbage:bde2003-06-041-3/+1
* This is now Gcc 3.3 WARNS 6 clean.obrien2003-05-041-0/+1
* Set abitag __unused.obrien2003-05-041-3/+4
* Update for AMD64. repocopied from i386-elf/crt1.c. Deal with regparmpeter2003-04-301-20/+5
* Very minor EOL whitespace diff-reducer.markm2003-01-261-1/+1
* Missed a bit of cleanup.markm2003-01-261-2/+0
* make these more useful for lint(1). Minor diff-reductions while I'mmarkm2003-01-266-1/+7
* Remove the get_term() function. It pretty much can't work formarkm2003-01-261-36/+7
* Backed out previous commit (alignment suitable for RELENG_4) as plannedbde2002-12-012-66/+0
* Align the stack suitably for the version of gcc in FreeBSD-4 (providedbde2002-09-292-0/+66
* Remove a prototype for a function that is no longer called.markm2002-09-201-1/+0
* Don't need to install the signal trampoline here anymore.jake2002-09-031-1/+0
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-297-7/+7
* The main reason for this is to reduce diffs between all the crt1.c's.markm2002-07-166-91/+140
* Whitespace diffs only; this brings this file into the same whitespacemarkm2002-07-032-52/+54
* WARNS=6'ify.obrien2002-06-251-7/+5
* Prototype _start.obrien2002-06-251-2/+4
* Use .rodata section for $FreeBSD$.obrien2002-05-156-12/+20
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-136-0/+12
* SOBJS are not used here for a long time, and were justru2002-05-136-24/+12
* Major cleanup of bsd.lib.mk.ru2002-05-136-27/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereru2002-05-126-6/+25
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.obrien2002-05-116-25/+6
* Use the compiler's crt{begin,end}.obrien2002-05-101-2/+1
* Fix the copyright dates.obrien2002-05-071-1/+1
* Install the libc signal trampoline on startup.jake2002-04-291-0/+2
* Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effectbde2002-04-292-2/+2
* Style nit and modernize SCM ID.obrien2002-04-131-8/+2
* For now we are using our old crt{begin,end}.obrien2002-04-081-3/+3
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-2914-24/+39
* Style nit.obrien2002-03-231-3/+3
* Remove prototype, no other crt1.c has or needs it.obrien2002-03-231-9/+6
* Remove __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-2/+2
* Revert part of rev 1.3 -- we need the calls to _init and _fini.obrien2002-03-161-4/+0
* Sync with csu/alpha/Makefile: build crt{i,n}.o.obrien2002-03-101-3/+2
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.obrien2002-02-281-6/+2
OpenPOWER on IntegriCloud