about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* check-local-headers: ignore c++ headersAndreas Schwab2012-11-011-0/+4
|
* Change type of constant to avoid a warning.Thomas Schwinge2012-11-011-0/+5
| | | | Warning has been introduced in commit 7583a88d1c7170caad26966bcea8bfc2c92093ba.
* Fix fma (a, b, c) for small a * b (bugs 14784, 14785).Joseph Myers2012-11-011-0/+13
|
* Fix a compilation error in the Hurd's bits/param.h.Thomas Schwinge2012-11-011-1/+5
| | | | | Introduced in the unification in commit e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.
* Build SH backtrace with -funwind-tables.Joseph Myers2012-11-011-0/+5
|
* Correct checking for mmap failure.Thomas Schwinge2012-11-011-0/+4
|
* Fix powerpc abilist sort orderAndreas Schwab2012-10-311-0/+7
|
* Correct order of entries in powerpc libc.abilist files.Tulio Magno Quites Machado Filho2012-10-311-0/+7
|
* Update powerpc libm ULPsAndreas Schwab2012-10-311-0/+4
|
* Fix ldbl-128ibm atan2l for x near 1.Joseph Myers2012-10-311-0/+5
|
* Document general use of test-wrapper and test-wrapper-env.Joseph Myers2012-10-311-0/+4
|
* Fix fma underflow exceptions in after-rounding edge cases.Joseph Myers2012-10-311-0/+21
|
* Use sysdeps/x86/tininess.h for i386 and x86_64H.J. Lu2012-10-301-0/+6
|
* Support cross-testing for elf/tst-array*.Joseph Myers2012-10-301-0/+11
|
* Invoke DL_AFTER_LOAD if definedChris Metcalf2012-10-301-0/+3
| | | | | | | | | | | 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-301-0/+11
| | | | | | | | | 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.
* Update Russian translationAndreas Jaeger2012-10-301-0/+4
|
* Fix fma missing underflows and bad results for some subnormal results (bugs ↵Joseph Myers2012-10-301-0/+13
| | | | 14152, 14783).
* Fix strtod handling of underflow (bug 14047).Joseph Myers2012-10-301-0/+21
|
* [BZ#14767] Remove tests for have-initfini-array in elf/MakefileAndreas Jaeger2012-10-301-0/+7
| | | | | | | | * 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-301-1/+3
|
* Fix fini_array and init_array sectionsAndreas Jaeger2012-10-301-0/+8
| | | | | | | | * 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.