about summary refs log tree commit diff
path: root/ports/ChangeLog.alpha
Commit message (Collapse)AuthorAgeFilesLines
* alpha: Update libm-test-ulps from scratchRichard Henderson2013-07-021-0/+4
|
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-281-0/+5
|
* [BZ #15666] alpha: Add __sqrt*_finite definitionsRichard Henderson2013-06-241-0/+12
| | | | | With compatibility for ev6 and non-ev6 builds, as the non-ev6 did manage to get definitions emitted for the float and double functions.
* alpha: Update libm-test-ulpsRichard Henderson2013-06-231-0/+4
|
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-0/+4
| | | | | | | This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes.
* Remove trailing whitespace in ports.Joseph Myers2013-06-051-0/+22
|
* Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado2013-05-221-0/+7
| | | | | | Adds new SIGBUS error codes for hardware poison signals, syncing with the current kernel headers (v3.9). It also adds si_trapno field for alpha.
* Don't include expected results in libm-test test names.Joseph Myers2013-05-221-0/+4
|
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-191-0/+4
|
* MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2013-05-161-0/+6
| | | | | | | | [BZ #15442] This adds support for the inverse interpretation of the quiet bit of IEEE 754 floating-point NaN data that some processors use. This includes in particular MIPS architecture processors; the payload used for the canonical qNaN encoding is updated accordingly so as not to interfere with the quiet bit.
* Sync with Linux 3.8Andreas Jaeger2013-03-061-0/+6
|
* Add FUTEX_*_REQUEUE_PI support for Alpha.Richard Henderson2013-02-201-0/+10
|
* alpha: Include errno.h in sysdep.hRichard Henderson2013-02-201-0/+4
| | | | | Recent changes in malloc-sysdep.h exposed this error, the symptom being __set_errno was not defined early enough.
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-181-0/+5
| | | | | | | | | | | This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed.
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-141-0/+6
|
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-0/+6
|
* Remove CHECK_N and bp-checks.h.Joseph Myers2013-02-081-0/+6
|
* Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers2013-02-081-0/+10
|
* Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers2013-01-311-0/+7
|
* BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger2013-01-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | [BZ# 14985] * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK): Remove. * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise. * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise. ChangeLog.mips: [BZ# 14985] * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): * Remove. ChangeLog.hppa: [BZ# 14985] * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLL_NONBLOCK): Remove. ChangeLog.alpha: [BZ# 14985] * sysdeps/unix/sysv/linux/alpha/bits/epoll.h (EPOLL_NONBLOCK): Remove.
* Fix copyright notice corruption from update-copyright bug.Joseph Myers2013-01-021-0/+2
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-0/+5
|
* alpha: Add lll_futex_timed_wait_bitsetRichard Henderson2013-01-021-0/+5
|
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-0/+5
|
* 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-071-0/+5
|
* alpha: Add sysdeps/alpha/sotruss-lib.c.Richard Henderson2012-11-301-0/+2
|
* alpha: Update libm-test-ulps.Richard Henderson2012-11-301-0/+4
|
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-0/+3
|
* Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers2012-11-031-0/+17
|
* Convert alpha to use <bits/fcntl-linux.h>Andreas Jaeger2012-11-011-0/+6
|
* Fix strtod handling of underflow (bug 14047).Joseph Myers2012-10-301-0/+5
|
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-241-0/+5
|
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-0/+4
|
* Split my last ChangeLog entry into respective arch-specific filesSiddhesh Poyarekar2012-10-021-0/+5
|
* Get rid of unused __swblk_t type.Roland McGrath2012-10-011-0/+5
|
* alpha: Fix all users of SYSCALL_ERROR_HANDLERRichard Henderson2012-09-281-1/+18
| | | | | The fix begun in 64e65bc1 was incomplete. Fixed by adding a new SYSCALL_ERROR_FALLTHRU macro.
* alpha: Streamline __setfpucwRichard Henderson2012-09-131-0/+3
| | | | | | The convert_bit macro allows the compiler to translate the bit positions more efficiently. The assumption of only running at program startup allows eliding the __ieee_get_fp_control call.
* alpha: Update localplt.dataRichard Henderson2012-09-131-0/+4
|
* alpha: Update ulpsRichard Henderson2012-09-131-0/+2
|
* alpha: Add get-rounding-mode.hRichard Henderson2012-09-131-0/+4
|
* alpha: Work around gcc 4.8 aliasing difference/bugRichard Henderson2012-09-121-0/+5
|
* alpha: add conditional fdatasync supportMike Frysinger2012-08-271-0/+8
| | | | | | | | | While most arches have had the fdatasync syscall for a long time, the alpha port didn't add it until the 2.6.22 release. This is heavily based on Aurelien Jarno's initial work. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Fifth argument of la_pltenter() is not constant.Carlos O'Donell2012-08-161-0/+5
| | | | | | | | | | | | The original runtime linker auditing interface described by Solaris allows the 5th argument of la_pltenter() to be modified. This patch cleans up the ldsodefs.h definitions such that the 5th argument is not constant. At one point the 5th argument *was* constant but this was changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0. This patch updates alpha, ia64, mips, sh and sparc with similar changes.
* alpha: Don't test toolchain support for TLS or GPRELRichard Henderson2012-08-131-0/+3
|
* alpha: Fix compat version number for nearbyintlRichard Henderson2012-08-131-1/+6
|
* Remove __ASSUME_TGKILL.Joseph Myers2012-08-081-0/+5
|
* alpha: Purge __ASSUME_IEEE_RAISE_EXCEPTIONRichard Henderson2012-08-081-0/+5
|
* alpha: Tidy up ieee_get/set_fp_control syscallsRichard Henderson2012-08-081-0/+5
|
* alpha: Purge __ASSUME_STAT64_SYSCALLRichard Henderson2012-08-081-0/+12
|