about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix sunrpc 64-bit (especially big-endian) issues (bug 14821).Joseph Myers2012-11-091-0/+9
|
* PowerPC: Use <bits/fcntl-linux.h>Andreas Jaeger2012-11-091-0/+6
| | | | | | * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
* S/390: Add hwcap value for transactional execution.Andreas Krebbel2012-11-081-0/+7
|
* Adjust comment above AArch64 relocs.Marcus Shawcroft2012-11-081-0/+4
|
* Fix NULL ucontext->uc_link handling on sparc64.David S. Miller2012-11-071-0/+11
| | | | | | | | | | | * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c (__start_context): Declare. (__makecontext_ret): Delete. (__makecontext): Hook up __start_context instead of __makecontext_ret. * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep_routines): Add __start_context when in stdlib.
* Use configured $(NM), $(OBJDUMP), $(READELF) in tst-xmmymm.sh.Joseph Myers2012-11-081-0/+9
|
* Also run tst-xmmymm.sh on i386 ld.soH.J. Lu2012-11-071-0/+7
|
* conformtest: Fix pthreads expectations for XPG3 / XPG4 / UNIX98.Joseph Myers2012-11-071-0/+37
|
* conformtest: Fix setenv / unsetenv expectations.Joseph Myers2012-11-071-0/+4
|
* conformtest: Fix isnan function return type.Joseph Myers2012-11-071-0/+3
|
* conformtest: Fix sys/mman.h expectations for UNIX98.Joseph Myers2012-11-071-0/+16
|
* conformtest: Only expect mknodat for XOPEN2K8.Joseph Myers2012-11-071-0/+3
|
* conformtest: Clean up / correct / expand C99 and C11 expectations.Joseph Myers2012-11-071-0/+288
|
* 2012-11-07 Andreas Jaeger <aj@suse.de>Jeff Law2012-11-071-0/+8
| | | | | | | | [BZ #14809] * sysdeps/unix/sysv/linux/sys/sysctl.h (_UAPI_LINUX_KERNEL_H) (_UAPI_LINUX_TYPES_H): Starting with Linux 3.7, the include header guards are changed. Only define if not yet defined, #undef back after including linux/sysctl.h if defined here.
* BZ#14815: Manual typo fix.Roland McGrath2012-11-071-0/+6
|
* Adding AArch64 support to elf/elf.hMarcus Shawcroft2012-11-071-0/+12
|
* Fix spurious underflows from pow with results close to 1 (bug 14811).Joseph Myers2012-11-071-0/+16
|
* S/390: Sync AUXV capabilities and archs with kernelAndreas Krebbel2012-11-071-0/+6
|
* conformtest: Fix typo in CLK_TCK condition.Joseph Myers2012-11-071-0/+5
|
* Use memcpy in memmove when possibleMaxim Kuvyrkov2012-11-061-0/+4
|
* Update from translation team for EsperantoAndreas Jaeger2012-11-061-0/+4
|
* Fix fma underflows with small x * y (bug 14793).Joseph Myers2012-11-061-0/+13
|
* Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers2012-11-051-0/+4
|
* Fix S/390 bits/fenv.h namespace use (bug 14801).Joseph Myers2012-11-051-0/+10
|
* [BZ #3665] Regenerate sysdeps/mach/hurd/bits/errno.h.Samuel Thibault2012-11-041-0/+5
|
* [BZ #5246] Conditionalize use of PTR_DEMANGLE.Thomas Schwinge2012-11-041-0/+9
|
* Fix fma overflow results outside round-to-nearest mode (bug 14797).Joseph Myers2012-11-041-0/+12
|
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-041-1/+410
|
* generic paths.h: remove old paths from _PATH_STDPATHPino Toscano2012-11-041-0/+3
| | | | | Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH, since they seem to be part only of old BSDs, Solaris and HP-UX.
* Fix small indendation issues in paths.h filesPino Toscano2012-11-041-0/+6
|
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-0/+41
|
* Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers2012-11-031-0/+58
|
* elf.h: add new tilegx relocations (copy from binutils trunk)Chris Metcalf2012-11-031-0/+4
|
* Make cross-test-ssh.sh compatible with a remote POSIX shAndreas Schwab2012-11-031-0/+8
|
* Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu2012-11-021-0/+12
|
* conformtest: Add test data for fenv.h.Joseph Myers2012-11-021-0/+5
|
* conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.Joseph Myers2012-11-021-0/+6
|
* conformtest: Fix sys/wait.h expectations for struct rusage.Joseph Myers2012-11-021-0/+3
|
* Make math.h FP_* macros usable in #if (bug 3439).Joseph Myers2012-11-021-0/+10
|
* Fix printf format mismatchesAndreas Schwab2012-11-021-0/+6
|
* Require an exact Autoconf version.Roland McGrath2012-11-021-0/+7
|
* Direct __ppc_get_timebase to __builtin_ppc_get_timebase for GCC 4.8+.Tulio Magno Quites Machado Filho2012-11-021-0/+6
| | | | | | Adapts __ppc_get_timebase to the upcoming GCC 4.8 that provides __builtin_ppc_get_timebase. Building applicationns with previous versions of GCC will continue to use the internal implementation.
* Test _ISOMAC in include/sys/syslog.h.Joseph Myers2012-11-021-0/+5
|
* PowerPC: Fix uc_link == NULL handling for makecontex.Andreas Schwab2012-11-011-0/+5
| | | | | If the function registered with makecontext returns with a NULL context link the process should exit with zero, not non-zero.
* PowerPC: Remove unnecessary -mnew-mnemonics.Tulio Magno Quites Machado Filho2012-11-011-0/+4
|
* Update test-gencat.sh and tst-langinfo.shH.J. Lu2012-11-011-0/+7
|
* Put __NO_FPRS__ around floating point opcodes in powerpc32/dl-trampoline.S.Sebastan Andrzej Siewior2012-11-011-0/+5
|
* Fix build of test cases on GNU Hurd that are statically linked.Thomas Schwinge2012-11-011-0/+3
|
* Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO).Thomas Schwinge2012-11-011-0/+2
|
* Remove PowerPC sysdep files for GNU Hurd and GNU Mach.Thomas Schwinge2012-11-011-0/+5
|