summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
...
* remove unused fileMike Frysinger2005-11-151-19/+0
|
* need to declare our stack directionMike Frysinger2005-11-151-0/+28
|
* initial port to hppaMike Frysinger2005-11-1224-0/+1359
|
* make people provide these headers when portingMike Frysinger2005-11-122-64/+4
|
* add support for cirrus maverick fpu using patch for glibc ↵Mike Frysinger2005-11-106-1/+160
| | | | http://yann.poupet.free.fr/ep93xx/
* sync with glibcMike Frysinger2005-11-102-6/+10
|
* update licenseMike Frysinger2005-11-103-34/+10
|
* sync with glibcMike Frysinger2005-11-0915-168/+241
|
* fix __intptr_t for 64bit archesMike Frysinger2005-11-091-1/+1
|
* booooring license updatesMike Frysinger2005-11-0910-60/+94
|
* sync with glibcMike Frysinger2005-11-091-2/+6
|
* use the common/bits/types.h since it has proper 64bit support nowMike Frysinger2005-11-072-281/+0
|
* old header fileMike Frysinger2005-11-071-7/+0
|
* fix arch_headers targetMike Frysinger2005-11-051-2/+2
|
* makefiles for new build systemMike Frysinger2005-11-052-82/+26
|
* need our own page header file to prevent warningsMike Frysinger2005-11-041-0/+35
|
* use errno.h like in i386Mike Frysinger2005-11-041-4/+2
|
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-0410-219/+87
|
* Make use of newly introduced attribute_noreturnPeter S. Mazinger2005-11-043-7/+7
|
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵Peter S. Mazinger2005-11-0310-17/+17
| | | | with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources.
* wait4 is pid_t, not intPeter S. Mazinger2005-11-031-2/+2
|
* Enable IMA on i386Peter S. Mazinger2005-11-021-2/+1
|
* Allow partly IMA compile of this directoryPeter S. Mazinger2005-11-025-9/+21
|
* Mark _exit as noreturn, include/unistd.h does this alreadyPeter S. Mazinger2005-11-021-1/+1
|
* add dummy loop to kill gcc warning, probably _exit should get attribute_noreturnPeter S. Mazinger2005-11-021-1/+3
|
* Undo 12115, it fails on building libc/sysdeps/linux/commonPeter S. Mazinger2005-11-021-5/+4
|
* Added cris on request to new build structure. It has to provide crt1.S ↵Peter S. Mazinger2005-11-022-66/+42
| | | | instead of crt0.c to get it working
* Cleaner i386/syscalls.h patch to handle macro redefines proposed by jockePeter S. Mazinger2005-11-021-4/+4
|
* Remove __set_errno proposed by jockePeter S. Mazinger2005-11-021-4/+2
|
* Move __SSP__ check to headerPeter S. Mazinger2005-11-021-0/+3
|
* Allow sources using syscalls to be IMA compiled on x86Peter S. Mazinger2005-11-021-1/+4
|
* Correct gcc-4.1 ssp buildPeter S. Mazinger2005-11-011-2/+1
|
* Update sparc to new buildsPeter S. Mazinger2005-11-012-68/+40
|
* Update sh to new buildsPeter S. Mazinger2005-11-012-69/+40
|
* Update alpha to new buildsPeter S. Mazinger2005-11-012-65/+40
|
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-298-467/+64
|
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵Peter S. Mazinger2005-10-287-34/+8
| | | | not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger2005-10-274-3/+69
| | | | to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-258-0/+265
| | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
* Use local copy of sysdep.hPeter S. Mazinger2005-10-253-3/+3
|
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger2005-10-1221-727/+465
| | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
* Allow building uClibc w/ make-3.79.1 if SSP is disabledPeter S. Mazinger2005-10-111-1/+1
|
* merge additional license cruft from glibcMike Frysinger2005-10-051-0/+17
|
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-046-25/+7
| | | | prototypes for functions disabled on mmu-less systems.
* Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger2005-10-013-4/+80
|
* Add .type _init/_fini unconditionally to arm/crt1.SPeter S. Mazinger2005-09-291-4/+3
|
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-2820-59/+59
|
* arm/crt1.S needs features.h and the weak _init/_fini independently of ↵Peter S. Mazinger2005-09-282-13/+19
| | | | __PIC__. Add these weaks to mips/crt1.S as well.
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-2718-28/+0
|
* Changed ssp.c license to LGPL and added vapier as contributorPeter S. Mazinger2005-09-231-8/+4
|