about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Use x constraints for operands to vfmaddss and vfmaddsdPeter Collingbourne2013-05-151-0/+4
| | | | | | | | | | | | | | | While these instructions accept memory operands, only one operand may be a memory operand. Giving two operands xm constraints gives the compiler the option of using memory for both operands, which would result in invalid assembly code. Using x for all operands is more appropriate, as most x86_64 calling conventions will pass the arguments in registers anyway. 2013-05-15 Peter Collingbourne <pcc@google.com> * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm constraints with x constraints. * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
* Move _obstack_compat out of commonPeter Collingbourne2013-05-151-0/+4
| | | | | | | | | | | | | it is impossible to create an alias of a common symbol (as compat_symbol does), because common symbols do not have a section or an offset until linked. GNU as tolerates aliases of common symbols by simply creating another common symbol, but other assemblers (notably LLVM's integrated assembler) are less tolerant. 2013-05-15 Peter Collingbourne <pcc@google.com> * malloc/obstack.c (_obstack_compat): Add initializer. -
* Update s390/bits/siginfo.hEdjunior Machado2013-05-151-0/+8
| | | | | | | | | | 2013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com> * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove si_trapno and add si_addr_lsb to _sifields.sigfault. (si_trapno): Remove macro. (si_addr_lsb): Define new macro. (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
* Consistently use TEST_f_L in tests of llrint and llround.Joseph Myers2013-05-151-0/+8
|
* Convert TEST_f_b tests from code to data.Joseph Myers2013-05-151-0/+18
|
* Test for errno setting in more domain error cases.Joseph Myers2013-05-151-0/+15
|
* Disable libm-test errno testing for TEST_INLINE.Joseph Myers2013-05-151-0/+3
|
* Convert TEST_ff_i tests from code to data.Joseph Myers2013-05-151-0/+17
|
* Update Sparc ULPs.David S. Miller2013-05-141-0/+4
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Fix whitespace in RUN_TEST_LOOP_2_f.Joseph Myers2013-05-141-0/+2
|
* Correct types of fields in libm-test.inc structures.Joseph Myers2013-05-141-0/+4
|
* Convert TEST_ffI_f1 tests from code to data.Joseph Myers2013-05-141-0/+5
|
* Add test for setjmp / longjmp and floating-point state.Joseph Myers2013-05-141-0/+5
|
* Convert TEST_f_i tests from code to data.Joseph Myers2013-05-141-0/+8
|
* Fix function name in scalbln_test call to END.Joseph Myers2013-05-141-0/+3
|
* Convert TEST_fI_f1 tests from code to data.Joseph Myers2013-05-141-0/+5
|
* Convert TEST_fF_f1 tests from code to data.Joseph Myers2013-05-141-0/+5
|
* Convert TEST_f_f1 tests from code to data.Joseph Myers2013-05-141-0/+9
|
* Add comments to vDSO hwcap loading process.Carlos O'Donell2013-05-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loading of the vDSO pseudo-hwcap from the type 2 GNU note is a rather arcane and poorly documented process. Given that I had a chance to review this code today I thought I would add all of the things I had to lookup to verify the validity of the process. With a single .note.GNU the vDSO can register up to 64 flags, though in practice you are limited to 64 - _DL_FIRST_EXTRA bits which on x86 is 12 bits. The only use of this that I know of is in the Xen support in Linux where they use the 1st bit to indicate "nosegneg". I see "We use bit 1 to avoid bugs in some versions of glibc when bit 0 is used; the choice is otherwise arbitrary.", but no reference to a glibc bug anywhere. The code as-is should support bit zero, so we still have that free for future use. The kernel, glibc, and ld.so.cache must coordinate to ensure that bit values don't go too high and are used consistently. --- 2013-05-13 Carlos O'Donell <carlos@redhat.com> * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading. * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check. (main): Comment "tls" pseudo-hwcap.
* Convert TEST_fl_f tests from code to data.Joseph Myers2013-05-131-0/+5
|
* Convert TEST_fi_f tests from code to data.Joseph Myers2013-05-131-0/+7
|
* Convert TEST_c_f tests from code to data.Joseph Myers2013-05-131-0/+11
|
* Convert TEST_if_f tests from code to data.Joseph Myers2013-05-131-0/+7
|
* Consistently use TEST_fl_f in tests of scalbln.Joseph Myers2013-05-131-0/+4
|
* Define decimal constant M_1_DIV_El in libm-test.incAdhemerval Zanella2013-05-131-0/+5
| | | | This patch replaces the 1.0 / M_El by the decimal constant M_1_DIV_El.
* Use HP_TIMING for benchmarks if availableSiddhesh Poyarekar2013-05-131-0/+7
| | | | | | | | | | | | | HP_TIMING uses native timestamping instructions if available, thus greatly reducing the overhead of recording start and end times for function calls. For architectures that don't have HP_TIMING available, we fall back to the clock_gettime bits. One may also override this by invoking the benchmark as follows: make USE_CLOCK_GETTIME=1 bench and get the benchmark results using clock_gettime. One has to do `make bench-clean` to ensure that the benchmark programs are rebuilt.
* Make _LIB_VERSION a weak symbolSiddhesh Poyarekar2013-05-131-0/+7
| | | | | | | That way it can live alongside _LIB_VERSION in libieee.a for statically compiled programs. Resolves #14582.
* Convert TEST_fff_f tests from code to data.Joseph Myers2013-05-121-0/+11
|
* Convert TEST_c_c tests from code to data.Joseph Myers2013-05-121-0/+58
|
* Convert TEST_ff_f tests from code to data.Joseph Myers2013-05-121-0/+40
|
* Make fma and nextafter tests use max_value instead of fltmax.Joseph Myers2013-05-111-0/+4
|
* Convert TEST_f_f tests from code to data.Joseph Myers2013-05-111-0/+149
|
* Add BZ #10191 to ChangeLog/NEWSAndreas Jaeger2013-05-111-0/+1
| | | | BZ #10191 was fixed some time ago without noticing at that time.
* Add getgid.c for SHChristian Grönke2013-05-101-0/+5
| | | | | [BZ #12387] * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
* Hurd: add ST_NOATIMEPino Toscano2013-05-101-0/+4
|
* Fix integer overflow in sysdeps/unix/sysv/linux/bits/sched.hAndreas Jaeger2013-05-101-0/+6
| | | | | | [BZ #15448] * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S) (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
* Start converting libm tests from code to data.Joseph Myers2013-05-101-0/+25
|
* Fix coding styleSiddhesh Poyarekar2013-05-101-0/+4
|
* Fix tgamma errno setting on domain error (bug 6809).Joseph Myers2013-05-101-0/+12
|
* Use *stat64 instead of *stat in installed programsFlorian Weimer2013-05-101-0/+12
| | | | | This ensures reliable operation on file systems with inode numbers which do not fit into 32 bits.
* Localize rpcgenAndreas Jaeger2013-05-101-0/+7
| | | | | | | [BZ #15395] * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for localization. Include <locale.h>.
* Add more comments to dlclose() algorithm.Carlos O'Donell2013-05-091-0/+4
| | | | | | | | | | | | | | The algorithm for scanning dependencies upon dlclose is less than immediately obvious. This patch adds two bits of comments that explain why you start the dependency search at l_initfini[1], and why you need to restart the search. --- 2013-05-09 Carlos O'Donell <carlos@redhat.com> * elf/dl-close.c (_dl_close_worker): Add comments.
* Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359).Joseph Myers2013-05-091-0/+5
|
* Fix ldbl-128 cos range reduction near pi/2 (bug 15429).Joseph Myers2013-05-091-0/+5
|
* Use M_SQRT1_2l instead of local M_SQRT_2_2 in libm-test.inc.Joseph Myers2013-05-091-0/+3
|
* Use M_PI_34l consistently in libm-test.inc.Joseph Myers2013-05-091-0/+3
|
* Use decimal constants in defining M_* in libm-test.inc.Joseph Myers2013-05-091-0/+8
|
* Update powerpc libm-test ULPsAdhemerval Zanella2013-05-081-0/+4
|
* Factor out initializers for libm-test.inc constants.Joseph Myers2013-05-081-0/+17
|
* Use correct TEST_* macros for jn, ldexp and yn tests.Joseph Myers2013-05-081-0/+5
|