summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include <libc-internal.h>hjl/pointerH.J. Lu2012-11-264-4/+8
* Cast to intptr_t first when casting pointer to int64H.J. Lu2012-11-267-13/+64
* Fix strict-aliasing warnings from unwind-dw2-fde.c.Joseph Myers2012-11-272-9/+26
* sotruss: fix argument parsingAndreas Schwab2012-11-262-2/+6
* m68k/cf: fix copying frame in _dl_runtime_profileAndreas Schwab2012-11-252-1/+4
* m68k: add sotruss-lib.cAndreas Schwab2012-11-252-0/+55
* Fix C++ header directory detection for non-standard paths.Adam Conrad2012-11-243-12/+15
* use $(READELF) rather than readelfMike Frysinger2012-11-234-2/+10
* Update powerpc libm-test ULPsAndreas Schwab2012-11-232-0/+45
* Disable some fma tests for ldbl-128ibm.Joseph Myers2012-11-222-0/+13
* Fix ldbl-128ibm atanl spurious underflows (bug 14871).Joseph Myers2012-11-224-1/+30
* Mark unwind-dw2-fde-glibc.c variable possibly unused.Joseph Myers2012-11-222-2/+7
* Fix sign of inexact zero results for ldbl-128ibm fmal.Joseph Myers2012-11-222-1/+11
* Fix ldbl-128ibm powl spurious underflows.Joseph Myers2012-11-222-1/+10
* Fix ldbl-128ibm hypotl internal underflows (bug 14869).Joseph Myers2012-11-224-2/+10
* Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868).Joseph Myers2012-11-224-2/+9
* Mark some clog / clog10 underflows as expected for IBM long double.Joseph Myers2012-11-222-4/+8
* Fix expm1l spurious underflows for ldbl-128ibm.Joseph Myers2012-11-222-1/+6
* Update i386 libm-test ULPsAndreas Schwab2012-11-222-6/+16
* test-multiarch: terminate printf output with newlinePino Toscano2012-11-222-1/+6
* aarch64: Re-generate libm-test-ulps.Marcus Shawcroft2012-11-222-0/+49
* Fix comment in niu_NUAndreas Jaeger2012-11-222-1/+5
* Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).Joseph Myers2012-11-224-2/+13
* m68k: fix return value of lll_futex_timed_wait_bitsetAndreas Schwab2012-11-212-1/+7
* Avoid $(shell) in determining default ARM ABI.Joseph Myers2012-11-214-16/+20
* Fix szl_PL localeAndreas Jaeger2012-11-212-1/+3
* Fix typo for ayc_PEAndreas Jaeger2012-11-212-1/+5
* Add locales niu_NU and niu_NZChris Leonard2012-11-215-1/+400
* Properly check linker -z XXX supportH.J. Lu2012-11-215-121/+126
* Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers2012-11-213-1/+17
* Remove unused variable from sem_post.c.Joseph Myers2012-11-212-1/+5
* Remove unused variable from pthread_cond_timedwait.c.Joseph Myers2012-11-212-5/+10
* Cast to uintptr_t in MIPS jmpbuf-unwind.h.Joseph Myers2012-11-212-1/+4
* Check supported DF_1_XXX bitsH.J. Lu2012-11-214-0/+33
* aarch64: Fix lll_futex_timed_wait_bitset return value sign.Marcus Shawcroft2012-11-212-1/+6
* aarch64: Remove weak_aliasx macro.Marcus Shawcroft2012-11-216-10/+14
* aarch64: Remove support for NO_LONG_DOUBLE.Marcus Shawcroft2012-11-216-25/+8
* aarch64: Indent preprocessor directives.Marcus Shawcroft2012-11-217-35/+44
* aarch64: Use range in copyright years.Marcus Shawcroft2012-11-2131-30/+63
* aarch64: Rename .x files to .cMarcus Shawcroft2012-11-2115-14/+33
* aarch64: Don't use K&R CMarcus Shawcroft2012-11-216-13/+13
* Add sotruss-lib.c for MIPS.Joseph Myers2012-11-212-0/+121
* tile: update libm-test-ulps for new testsChris Metcalf2012-11-202-0/+36
* tile: Fix __bswap_64 return type in tile bits/byteswap.hChris Metcalf2012-11-202-1/+6
* tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.cChris Metcalf2012-11-202-4/+5
* m68k: Remove indirection through weak_aliasxAndreas Schwab2012-11-2015-51/+47
* Document syscall signature prefixes in sysdep/unix/make-syscalls.shCarlos O'Donell2012-11-202-2/+18
* sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.Thomas Schwinge2012-11-202-2/+5
* Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge2012-11-2013-60/+147
* Fix set-but-not-used warnings in ldbl-128 nearbyintl, rintl.Joseph Myers2012-11-203-2/+8