about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix sparc memcpy data corruption when using niagara2 optimized routines.Jose E. Marchesi2014-05-173-1/+8
| | | | | * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing membar to avoid block loads/stores to overlap previous stores.
* SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)Aurelien Jarno2014-05-163-1/+34
| | | | | | | | | | prlimit and prlimit64 have been added in the main <bits/resource.h>, but not in the SPARC specific version. Fix that. Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort <pochu@debian.org> (cherry picked from commit d16e6ec7ca2c861ba681e3a2fbd431725774292e)
* SPARC: add EFD_SEMAPHORE in <bits/eventfd.h> (BZ #16916)Aurelien Jarno2014-05-073-1/+9
| | | | | | | EFD_SEMAPHORE has been added in the main <bits/eventfd.h>, but not in the SPARC specific version. Fix that. (cherry picked from commit 83df9ad0cc861ef24f08a88c5a4c055e2516d33c)
* NEWS: Add 16885 to fixed bug list.David S. Miller2014-05-011-1/+1
|
* Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller2014-05-013-0/+69
| | | | | | | | | | [BZ #16885] * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when multiple zero bytes exist at the end of a string. Reported by Aurelien Jarno <aurelien@aurel32.net> * string/test-strcmp.c (check): Add explicit test for situations where there are multiple zero bytes after the first.
* Disable x87 inline functions for SSE2 mathH.J. Lu2014-01-293-4/+10
| | | | | | | | | | | | | | When i386 and x86-64 mathinline.h was merged into a single mathinline.h, "gcc -m32" enables x87 inline functions on x86-64 even when -mfpmath=sse and SSE2 is enabled. It is a regression on x86-64. We should check __SSE2_MATH__ instead of __x86_64__ when disabling x87 inline functions. (cherry picked from commit 409e00bd69b8d8dd74d7327085351d26769ea6fc) Conflicts: ChangeLog NEWS sysdeps/x86/fpu/bits/mathinline.h
* Fix race in free() of fastbin chunk: BZ #15073Maxim Kuvyrkov2014-01-053-9/+20
| | | | | | | | | | | | | | | | | Perform sanity check only if we have_lock. Due to lockless nature of fastbins we need to be careful derefencing pointers to fastbin entries (chunksize(old) in this case) in multithreaded environments. The fix is to add have_lock to the if-condition checks. The rest of the patch only makes code more readable. * malloc/malloc.c (_int_free): Perform sanity check only if we have_lock. Conflicts: ChangeLog NEWS
* tile BZ #15759: Fix bug in _dl_unmapChris Metcalf2013-07-233-4/+16
| | | | | | | | | | | We returned without calling __munmap if not in the simulator. Now we call a separate sim_dlclose() function to make the control flow work correctly. (cherry picked from commit 1fe2988f523ddbad93ca7abc98fea982f2ae0505) Conflicts: NEWS
* tile: default to little-endian in bits/endian.hChris Metcalf2013-06-192-3/+5
| | | | | | | | This turns out to be helpful when doing a from-scratch cross-compile of gcc and glibc, since you can then do "make install-headers" in glibc even before you have a functioning tile gcc. (cherry picked from commit ad36ba2bd67398edefe31aa039090912f76bffce)
* tile: improve detection for missing -mcmodel=large supportChris Metcalf2013-06-094-4/+41
| | | | | | | | | | | | | | | The existing test avoided passing -mcmodel=large if the compiler didn't support it. However, we need to test not just the compiler support, but also the toolchain (as and ld) support, so make the test more complete. In addition, we have to avoid using the hwN_plt() assembly operators if that support is missing, so guard the uses with #ifdef NO_PLT_PCREL. This allows us to properly build glibc with the current community binutils, which doesn't yet have the PC-relative PLT operator support. The -mcmodel=large support is in gcc 4.8, but the toolchain support won't be present in the community until binutils 2.24. (cherry picked from commit 86bd05fbc8b3a635148f6a7d8b4fb89c9a524e58)
* Backport fixes for BZ #15006 from master.Wilhelm Eger2013-05-227-7/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved backport request BZ #15122. Assume all unmarked objects are compatible with all ABI variants. Such objects may have been generated in a transitional period when ABI tags were not added to all objects. --- 2013-02-08 Carlos O'Donell <carlos@redhat.com> [BZ #15006] * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF. * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support. ports/ 2013-02-08 Carlos O'Donell <carlos@redhat.com> [BZ #15006] * sysdeps/unix/sysv/linux/arm/dl-cache.h [__ARM_PCS_VFP] (_dl_cache_check_flags): Allow plain FLAG_ELF_LIBC6. [!__ARM_PCS_VFP] (_dl_cache_check_flags): Likewise. * sysdeps/unix/sysv/linux/arm/readelflib.c (process_elf_file): Set FLAG_ARM_LIBSF for soft-float ABI otherwise just FLAG_ELF_LIBC6.
* Update German translations.David S. Miller2013-03-302-3/+7
| | | | * po/de.po: Update from translation team.
* Add BZ#11261 to 2.16 fixed bug list.Carlos O'Donell2013-03-171-17/+17
|
* Update German translations.David S. Miller2013-01-312-2/+6
| | | | * po/de.po: Update from translation team.
* Add MSG_FASTOPENAndreas Jaeger2013-01-112-2/+9
| | | | | | | [BZ #15003] * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New value. Sync with Linux 3.7. (cherry picked from commit c6fe55cf6089fc5cf1cea15fc7e1c9a8b90d9fda)
* Sync netinet/tcp.h with upstream Linux kernel.David S. Miller2013-01-093-15/+82
| | | | | | | | | | | | | | | [BZ# 15003] * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS, TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT, TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS, TCP_FASTOPEN): Define. (tcp_repair_opt): New structure. (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New enum values. (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE, TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN, TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define. (tcp_cookie_transactions): New structure.
* Add new defines from Linux 3.7 to <netinet/tcp.h>Andreas Jaeger2013-01-092-1/+8
|
* Update Catalan translations.David S. Miller2013-01-012-1277/+1455
| | | | * po/ca.po: Update from translation team.
* Update French translation.David S. Miller2013-01-012-457/+475
| | | | * po/fr.po: Update from translation team.
* Update version.h and include/features.h for 2.17 release. glibc-2.17David S. Miller2012-12-242-3/+3
|
* tile: fix DWARF bug in clone() for created threadChris Metcalf2012-12-212-1/+6
| | | | | | | | | | | | | Previously, we would see a bad frame in the gdb backtrace output, e.g.: (gdb) bt #0 foo () at foo.c:5 #1 0x000000aaaab68ee8 in start_thread () from /lib/libpthread.so.0 #2 0x000000aaaad01c88 in clone () from /lib/libc.so.6 #3 0x0000000000000000 in ?? () With this change the bogus frame #3 is gone and we have the same output as x86 does for the same program.
* Update Croatian translations.David S. Miller2012-12-212-655/+673
| | | | * po/hr.po: Update from translation team.
* S/390: Update libm-test-ulps.Andreas Krebbel2012-12-212-62/+843
|
* Remove trailing space.Steve Ellcey2012-12-191-1/+1
|
* 2012-12-19 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-12-192-0/+6
| | | | * NEWS: Mention new memcpy for MIPS.
* Fix AArch64 typo.Marcus Shawcroft2012-12-182-1/+5
|
* Update Russian translations.David S. Miller2012-12-152-466/+484
| | | | * po/ru.po: Update from translation team.
* Fix typo in previous commit.David S. Miller2012-12-131-1/+1
|
* Mention IFUNC enhancements to testsuite in NEWS.David S. Miller2012-12-132-0/+6
| | | | * NEWS: Mention IFUNC testsuite enhancements.
* Update Polish and Bulgarian translations.David S. Miller2012-12-133-922/+947
| | | | | * po/pl.po: Update from translation team. * po/bg.po: Likewise.
* Update manual/contrib.texiDavid S. Miller2012-12-132-3/+15
| | | | | * manual/contrib.texi (Contributors): Update entries for Hongjiu Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
* Update Swedish translations.David S. Miller2012-12-122-457/+473
| | | | * po/sv.po: Update from translation team.
* Update Vietnamese translations.David S. Miller2012-12-122-888/+903
| | | | * po/vi.po: Update from translation team.
* Update Czech PO file.David S. Miller2012-12-112-456/+474
| | | | * po/cs.po: Update from translation team.
* Update German, Dutch, and Esperanto translations.David S. Miller2012-12-114-1567/+1616
| | | | | | * po/de.po: Update from translation team. * po/eo.po: Likewise. * po/nl.po: Likewise.
* Move node Argp Helper Functions to follow Argp Parsing StateSiddhesh Poyarekar2012-12-113-89/+93
| | | | Resolves BZ #14246.
* Mention if terminating null is included in NAME_MAX/PATH_MAXSiddhesh Poyarekar2012-12-113-4/+12
| | | | Fixes BZ #14872.
* Update cs translationsAndreas Jaeger2012-12-102-5/+9
|
* Mark BZ#10114 as fixed.Richard Henderson2012-12-102-14/+15
|
* aarch64: Fix compiler warning for unused declaration _x0Marcus Shawcroft2012-12-102-1/+5
|
* Fix some build warnings on s390xSiddhesh Poyarekar2012-12-087-9/+23
|
* Minor ChangeLog formatting fixSiddhesh Poyarekar2012-12-081-1/+1
|
* BZ #14833: message.texi typo fixesBenno Schulenberg2012-12-083-12/+19
|
* [BZ #14898]Andreas Schwab2012-12-073-2/+8
| | | | | * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]: Change to -1.
* Update libc.pot in preparation for giving tarball to translation project.David S. Miller2012-12-072-450/+462
| | | | * po/libc.pot: Update.
* soft-fp: Fix used without set warning in _FP_MUL and _FP_DIVRichard Henderson2012-12-072-2/+8
| | | | | | | | | | | | | Seen in, e.g. ports/sysdeps/alpha/soft-fp/ots_mul.c. The problem here is we have a switch on the class of X*Y, followed by a switch on the class of R. The exponent field of R really is not set by the first switch for NaN outputs, because we know it's not going to be used. The compiler is not smart enough to see through this. By pulling the exponent computation out of the NORMAL*NORMAL path, we will not be pessimizing the most common case, while still providing an arbitrary value to satisfy the compiler.
* alpha: Fix redefinition of __isnanl macro warningRichard Henderson2012-12-071-3/+0
| | | | | | | | | | In bdd7898a58bd76ac3b411a4931ff3f9e77eabe6a we added self-definitions of __isnan and friends in order to indicate specialized architecture support, and avoid redefinitions within various generic math_private.h. There is no generic math_private.h that concerns ldbl-128, and while we provide __isnanl in the alpha math_private.h there's no need to protect the function against redefinition.
* alpha: Fix redefinition of __isnanl macro warningRichard Henderson2012-12-071-0/+2
| | | | | | | | | | In bdd7898a58bd76ac3b411a4931ff3f9e77eabe6a we added self-definitions of __isnan and friends in order to indicate specialized architecture support, and avoid redefinitions within various generic math_private.h. There is no generic math_private.h that concerns ldbl-128, and while we provide __isnanl in the alpha math_private.h there's no need to protect the function against redefinition.
* alpha: Avoid builtin warning for isnanfRichard Henderson2012-12-072-0/+7
|
* aarch64: Regenerate libm-test-ulps.Marcus Shawcroft2012-12-072-0/+30
|