aboutsummaryrefslogtreecommitdiff
path: root/ports/ChangeLog.alpha
AgeCommit message (Collapse)AuthorFilesLines
2014-04-30Move ports/ChangeLog* files to ChangeLog.old-ports*, remove ports/ directory.Roland McGrath1-1052/+0
2014-04-29Remove ports README and update machine ChangeLogs.Carlos O'Donell1-0/+7
This patch removes the ports/README now that ports is no longer being used. It also adds a header to all ChangeLogs for all machines that were moved to the main libc tree. The header indicates that the ChangeLog is no longer used.
2014-02-16ia64: relocate out of ports/ subdirMike Frysinger1-3/+3
2014-02-12Relocate alpha from ports to libcRichard Henderson1-0/+7
Also fixed the following whitespace nits to satisfy the push: sysdeps/alpha/alphaev6/memset.S:142: space before tab in indent. sysdeps/alpha/configure:1: new blank line at EOF. sysdeps/alpha/fpu/e_sqrt.c:126: space before tab in indent. sysdeps/alpha/preconfigure:1: new blank line at EOF. sysdeps/unix/sysv/linux/alpha/syscalls.list:1: new blank line at EOF.
2014-02-08Move shared sysdeps files from alpha to arm.Joseph Myers1-0/+9
This patch prepares for moving arm from ports to libc (see overall plan at <https://sourceware.org/ml/libc-alpha/2014-01/msg00373.html> and discussion of ordering starting at <https://sourceware.org/ml/libc-ports/2014-01/msg00071.html>) by reversing the #include order between arm and alpha, so that arm can move early as a test for the general pattern of moving architectures. MicroBlaze files (that used the same alpha files) were made to include the files directly from their new locations rather than indirecting. Tested that disassembly of installed shared libraries for arm is the same before and after this patch. * sysdeps/unix/sysv/linux/alpha/msgctl.c: Move to sysdeps/unix/sysv/linux/arm/msgctl.c and #include that file. * sysdeps/unix/sysv/linux/alpha/semctl.c: Move to sysdeps/unix/sysv/linux/arm/semctl.c and #include that file. * sysdeps/unix/sysv/linux/alpha/shmctl.c: Move to sysdeps/unix/sysv/linux/arm/shmctl.c and #include that file. * sysdeps/unix/sysv/linux/arm/msgctl.c: Move from sysdeps/unix/sysv/linux/alpha/msgctl.c instead of #include of that file. * sysdeps/unix/sysv/linux/arm/semctl.c: Move from sysdeps/unix/sysv/linux/alpha/semctl.c instead of #include of that file. * sysdeps/unix/sysv/linux/arm/shmctl.c: Move from sysdeps/unix/sysv/linux/alpha/shmctl.c instead of #include of that file. * sysdeps/unix/sysv/linux/microblaze/msgctl.c: Include sysdeps/unix/sysv/linux/arm/msgctl.c instead of sysdeps/unix/sysv/linux/alpha/msgctl.c. * sysdeps/unix/sysv/linux/microblaze/semctl.c: Include sysdeps/unix/sysv/linux/arm/semctl.c instead of sysdeps/unix/sysv/linux/alpha/semctl.c. * sysdeps/unix/sysv/linux/microblaze/shmctl.c: Include sysdeps/unix/sysv/linux/arm/shmctl.c instead of sysdeps/unix/sysv/linux/alpha/shmctl.c.
2014-01-24alpha: Update libm-test-ulpsRichard Henderson1-0/+2
2014-01-24alpha: Fix tls-macros.hRichard Henderson1-0/+5
Reported to the gcc bugzilla, there was a missing dependency on $gp that let the compiler generated $gp reload be scheduled across the macros here.
2013-12-07alpha: Convert <bits/mman.h> to <bits/mman-linux.h>Richard Henderson1-0/+5
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-0/+5
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka1-0/+9
2013-11-16alpha: Fix signal thunk unwind infoRichard Henderson1-0/+5
2013-10-30rename configure.in to configure.acMike Frysinger1-0/+9
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-10-12Fix typos.Yuri Chornoivan1-0/+5
2013-10-01alpha: Improve conditions under which PTR_MANGLE is definedRichard Henderson1-0/+5
After 0b1f8e35640f5b3f7af11764ade3ff060211c309, we now have a __pointer_chk_guard_local for the static libc.
2013-09-20Make __ffs hiddenAndreas Schwab1-0/+5
2013-09-11Add O_TMPFILE to <fcntl.h>Andreas Schwab1-0/+5
2013-08-30Fix then/than typos.Ondřej Bílka1-0/+4
2013-08-30Fix typos.Ondřej Bílka1-0/+4
2013-07-02alpha: Update libm-test-ulps from scratchRichard Henderson1-0/+4
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold1-0/+5
2013-06-24[BZ #15666] alpha: Add __sqrt*_finite definitionsRichard Henderson1-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.
2013-06-23alpha: Update libm-test-ulpsRichard Henderson1-0/+4
2013-06-15New API to set default thread attributesSiddhesh Poyarekar1-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.
2013-06-05Remove trailing whitespace in ports.Joseph Myers1-0/+22
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado1-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.
2013-05-22Don't include expected results in libm-test test names.Joseph Myers1-0/+4
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers1-0/+4
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki1-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.
2013-03-06Sync with Linux 3.8Andreas Jaeger1-0/+6
2013-02-20Add FUTEX_*_REQUEUE_PI support for Alpha.Richard Henderson1-0/+10
2013-02-20alpha: Include errno.h in sysdep.hRichard Henderson1-0/+4
Recent changes in malloc-sysdep.h exposed this error, the symptom being __set_errno was not defined early enough.
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar1-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.
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers1-0/+6
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-0/+6
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers1-0/+6
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers1-0/+10
2013-01-31Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers1-0/+7
2013-01-08BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger1-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.
2013-01-02Fix copyright notice corruption from update-copyright bug.Joseph Myers1-0/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-0/+5
2013-01-02alpha: Add lll_futex_timed_wait_bitsetRichard Henderson1-0/+5
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-0/+5
2012-12-07alpha: Fix redefinition of __isnanl macro warningRichard Henderson1-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.
2012-12-07alpha: Avoid builtin warning for isnanfRichard Henderson1-0/+5
2012-11-30alpha: Add sysdeps/alpha/sotruss-lib.c.Richard Henderson1-0/+2
2012-11-30alpha: Update libm-test-ulps.Richard Henderson1-0/+4
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers1-0/+3
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers1-0/+17
2012-11-01Convert alpha to use <bits/fcntl-linux.h>Andreas Jaeger1-0/+6
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers1-0/+5