summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - fix link failures coming from recently added, misplaced strverscmp.Bernhard Reutner-Fischer2009-02-131-0/+0
* - fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer2009-02-131-0/+1
* - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer2009-02-132-81/+63
* - workaround oddity with position of function attributesBernhard Reutner-Fischer2009-02-131-1/+1
* Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLECarmelo Amoroso2009-02-121-1/+3
* docs/probe_math_exception.c:Denis Vlasenko2009-02-115-29/+83
* add comment why do we need _ISbit() macroDenis Vlasenko2009-02-111-0/+1
* Re-add _ISbit macro required to build libstdc++ from gcc toolchain.Carmelo Amoroso2009-02-101-12/+18
* include more info in error messages so we have a better idea where things are...Mike Frysinger2009-02-101-3/+3
* add mmap()/munmap() implementation for WindowsMike Frysinger2009-02-102-2/+110
* do not rely on features.h so that elf.h can be used on non-elf systems (Darwi...Mike Frysinger2009-02-101-4/+7
* allow people to run the hostutils targets without having a .config fileMike Frysinger2009-02-091-4/+5
* ldouble_wrappers.c: add long and long long optimized wrappersDenis Vlasenko2009-02-092-240/+113
* unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacementMike Frysinger2009-02-092-39/+33
* unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger2009-02-097-153/+116
* dont force -Wl,-s when building host utils -- people can strip themselvesMike Frysinger2009-02-091-3/+3
* reinstate bits/uClibc_arch_features.h in installed headers,Denis Vlasenko2009-02-091-1/+2
* Hand-optimize wrappers on i386:Denis Vlasenko2009-02-091-156/+104
* ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.Denis Vlasenko2009-02-092-64/+7
* forgot to add libc/string/generic/strverscmp.cDenis Vlasenko2009-02-081-0/+117
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-085-4/+53
* nextafterf: trying to correct FP exception handlingDenis Vlasenko2009-02-083-11/+100
* libm/s_nextafterf.c: forgot to "svn add" itDenis Vlasenko2009-02-061-0/+103
* fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko2009-02-062-11/+3
* libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko2009-02-053-3/+22
* Make TLS configure time variable. Enable it along with NPTL.Khem Raj2009-02-051-0/+11
* - fix install_headers on hosts where ld does not support gnu hash-style butBernhard Reutner-Fischer2009-02-031-0/+2
* libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko2009-02-026-4/+10
* fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko2009-01-281-14/+17
* Partially revent "make utils" fix. This version is less intrusive,Denis Vlasenko2009-01-282-54/+17
* Added sysdep.h and sysdep-cancel.h for linuxthreads ARMCarmelo Amoroso2009-01-282-0/+145
* Remove check for the relocation type check in the resolver,Carmelo Amoroso2009-01-2813-91/+0
* Follow naming convention for tst-regex2 input file. All othersCarmelo Amoroso2009-01-282-1/+1
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-287-64/+138
* - also link librt with --as-needed and do so unconditionally to work aroundBernhard Reutner-Fischer2009-01-224-13/+27
* - make sure __user is defined when including kernel's sigcontext.hBernhard Reutner-Fischer2009-01-221-0/+3
* - commentary typo fixBernhard Reutner-Fischer2009-01-212-2/+2
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-216-11/+37
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-2112-130/+115
* ldouble_wrappers.c: remove erroneous libm_hidden_def'sDenis Vlasenko2009-01-201-5/+0
* extra/scripts/relative_path.sh: fix itDenis Vlasenko2009-01-191-1/+4
* __global_locale must be visible to users, move it outside of #ifdef _LIBCDenis Vlasenko2009-01-181-1/+2
* - hide __dl_ldso__ (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-141-1/+1
* - make sure to pass the correct PIE flags to gcc (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-141-2/+3
* - make sure not to have relocs in Scrt1.o (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-142-13/+9
* ldso: performs bootstrap relocations only if required by the arch.Carmelo Amoroso2009-01-1410-31/+69
* libm_sh: fix libm build for shCarmelo Amoroso2009-01-144-7/+5
* libm_sh: Re-added sh specific files erroneously removed recently,Carmelo Amoroso2009-01-143-0/+75
* ldso: do not comment out unused variables, just delete it.Carmelo Amoroso2009-01-121-1/+0
* - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ...Bernhard Reutner-Fischer2009-01-122-1/+11