summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris
Commit message (Expand)AuthorAgeFilesLines
* make sure we include the local sysdep.h headerMike Frysinger2006-01-266-6/+6
* remove things that libc-symbols.h already defines for usMike Frysinger2006-01-261-3/+0
* cris uses @ for asm line separationsMike Frysinger2006-01-261-0/+3
* Ricard Wanderlof writes:Mike Frysinger2006-01-261-33/+41
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-1/+1
* Use __typeof for __longjmp, remove alias to longjmp for cris, should be cover...Peter S. Mazinger2006-01-241-1/+0
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-0/+34
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-144-5/+24
* need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger2006-01-141-0/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-145-21/+13
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger2005-12-161-2/+1
* Make clone use internal _exitPeter S. Mazinger2005-12-161-1/+1
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-1/+2
* Do hidden sbrkPeter S. Mazinger2005-12-131-2/+3
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger2005-11-191-1/+1
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-161-10/+12
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-041-24/+5
* 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
* Added cris on request to new build structure. It has to provide crt1.S instea...Peter S. Mazinger2005-11-022-66/+42
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-36/+25
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-281-3/+3
* Implement _start completely in assembler. Otherwise the compiler willPeter Kjellerstedt2005-02-091-15/+19
* Include features.h (without it, testing for __UCLIBC_HAS_THREADS__ Peter Kjellerstedt2005-02-091-0/+1
* merge parallel build supportMike Frysinger2005-01-251-6/+5
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-4/+3
* Do not assume a fifth argument is used with syscall(). Allocate stackPeter Kjellerstedt2004-10-301-6/+6
* Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt.Joakim Tjernlund2004-09-232-0/+55
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-212-51/+1
* s/___brk_addr/__curbrk/gEric Andersen2004-07-303-18/+17
* Removed unused file.Tobias Anderberg2004-05-241-72/+0
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-141-6/+6
* Cris can use the generic vforkEric Andersen2004-02-152-12/+1
* Fixup fork implementation to provide the __libc_fork symbolEric Andersen2004-02-151-1/+3
* Fix completely hosed up formattingEric Andersen2004-02-061-10/+10
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-061-0/+1
* Put in a dummy reference to main so busybox will link.Manuel Novoa III2003-12-021-0/+6
* Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen2003-11-221-7/+2
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-081-0/+4
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+89
* Updated to match the other architectures. Fixes problem with "fcntl:Tobias Anderberg2003-11-031-29/+67
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do theTobias Anderberg2003-09-241-1/+1
* Added assembler version of startup code. Fix Makefile so it uses the newTobias Anderberg2003-09-192-1/+73
* Cosmetic changes.Tobias Anderberg2003-08-273-5/+8
* Remove the arch specific shm.h and use the fixed up commonEric Andersen2003-08-011-84/+0