summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/Makefile
AgeCommit message (Expand)Author
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-09-28Build crt[in].o with disabled ssp.Peter S. Mazinger
2005-09-27Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger
2005-09-07grab a tiny mmap implementation from glibcMike Frysinger
2005-07-28tweak $TOPDIR usage to not have duplciate //Mike Frysinger
2005-07-06Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...Mike Frysinger
2005-05-21Pass main function ptr from crt1 to __uClibc_start_main.Joakim Tjernlund
2005-01-25merge parallel build supportMike Frysinger
2004-12-22Patch from Peter S. Mazinger to simplify PIE handlingEric Andersen
2004-12-22Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen
2004-10-14Peter Mazinger writes:Joakim Tjernlund
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-01-02Peter S. Mazinger writes:Eric Andersen
2003-12-03Lethal noticed that the generated file gmon-start.S was notEric Andersen
2003-11-22Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen
2003-11-08Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen
2003-11-05Begin the conversion to using per-arch crti.S and crtn.SEric Andersen
2003-10-25properly deal with soft-float when profiling as wellEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-09-21Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III
2003-06-27add mmap64 for i386Eric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
2003-01-23Update a tiny bitEric Andersen
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2002-12-12Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-07-24Add support for people calling syscall()Eric Andersen
2002-04-09Create a much more careful ftruncate64 implementation, that shouldEric Andersen
2002-03-31Add in support for ftruncate64 on both ARM and x86Eric Andersen
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-03-01Move syscall.h generation to the top level MakefileEric Andersen
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2002-01-31Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen
2002-01-30Fixup setjmp implementation so it actaully works as expectedEric Andersen
2002-01-21Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-12-19Use the asm version by default on x86. Tag _start as a function.Eric Andersen
2001-11-29Add include/sys/reg.h to make gdbserver happyEric Andersen
2001-11-14Fix the clone syscall so it actually works.Eric Andersen
2001-10-03Cleanup brk/sbrkEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-07-03remove bits/syscall.h when cleaningDavid Schleef
2001-06-28Added a script to create bits/syscall.h for each arch.Manuel Novoa III
2001-06-15I am very proud of myself. I managed to write a working _start forEric Andersen