| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - fix link failures coming from recently added, misplaced strverscmp. | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -0/+0 |
| | | |||||
| * | - fix fallout from r24140 and r24160 for !CTYPE_TABLES | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -0/+1 |
| | | |||||
| * | - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits | Bernhard Reutner-Fischer | 2009-02-13 | 2 | -81/+63 |
| | | | | | into ctype.h | ||||
| * | - workaround oddity with position of function attributes | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -1/+1 |
| | | |||||
| * | Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE | Carmelo Amoroso | 2009-02-12 | 1 | -1/+3 |
| | | | | | | | | support is not enabled in uclibc to fix build. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | docs/probe_math_exception.c: | Denis Vlasenko | 2009-02-11 | 5 | -29/+83 |
| | | | | | | | | | | | | | update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...) | ||||
| * | add comment why do we need _ISbit() macro | Denis Vlasenko | 2009-02-11 | 1 | -0/+1 |
| | | |||||
| * | Re-add _ISbit macro required to build libstdc++ from gcc toolchain. | Carmelo Amoroso | 2009-02-10 | 1 | -12/+18 |
| | | | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | include more info in error messages so we have a better idea where things ↵ | Mike Frysinger | 2009-02-10 | 1 | -3/+3 |
| | | | | | are failing | ||||
| * | add mmap()/munmap() implementation for Windows | Mike Frysinger | 2009-02-10 | 2 | -2/+110 |
| | | |||||
| * | do not rely on features.h so that elf.h can be used on non-elf systems ↵ | Mike Frysinger | 2009-02-10 | 1 | -4/+7 |
| | | | | | (Darwin, Windows, etc...) | ||||
| * | allow people to run the hostutils targets without having a .config file | Mike Frysinger | 2009-02-09 | 1 | -4/+5 |
| | | |||||
| * | ldouble_wrappers.c: add long and long long optimized wrappers | Denis Vlasenko | 2009-02-09 | 2 | -240/+113 |
| | | | | | | | | | | | float_wrappers.c: add xxxWRAPPER1(func) macros. no code changes, but makes this file much shorter. text data bss dec hex filename - 42504 188 4 42696 a6c8 lib/libm-0.9.30-svn.so + 42488 188 4 42680 a6b8 lib/libm-0.9.30-svn.so | ||||
| * | unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacement | Mike Frysinger | 2009-02-09 | 2 | -39/+33 |
| | | |||||
| * | unify the headers/random defines into porting.h to avoid duplication/rot | Mike Frysinger | 2009-02-09 | 7 | -153/+116 |
| | | |||||
| * | dont force -Wl,-s when building host utils -- people can strip themselves | Mike Frysinger | 2009-02-09 | 1 | -3/+3 |
| | | |||||
| * | reinstate bits/uClibc_arch_features.h in installed headers, | Denis Vlasenko | 2009-02-09 | 1 | -1/+2 |
| | | | | | | my cross-compile toolchain based on gcc 4.3.1 broke without it. | ||||
| * | Hand-optimize wrappers on i386: | Denis Vlasenko | 2009-02-09 | 1 | -156/+104 |
| | | | | | | | | | | | | | | | | | | | | -83 ec 10 sub $0x10,%esp -db 6c 24 14 fldt 0x14(%esp) -dd 5c 24 08 fstpl 0x8(%esp) -dd 44 24 08 fldl 0x8(%esp) -dd 1c 24 fstpl (%esp) -e8 fc ff ff ff call __GI_trunc -83 c4 10 add $0x10,%esp +db 6c 24 04 fldt 0x4(%esp) +dd 5c 24 04 fstpl 0x4(%esp) +e9 fc ff ff ff jmp __GI_trunc c3 ret text data bss dec hex filename - 42749 176 4 42929 a7b1 lib/libm-0.9.30-svn.so + 42085 176 4 42265 a519 lib/libm-0.9.30-svn.so | ||||
| * | ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake. | Denis Vlasenko | 2009-02-09 | 2 | -64/+7 |
| | | | | | | | remove wrong casts to long double of long return values. remove lots of empty lines. | ||||
| * | forgot to add libc/string/generic/strverscmp.c | Denis Vlasenko | 2009-02-08 | 1 | -0/+117 |
| | | |||||
| * | Add strverscmp() and versionsort[64](). | Denis Vlasenko | 2009-02-08 | 5 | -4/+53 |
| | | | | | | By Hai Zaar (haizaar AT codefidence.com) | ||||
| * | nextafterf: trying to correct FP exception handling | Denis Vlasenko | 2009-02-08 | 3 | -11/+100 |
| | | |||||
| * | libm/s_nextafterf.c: forgot to "svn add" it | Denis Vlasenko | 2009-02-06 | 1 | -0/+103 |
| | | |||||
| * | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko | 2009-02-06 | 2 | -11/+3 |
| | | |||||
| * | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | 2009-02-05 | 3 | -3/+22 |
| | | | | | | | This makes in possible to enable test/math (not it compiles, but has lots of test failures). | ||||
| * | Make TLS configure time variable. Enable it along with NPTL. | Khem Raj | 2009-02-05 | 1 | -0/+11 |
| | | |||||
| * | - fix install_headers on hosts where ld does not support gnu hash-style but | Bernhard Reutner-Fischer | 2009-02-03 | 1 | -0/+2 |
| | | | | | uClibc is configured to use it. | ||||
| * | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | 2009-02-02 | 6 | -4/+10 |
| | | | | | | | | test/Rules.mak: don't pass target options to host build test/math/basic-test.c: fix test build error patching file test/unistd/errno.c: fix test build warning | ||||
| * | fix ppoll. we forgot to pass 5th parameter to the syscall | Denis Vlasenko | 2009-01-28 | 1 | -14/+17 |
| | | |||||
| * | Partially revent "make utils" fix. This version is less intrusive, | Denis Vlasenko | 2009-01-28 | 2 | -54/+17 |
| | | | | | | but still works! :) | ||||
| * | Added sysdep.h and sysdep-cancel.h for linuxthreads ARM | Carmelo Amoroso | 2009-01-28 | 2 | -0/+145 |
| | | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com> | ||||
| * | Remove check for the relocation type check in the resolver, | Carmelo Amoroso | 2009-01-28 | 13 | -91/+0 |
| | | | | | | | | from all archs. Signed-off-by: Jiri Olsa <olsajiri@gmail.com> | ||||
| * | Follow naming convention for tst-regex2 input file. All others | Carmelo Amoroso | 2009-01-28 | 2 | -1/+1 |
| | | | | | | | | are .dat suffix. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | "make utils" now successfully makes utils for target | Denis Vlasenko | 2009-01-28 | 7 | -64/+138 |
| | | |||||
| * | - also link librt with --as-needed and do so unconditionally to work around | Bernhard Reutner-Fischer | 2009-01-22 | 4 | -13/+27 |
| | | | | | | | bugs in gentoo's QA. Just add UCLIBC_HAS_SSP to the "and" of link.asneeded to properly take SSP into account, if you prefer. | ||||
| * | - make sure __user is defined when including kernel's sigcontext.h | Bernhard Reutner-Fischer | 2009-01-22 | 1 | -0/+3 |
| | | |||||
| * | - commentary typo fix | Bernhard Reutner-Fischer | 2009-01-21 | 2 | -2/+2 |
| | | |||||
| * | - remove unavailable functionality upon request (Peter Mazinger) | Bernhard Reutner-Fischer | 2009-01-21 | 6 | -11/+37 |
| | | |||||
| * | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 12 | -130/+115 |
| | | | | | | | | | | | | | | | | | | | | is always equivalent to __UCLIBC_CURLOCALE->x. remove typedef __uclibc_locale_t, it used only in a few places, it is lees confusing to use struct __uclibc_locale_struct everywhere. xlocale.h: hide __global_locale back under _LIBC, bug 53 is wrong in claiming it should be exported. Also hide under _LIBC: extern __locale_t __curlocale_var; extern __locale_t __curlocale(void); extern __locale_t __curlocale_set(__locale_t newloc); # define __UCLIBC_CURLOCALE # define __XL_NPP(N) # define __LOCALE_PARAM # define __LOCALE_ARG # define __LOCALE_PTR | ||||
| * | ldouble_wrappers.c: remove erroneous libm_hidden_def's | Denis Vlasenko | 2009-01-20 | 1 | -5/+0 |
| | | |||||
| * | extra/scripts/relative_path.sh: fix it | Denis Vlasenko | 2009-01-19 | 1 | -1/+4 |
| | | |||||
| * | __global_locale must be visible to users, move it outside of #ifdef _LIBC | Denis Vlasenko | 2009-01-18 | 1 | -1/+2 |
| | | |||||
| * | - hide __dl_ldso__ (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2009-01-14 | 1 | -1/+1 |
| | | |||||
| * | - make sure to pass the correct PIE flags to gcc (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2009-01-14 | 1 | -2/+3 |
| | | |||||
| * | - make sure not to have relocs in Scrt1.o (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2009-01-14 | 2 | -13/+9 |
| | | |||||
| * | ldso: performs bootstrap relocations only if required by the arch. | Carmelo Amoroso | 2009-01-14 | 10 | -31/+69 |
| | | | | | | | | | It is controlled by ARCH_NEEDS_BOOTSTRAP_RELOCS macro. Signed-off-by: Jirka <olsajiri@gmail.com> Acked-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | libm_sh: fix libm build for sh | Carmelo Amoroso | 2009-01-14 | 4 | -7/+5 |
| | | | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | libm_sh: Re-added sh specific files erroneously removed recently, | Carmelo Amoroso | 2009-01-14 | 3 | -0/+75 |
| | | | | | | | | and moved under a better folder. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | ldso: do not comment out unused variables, just delete it. | Carmelo Amoroso | 2009-01-12 | 1 | -1/+0 |
| | | | | | | SIgned-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ↵ | Bernhard Reutner-Fischer | 2009-01-12 | 2 | -1/+11 |
| | | | | | with linux >= 2.6.28) | ||||
