summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III2004-02-052-11/+10
* Allow building on 64 bit archs. Hopefully the last cvs activity thisManuel Novoa III2004-02-051-2/+2
* Use 'mmap.c' instead of '_mmap.c'Eric Andersen2004-02-054-9/+9
* Fixup a badly merged updateEric Andersen2004-02-051-4/+7
* Use a static const char array for static stringsEric Andersen2004-02-042-4/+4
* Today's Toni's birthday. Seems an appropriate day to add this.Manuel Novoa III2004-02-031-0/+22
* Use the correct configuration test define.Manuel Novoa III2004-02-021-2/+2
* The code for checking the rpath was not finding the rpathEric Andersen2004-02-011-6/+20
* Jakub Bogusz writes:Eric Andersen2004-02-013-2/+4
* Revert to scope as used by original code for now, just in case.Eric Andersen2004-01-311-2/+4
* Patch from Paul Mundt, lethal at linux-sh dot org,Eric Andersen2004-01-311-0/+4
* Andrew May writes:Eric Andersen2004-01-303-2/+5
* Add missing abort instruction for powerpcEric Andersen2004-01-301-1/+5
* Paul Mundt, lethal at linux-sh dot org writes:Eric Andersen2004-01-302-1/+61
* Joakim Tjernlund writes:Eric Andersen2004-01-301-117/+87
* Modify interfaces for _dl_parse_relocation_information()Eric Andersen2004-01-2913-250/+245
* Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen2004-01-296-93/+87
* Joakim Tjernlund writes:Eric Andersen2004-01-291-50/+46
* Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen2004-01-297-136/+49
* Fixup silly typoEric Andersen2004-01-291-1/+1
* Patch from Joakim Tjernlund:Eric Andersen2004-01-292-38/+20
* Patch from Joakim Tjernlund to get rid of an annoying warning.Eric Andersen2004-01-272-2/+2
* Joakim Tjernlund writes:Eric Andersen2004-01-273-1/+245
* Oleksandr G. Zhadan writes:Eric Andersen2004-01-241-0/+11
* Imre Sunyi writes:Eric Andersen2004-01-241-11/+16
* Joakim Tjernlund writes:Eric Andersen2004-01-241-241/+178
* Some minor debian junk I had sitting in my treeEric Andersen2004-01-226-22/+49
* Sort all the filesEric Andersen2004-01-211-45/+34
* ignore host binariesEric Andersen2004-01-211-0/+1
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-21171-2391/+3118
* Add pollEric Andersen2004-01-211-1/+1
* Move poll to its own file, rather than being only half in its own fileEric Andersen2004-01-212-10/+13
* Massive formatting cleanup, making it easier to parseEric Andersen2004-01-211-431/+503
* Erik is an idiotEric Andersen2004-01-201-4/+4
* support building the uClibc utils for the host system...Eric Andersen2004-01-201-6/+23
* As noted by Doru Petrescu, there was a spurious line that was usingEric Andersen2004-01-202-2/+0
* Paul Mundt writes:Eric Andersen2004-01-202-2/+6
* Joakim Tjernlund writes:Eric Andersen2004-01-201-5/+3
* Add __data_start needed by boehm garbage collector, in turn needed by libgcj.Manuel Novoa III2004-01-171-0/+4
* Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III2004-01-171-9/+15
* We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III2004-01-168-9/+11
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-1623-63/+63
* Fixup selection of endianness, since select does not work on choiceEric Andersen2004-01-1615-10/+71
* Minor updates from linux 2.6.1Eric Andersen2004-01-163-15/+32
* Link with libfloat if necessary.Manuel Novoa III2004-01-161-1/+1
* Make sure we remove -fomit-frame-pointer from the ldso build. It'sDavid McCullough2004-01-161-0/+3
* Include missing errno.h header (as noted by Alan Hourihane).Eric Andersen2004-01-141-3/+5
* Use the gcc 3.4 -funit-at-a-time optimization when availableEric Andersen2004-01-141-1/+3
* Ok.. we need to link with libgcc.a for some archs. I haven't looked atManuel Novoa III2004-01-141-1/+1
* Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III2004-01-143-2/+36