summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh
Commit message (Expand)AuthorAgeFilesLines
...
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-041-22/+4
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-2/+2
* Update sh to new buildsPeter S. Mazinger2005-11-012-69/+40
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-35/+23
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-281-3/+3
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-271-2/+0
* update crt0 to crt1 based heavily on glibc start.S and to sync up with __uCli...Mike Frysinger2005-08-092-77/+37
* use sigprocmask instead of internal __sigprocmask since __ version doesnt alw...Mike Frysinger2005-08-091-2/+1
* move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowit...Mike Frysinger2005-08-093-8/+35
* remove unused/pointless variablesMike Frysinger2005-08-091-5/+1
* remove duplicated _syscall6 definitions and unify them with a defineMike Frysinger2005-08-082-43/+9
* need to include features.h to get uclibc definesMike Frysinger2005-06-291-0/+1
* Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"2005-05-121-0/+419
* Fix trapa value for _syscall6() to conform with new sh syscall ABI.Paul Mundt2005-05-072-2/+2
* Fix __sigprocmask weak symbol resolution with gcc4.Paul Mundt2005-05-022-1/+2
* no more cvsMike Frysinger2005-02-121-1/+0
* merge parallel build supportMike Frysinger2005-01-251-6/+5
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-5/+5
* Patch by Carl SHAW <carl.shaw@st.com>...Manuel Novoa III2004-08-252-1/+107
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-213-95/+2
* s/___brk_addr/__curbrk/gEric Andersen2004-07-303-11/+11
* Follow glibc's lead and add a gcc-3.4.1 required symbol to crt0.S.Manuel Novoa III2004-07-161-0/+6
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-141-4/+13
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-1/+1
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-061-0/+1
* Use 'mmap.c' instead of '_mmap.c'Eric Andersen2004-02-051-3/+3
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+0
* Lethal noticed that the generated file gmon-start.S was notEric Andersen2003-12-031-0/+2
* Add a syscall() implementation using a hacked version of the syscall6 macro.Manuel Novoa III2003-12-022-1/+26
* Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen2003-11-221-11/+3
* Stefan Allius writes:Eric Andersen2003-11-112-4/+2
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-081-4/+7
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+113
* properly deal with soft-float when profiling as wellEric Andersen2003-10-251-0/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+2
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-082-0/+57
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-211-1/+1
* Some updates from glibc. mjn3 reports this fixes profilingEric Andersen2003-09-071-6/+6
* setjmp was trashing r12 which is bad and can cause apps to crash if they areDavid McCullough2003-05-011-3/+3
* Patch from Stefan Allius:Eric Andersen2003-03-071-0/+5
* Patch from Stefan Allius to finish off the last required bitsEric Andersen2003-03-063-29/+90
* Initial effort at adding profiling support.Eric Andersen2003-03-034-0/+115
* If floating point was enabled, setjmp would write to memory well past theDavid McCullough2003-02-171-2/+3
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-241-60/+3
* Update architecture specific support to consistantlyEric Andersen2003-01-232-11/+2
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-122-12/+9
* Silly me, I forgot to include features.hEric Andersen2002-11-291-4/+5
* Make support for global constructors and global destructors beEric Andersen2002-11-271-4/+34
* Stefan Allius writes:Eric Andersen2002-11-153-115/+116