summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386
AgeCommit message (Expand)Author
2005-07-07add update from psm to support 6 arguments to syscallMike Frysinger
2005-07-06Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...Mike Frysinger
2005-07-06err, need to commit the rest of the changes from psm tooMike Frysinger
2005-07-06Peter S. Mazinger writes: we dont need features.hMike Frysinger
2005-07-06syntax touchups as suggested by Peter S. MazingerMike Frysinger
2005-06-29need to include features.h to get uclibc definesMike Frysinger
2005-06-29declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned offMike Frysinger
2005-06-25Change L_Scrt1 to __PIC__ and delete old crt0.SJoakim Tjernlund
2005-05-28Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund
2005-05-28Add back .size for _start Joakim Tjernlund
2005-05-26Clean it up a little.Joakim Tjernlund
2005-05-26Adapt x86 to new __uClibc_start_main.Joakim Tjernlund
2005-05-25Adapt startup code in x86 and PPC to almost match glibc. _init vs. __libc_csu...Joakim Tjernlund
2005-05-21Pass main function ptr from crt1 to __uClibc_start_main.Joakim Tjernlund
2005-05-12Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"
2005-03-20Pass _dl_fini function ptr to __uClibc_start_main().Joakim Tjernlund
2005-02-12no more cvsMike Frysinger
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-08-13Fixup PAGE_SIZE problemsEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-07-30s/___brk_addr/__curbrk/gEric Andersen
2004-06-12Per comments from Bernhard Rosenkraenzer, adjust gcc 3.3.x generated asmEric Andersen
2004-05-14__data_start needs to be added to all crt0.S files that don't currentlyEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-02-06Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen
2004-01-17Add __data_start needed by boehm garbage collector, in turn needed by libgcj.Manuel Novoa III
2004-01-03And just like that, clone is now fixed.... Previously theEric Andersen
2004-01-03oopsEric Andersen
2004-01-03Minor changesEric 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-09-07Some updates from glibc. mjn3 reports this fixes profilingEric Andersen
2003-09-07i386/mcount.S expects to call __mcount_internal with the 2 args passedManuel Novoa III
2003-06-27Revenge of the TypoEric Andersen
2003-06-27add mmap64 for i386Eric Andersen
2003-06-03Kill the runtime fallback to fork and make it be compile timeEric Andersen
2003-06-03Fix brokenEric Andersen
2003-05-30Clone still had a few little PIC problems....Eric Andersen