Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Re-enable the strchrnul and rawmemchr tests | Eric Andersen | 2002-11-08 | 1 | -4/+0 | |
| | ||||||
* | Scare people away from enabling locale support for now. | Eric Andersen | 2002-11-08 | 1 | -3/+4 | |
| | ||||||
* | Disable ldso debugging. It should not be on by default. | Eric Andersen | 2002-11-08 | 1 | -2/+2 | |
| | ||||||
* | Use NATIVE_CC. Don't hard code using 'gcc'. | Eric Andersen | 2002-11-08 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Patch from Stefan Allius for libgcc multilib support | Eric Andersen | 2002-11-08 | 3 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | this is the last patch, we need to make the support of multitarget libgcc complete. --------------------------------- In ldso/ldso/Makefile I added the CPU_LDFLAGS-y to the LDFLAGS --------------------------------- In libc/Makefile I set the LDFLAGS for the script get-needed-objects.sh with CPU_LDFLAGS-y --------------------------------- In extra/scripts/get-needed-object.sh we now use the LIBGCC from Rules.mak and call LD with LDFLAGS (==CPU_LDFLAGS-y). Addtionally I grep the NM output, to fix the unresolved external __GLOBAL_OFFSET_TABLE__ on SuperH targets. --------------------------------- | |||||
* | Disble unimplemented function prototypes | Eric Andersen | 2002-11-08 | 1 | -0/+3 | |
| | ||||||
* | Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPU | Eric Andersen | 2002-11-08 | 1 | -1/+5 | |
| | ||||||
* | Initial checkin. | Miles Bader | 2002-11-08 | 1 | -0/+59 | |
| | ||||||
* | Add CPU_CFLAGS-y into LIBGCC_CFLAGS so multilibs gcc will behave | Eric Andersen | 2002-11-08 | 1 | -8/+8 | |
| | | | | | itself. Revery the "=" to ":=" change, so people like Miles can set stuff in their .config | |||||
* | Add defaults for powerpc | Eric Andersen | 2002-11-08 | 1 | -0/+59 | |
| | ||||||
* | Kill the now obsolete uClibc_config_fix.pl | Eric Andersen | 2002-11-08 | 1 | -200/+0 | |
| | ||||||
* | Add a default for sh | Eric Andersen | 2002-11-08 | 1 | -0/+66 | |
| | ||||||
* | Add notes about setvbuf and struct tm extension fields tm_gmtoff and tm_zone. | Manuel Novoa III | 2002-11-08 | 1 | -0/+6 | |
| | ||||||
* | Added some temporary "stubs" for collation. | Manuel Novoa III | 2002-11-08 | 3 | -60/+28 | |
| | | | | | | | | strcoll is an alias for strcmp. strxfrm is an alias for strlcpy. wcscoll is an alias for wcscmp. wcsxfrm is implemented as a wchar version of strlcpy. Real locale-dependent implementations are coming soon. | |||||
* | Cleanup everything | Eric Andersen | 2002-11-08 | 1 | -1/+1 | |
| | ||||||
* | Add wcwidth and wcswidth, based on Markus Kuhn's wcwidth of 2002-05-08. | Manuel Novoa III | 2002-11-08 | 2 | -1/+254 | |
| | | | | | | Added some size/speed optimizations and integrated it into my locale framework. Minimally tested at the moment, but the stub C-locale version (which most people would probably be using) should be fine. | |||||
* | Leave ldso debugging off by default | Eric Andersen | 2002-11-08 | 1 | -2/+2 | |
| | ||||||
* | Fix a silly compile bug | Eric Andersen | 2002-11-08 | 1 | -0/+1 | |
| | ||||||
* | Doh! Leave ldso debugging off by default.. | Eric Andersen | 2002-11-08 | 1 | -2/+2 | |
| | ||||||
* | Construct a default arm configuration | Eric Andersen | 2002-11-08 | 1 | -0/+63 | |
| | ||||||
* | Some minor changes from Stefan Allius to make conf and | Eric Andersen | 2002-11-08 | 4 | -8/+9 | |
| | | | | mconf compile under Solaris. | |||||
* | Another SuperH patch from Stefan Allius. This make it so | Eric Andersen | 2002-11-08 | 3 | -94/+93 | |
| | | | | the SuperH lib loader can be compiled by GCC 3.3 | |||||
* | Update the docs | Eric Andersen | 2002-11-08 | 2 | -27/+58 | |
| | ||||||
* | Large cleanup patch, based in large part on a patch from | Eric Andersen | 2002-11-08 | 2 | -29/+37 | |
| | | | | Stefan Allius, which adds a great deal of sanity. | |||||
* | Merge an update from upstream | Eric Andersen | 2002-11-08 | 9 | -1075/+1380 | |
| | ||||||
* | Update doc reference | Eric Andersen | 2002-11-08 | 17 | -21/+277 | |
| | ||||||
* | Changes for MIPS and new configuration system. | "Steven J. Hill" | 2002-11-07 | 4 | -18/+122 | |
| | ||||||
* | Fix target determination for MIPSEL. | "Steven J. Hill" | 2002-11-07 | 1 | -0/+1 | |
| | ||||||
* | Remove atof from strtod.o... | Manuel Novoa III | 2002-11-07 | 1 | -7/+0 | |
| | ||||||
* | Okay, fix for atof _correctly_... | Manuel Novoa III | 2002-11-07 | 1 | -1/+4 | |
| | ||||||
* | Apparently I forgot to build atof... | Manuel Novoa III | 2002-11-07 | 1 | -1/+1 | |
| | ||||||
* | Fixup function prototype for __uint128_t which fixes the compile | Eric Andersen | 2002-11-07 | 1 | -5/+3 | |
| | | | | | on powerpc with gcc 3.2. -Erik | |||||
* | Fixed makefiles to remove binaries generated for the configuration | "Steven J. Hill" | 2002-11-07 | 3 | -2/+3 | |
| | | | | menu system when doing a 'make clean'. | |||||
* | Add missing blank line | Eric Andersen | 2002-11-07 | 1 | -0/+1 | |
| | ||||||
* | Rename `Config.v850e' to `Config.v850'. | Miles Bader | 2002-11-07 | 1 | -4/+12 | |
| | ||||||
* | (UCLIBC_HAS_MMU): Depend on !ARCH_HAS_NO_MMU, rather than just using it | Miles Bader | 2002-11-07 | 1 | -2/+11 | |
| | | | | | | to set the default. (HAS_FPU): Depend on !ARCH_HAS_NO_FPU. (USE_GCC_SOFT_FLOAT_OPTION): New option. | |||||
* | (DOPIC): Depend on !HAVE_NO_PIC. | Miles Bader | 2002-11-07 | 1 | -5/+12 | |
| | | | | | | (UCLIBC_HAS_FULL_RPC): default to `y' if !HAVE_SHARED. (SYSTEM_LDSO): Depend on HAVE_SHARED. (DOASSERTS): New option. | |||||
* | * Make -DNDEBUG depend on DOASSERTS, not DODEBUG | Miles Bader | 2002-11-07 | 1 | -2/+4 | |
| | | | | | * Make -msoft-float depend on USE_GCC_SOFT_FLOAT_OPTION, not UCLIBC_HAS_SOFT_FLOAT. | |||||
* | Update soft-float handling | Eric Andersen | 2002-11-06 | 4 | -5/+7 | |
| | ||||||
* | Increase maximum .config line size to 1024. | Eric Andersen | 2002-11-06 | 1 | -2/+2 | |
| | ||||||
* | Recognize 'n' tristate/boolean symbol value in the .config file, | Eric Andersen | 2002-11-06 | 1 | -4/+7 | |
| | | | | | allowing more convenient manual editing of the .config file. Patch by Petr Baudis, skimmed from linux-kernel mailing list. | |||||
* | Fix up a compile error | Eric Andersen | 2002-11-06 | 1 | -1/+6 | |
| | ||||||
* | Cleanup patch from Simon Rowe | Eric Andersen | 2002-11-06 | 1 | -1/+12 | |
| | ||||||
* | Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday. | Manuel Novoa III | 2002-11-05 | 1 | -9/+25 | |
| | ||||||
* | For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe." | Eric Andersen | 2002-11-05 | 1 | -0/+2 | |
| | | | | comment as an mjn3 only item. | |||||
* | Cleanup soft-float support | Eric Andersen | 2002-11-05 | 2 | -1/+6 | |
| | ||||||
* | Fixup handling of disabled options | Eric Andersen | 2002-11-05 | 3 | -4/+4 | |
| | ||||||
* | Fix gcc-uClibc.h dependancies | Eric Andersen | 2002-11-05 | 1 | -1/+1 | |
| | ||||||
* | Massive scrubbing of the shared lib loader error handling. | Eric Andersen | 2002-11-05 | 13 | -265/+282 | |
| | | | | | Move all configuration options into the new config system. -Erik | |||||
* | A patch from Danny Lepage so that we do not setting on symlinks | Eric Andersen | 2002-11-05 | 1 | -2/+2 | |
| | | | | | when looking for a device match, and instead keep looking till we find the correct device. |