about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct checking for mmap failure.Thomas Schwinge2012-11-012-1/+5
|
* Fix powerpc abilist sort orderAndreas Schwab2012-10-315-3/+15
|
* Correct order of entries in powerpc libc.abilist files.Tulio Magno Quites Machado Filho2012-10-313-2/+9
|
* Update powerpc libm ULPsAndreas Schwab2012-10-312-20/+424
|
* Fix ldbl-128ibm atan2l for x near 1.Joseph Myers2012-10-314-3/+12
|
* Document general use of test-wrapper and test-wrapper-env.Joseph Myers2012-10-313-0/+26
|
* Remove 'Contributed' line, glibc is not using them anymore.Steve Ellcey2012-10-311-2/+0
|
* Remove trailing white spaces.Steve Ellcey2012-10-311-5/+5
|
* 2012-10-31 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-313-243/+609
| | | | | | * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make it work in 32 or 64 bit modes. * sysdeps/mips/mips64/memcpy.S: Remove.
* Fix fma underflow exceptions in after-rounding edge cases.Joseph Myers2012-10-315-0/+159
|
* Use sysdeps/x86/tininess.h for i386 and x86_64H.J. Lu2012-10-303-1/+6
|
* Fix ChangeLog date for commit 09dec6c37e3cd967f62795320703647f24545e3eRyan S. Arnold2012-10-301-1/+1
|
* Support cross-testing for elf/tst-array*.Joseph Myers2012-10-302-24/+27
|
* Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595).Ryan S. Arnold2012-10-304-8/+171
| | | | | This patch also creates a version of memset.S for the ppc476 processor which uses a 128-byte cacheline size for dcbz insns.
* check-local-headers: Ignore <arch> headersChris Metcalf2012-10-301-1/+2
| | | | | | | The tile architecture's Linux port installs headers in an <arch> directory; these headers are in part shared with glibc. Ignore these headers for check-local-headers like we ignore all the other Linux headers.
* Invoke DL_AFTER_LOAD if definedChris Metcalf2012-10-305-5/+15
| | | | | | | | | | | This hook is useful for any arch-specific functionality that should be done on loaded objects. For the tile architecture, the hook is already provided (though we switch to using the new macro name with this commit) and implements a simulator notifier so that the simulator can load Elf symbols to match the object and generate better error messages for PC's. Also, remove a spurious definition of DL_UNMAP in dl-runtime.c
* Suppress incorrect link warnings for NSS symbolsChris Metcalf2012-10-308-9/+28
| | | | | | | | | When glibc is built with --enable-static-nss, the warning that using NSS symbols requires the nss shared objects to be present is no longer true, as those symbols are built into libc. Suppress the warning for those symbols by providing a new macro (nss_interface_function) for the NSS functions that is defined as static_link_warning in the normal case, and empty for static NSS.
* tile: improve ABI and #include use in gettimeofday vdso supportChris Metcalf2012-10-303-4/+7
|
* tile: update libm-test-ulps for new testsChris Metcalf2012-10-302-2/+54
|
* Fix nptl/tst-cancel7 for non-bash shells.Aurelien Jarno2012-10-302-1/+6
|
* Update Russian translationAndreas Jaeger2012-10-302-27/+32
|
* Fix fma missing underflows and bad results for some subnormal results (bugs ↵Joseph Myers2012-10-306-53/+105
| | | | 14152, 14783).
* Fix strtod handling of underflow (bug 14047).Joseph Myers2012-10-3021-13/+434
|
* [BZ#14767] Remove tests for have-initfini-array in elf/MakefileAndreas Jaeger2012-10-303-13/+13
| | | | | | | | * elf/Makefile (tests): Remove conditional for have-initfini-array since this is now always required and the variable does not exist anymore. (tests-static): Likewise. (modules-names): Likewise.
* Add Esperanto translationAndreas Jaeger2012-10-302-1/+6995
|
* Fix fini_array and init_array sectionsAndreas Jaeger2012-10-303-4/+12
| | | | | | | | * elf/tst-array1.c (fini_array): Make writeable so that it can be merged with constructor/destructor. (init_array): Likewise. * elf/tst-array2dep.c (fini_array): Likewise. (init_array): Likewise.
* hppa: Add cfi direcvtives.Carlos O'Donell2012-10-292-1/+18
| | | | We add cfi directives to the syscall assembly.
* hppa: Fix r19 save and restore.Carlos O'Donell2012-10-292-22/+27
| | | | | | | | | We must save and restore r19 in both PIC and non-PIC situations since the kernel paths that clobber r19 are independent of that PIC-ness of userspace. In addition we choose r4 as the temporary register over r3 which is being used by recent gcc's as the frame pointer.
* hppa: Optimize syscall sequence.Carlos O'Donell2012-10-292-10/+10
| | | | | We remove an extraneous nop from the syscall sequence. No DO_CALL* may end in an instruction with a delay slot.
* Fix trailing whitespace.Carlos O'Donell2012-10-292-10/+13
|
* manual: delete nested @cartoucheMike Frysinger2012-10-292-2/+4
| | | | | | | | | | | Putting @cartouche inside of @smallexample does not work with HTML output as the former produces a <table> while the latter produces a <pre>. You cannot nest a <table> in a <pre> as the contents are no longer formatted. Since it's entirely unnecessary, and none of the other examples do this, just drop the cartouche. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* 2012-10-29 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-294-8/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove. * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove. * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove. * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make. * sysdeps/unix/sysv/linux/mips/configure: Regenerate. * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make. (abi-variants): Add hard and soft float versions. (abi-o32-options): Remove. (abi-o32-condition): Remove. (abi-n32-options): Remove. (abi-n32-condition): Remove. (abi-n64-options): Remove. (abi-n64-condition): Remove. (abi-o32_soft-options): New. (abi-o32_soft-condition): New. (abi-o32_hard-options): New. (abi-o32_hard-condition): New. (abi-n32_soft-options): New. (abi-n32_soft-condition): New. (abi-n32_hard-options): New. (abi-n32_hard-condition): New. (abi-n64_soft-options): New. (abi-n64_soft-condition): New. (abi-n64_hard-options): New. (abi-n64_hard-condition): New.
* Merge branch 'master' of ssh://sourceware.org/git/glibcSteve Ellcey2012-10-294-3/+25
|\
| * Hurd: fix fdatasync/fsync if the fd does not support file_syncPino Toscano2012-10-293-2/+18
| | | | | | | | | | Handle the case of the fd port implementing a stub (EOPNOTSUPP), properly returning EINVAL.
| * aio_notify: fix _POSIX_REALTIME_SIGNALS checkPino Toscano2012-10-292-1/+7
| | | | | | | | | | Check that _POSIX_REALTIME_SIGNALS is greater than zero to assume realtime signals are supported, instead of any non-zero value (including -1).
* | 2012-10-29 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-293-3/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove. * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove. * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove. * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make. * sysdeps/unix/sysv/linux/mips/configure: Regenerate. * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make. (abi-variants): Add hard and soft float versions. (abi-o32-options): Remove. (abi-o32-condition): Remove. (abi-n32-options): Remove. (abi-n32-condition): Remove. (abi-n64-options): Remove. (abi-n64-condition): Remove. (abi-o32_soft-options): New. (abi-o32_soft-condition): New. (abi-o32_hard-options): New. (abi-o32_hard-condition): New. (abi-n32_soft-options): New. (abi-n32_soft-condition): New. (abi-n32_hard-options): New. (abi-n32_hard-condition): New. (abi-n64_soft-options): New. (abi-n64_soft-condition): New. (abi-n64_hard-options): New. (abi-n64_hard-condition): New.
* tile: add vDSO support for gettimeofday()Chris Metcalf2012-10-295-0/+114
|
* Define a BUSY_WAIT_NOP for sparc.David S. Miller2012-10-286-0/+88
| | | | | | | | | | | | | | nptl/ * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Define when we have v9 instructions available. * sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Add cpu_relax to libpthread-routines.
* Remove redundant defines of __O_LARGEFILEAndreas Jaeger2012-10-275-6/+13
| | | | | | | | | | | * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE) [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): [__WORDSIZE != 64]: Likewise. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE) [__WORDSIZE != 64]: Do not define, take value from <bits/fcntl-linux.h>.
* Remove ${SHELL} from tst-table.sh/tst-tables.shH.J. Lu2012-10-263-2/+7
|
* HPPA: Use <bits/fcntl-linux.h>Andreas Jaeger2012-10-262-255/+25
| | | | | | | * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. (__O_PATH): Define.
* Fix build breakage in tst-cond-except.c.Roland McGrath2012-10-252-0/+5
|
* Add IFUNC test lists for memcpy/mempcpy/memset on sparc.David S. Miller2012-10-255-0/+85
| | | | | | | | | * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for ifunc-impl-list.c * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise. * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file. * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New file.
* Fix sparc64 build.David S. Miller2012-10-252-1/+7
| | | | | | * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c (__get_clockfreq_via_proc_openprom): Use strtoumax instead of strtoull.
* Use bash to run nptl/tst-tls6.sh.Joseph Myers2012-10-253-2/+8
|
* Use __getdents instead of __getdirentries in sparc ↵Roland McGrath2012-10-252-5/+9
| | | | __get_clockfreq_via_proc_openprom.
* Fix compiler warnings in some NPTL tests.Roland McGrath2012-10-254-15/+30
|
* Add cross-test-ssh.sh.Joseph Myers2012-10-254-2/+171
|
* Convert ia64, linux-generic, m68k <bits/fcntl.h> to use <bits/fcntl-linux.h>Andreas Jaeger2012-10-256-829/+34
| | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
* Hurd: ptrace: use __hurd_fail for EOPNOTSUPPPino Toscano2012-10-252-4/+9
|