summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-17libm_sh: Move fenv functions into sh4 sub-folderCarmelo Amoroso
2010-12-15sh_fpu: Do not allow inclusion of fpu_control on not SH4 coreCarmelo Amoroso
2010-12-14sh: fix memcpy saving/restoring FR12-FR15 registersGiuseppe Cavallaro
2010-12-09nptl: fix Unwind_Resume PLT callsTimo Teräs
2010-12-08getconf: only use specs that are availableThomas Petazzoni
2010-12-02create DEVEL_PREFIX/MULTILIB_DIR dir rather than DEVEL_PREFIX/libNatanael Copa
2010-12-01Config.sparc: remove warning about shared libs on v7Austin Foxley
2010-12-01libc: fix strtoqNatanael Copa
2010-12-01libc_sh: add __tls_get_addr to static libc (SH)Filippo Arcidiacono
2010-12-01Revert "libc_tls: Do not include generic libc-tls from arch specific implemen...Carmelo Amoroso
2010-11-29libc_tls: Do not include generic libc-tls from arch specific implementationCarmelo Amoroso
2010-11-28libc_utmp: Fix getutmp and getutmpx for x86_64Carmelo Amoroso
2010-11-24Revert "ldso: silence warning about unused tls var if !tls"Bernhard Reutner-Fischer
2010-11-24Config: default ia32 to i486Bernhard Reutner-Fischer
2010-11-24libc: silence warningBernhard Reutner-Fischer
2010-11-24ldso: silence warning about unused tls var if !tlsBernhard Reutner-Fischer
2010-11-24config_parser: hide symbolsBernhard Reutner-Fischer
2010-11-24test: ignore some more binariesBernhard Reutner-Fischer
2010-11-24wchar: bug #1471: fix cornercase in mbrtowcBernhard Reutner-Fischer
2010-11-24buildsys: add make {,install_}startfilesBernhard Reutner-Fischer
2010-11-24test/math: bessel depend on XSI_MATHBernhard Reutner-Fischer
2010-11-23resolv.c fails for /etc/hosts lookupsPhilip Nye
2010-11-18Disables the automatic disable of shared library for sparc-v7.Konrad Eisele
2010-11-18Adding quad float gcc intrinsic implementation for SPARCAustin Foxley
2010-11-11ntpl: fix static linking by not leaking SSP_ALL_CFLAGSNatanael Copa
2010-11-10nptl: use correct unwind header for unwind-forcedunwindBernhard Reutner-Fischer
2010-11-10microblaze: build infrastructureSteven J. Magnani
2010-11-10microblaze: thread supportSteven J. Magnani
2010-11-10microblaze: optimized memcpy/memmoveSteven J. Magnani
2010-11-10microblaze: misc headersSteven J. Magnani
2010-11-10microblaze: kernel headersSteven J. Magnani
2010-11-10microblaze: Restore soft-floatSteven J. Magnani
2010-11-10microblaze: vfork/clone interfaceSteven J. Magnani
2010-11-10microblaze: syscall interfaceSteven J. Magnani
2010-11-10microblaze: Fix crt bootstrapSteven J. Magnani
2010-11-10microblaze: Fix setjmp/longjmpSteven J. Magnani
2010-11-02ldso/include/dl-hash.h: suppress compiler warning. no code changesDenys Vlasenko
2010-11-02ldouble_wrappers: make code less verbose via WRAPPER2 macroDenys Vlasenko
2010-11-02ldouble_wrappers: remove i386-specific optimizationDenys Vlasenko
2010-10-31libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)Denys Vlasenko
2010-10-31libm: fix tgamma to actually do return true gamma functionDenys Vlasenko
2010-10-31libm: improve readability of math.h; expand comments and docsDenys Vlasenko
2010-10-31libm: remove int_WRAPPER_C99 macro, add test which checks that I did not brea...Denys Vlasenko
2010-10-31libm: revert wrong ldouble wrapper hack "fix"Denys Vlasenko
2010-10-31libm: fix false positives in double testsDenys Vlasenko
2010-10-31libm: fix remaining failures in test-floatDenys Vlasenko
2010-10-30libm: fix rint/scalb testcase failuresDenys Vlasenko
2010-10-30libm: fix powf testcase failuresDenys Vlasenko
2010-10-30libm: fix scalb testsuite failuresDenys Vlasenko
2010-10-30libm: fix testuite failure in modfDenys Vlasenko