aboutsummaryrefslogtreecommitdiff
path: root/ports/ChangeLog.ia64
AgeCommit message (Collapse)Author
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers
2012-10-25Convert ia64, linux-generic, m68k <bits/fcntl.h> to use <bits/fcntl-linux.h>Andreas Jaeger
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-10-02Split my last ChangeLog entry into respective arch-specific filesSiddhesh Poyarekar
2012-09-24ia64: define new get-rounding-mode.h headerMike Frysinger
The new strtod function wants rounding information from the C lib, so move the guts of the ia64 version into a header file for it to use. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-09-24ia64: override crtbeginT.oMike Frysinger
The ia64 gcc port has never shipped a crtbeginT.o, so keep using the old crtbegin.o object when static linking. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-16Fifth argument of la_pltenter() is not constant.Carlos O'Donell
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.
2012-08-14ia64: drop HAVE_CPP_ASM_DEBUGINFOMike Frysinger
Looks like a wart copied from the i386 code base. The only place I can find that checks this is the i386 sysdep.h, and even then this looks like a check that should get thrown away as obsolete ... Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-14Remove __ASSUME_CLONE_THREAD_FLAGS.Joseph Myers
2012-08-12ia64: drop TLS configure checkMike Frysinger
Since we require a new enough version of binutils that has TLS, we don't need to bother checking for it anymore. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-12ia64: drop ASM_TYPE_DIRECTIVE usageMike Frysinger
Matches what we've done in the rest of the tree. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-10Move Linux kernel version conditionals to kernel-features.h.Joseph Myers
2012-08-03ia64: fix byteswap conversion warningMike Frysinger
Same fix as went in for other architectures. URL: http://sourceware.org/bugzilla/show_bug.cgi?id=12194 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-03Remove pre-2.6.0 Linux kernel support (bug 13717).Joseph Myers
2012-07-26Merge Linux 3.5 ptrace changesAndreas Jaeger
(__ptrace_eventcodes): Add new value PTRACE_EVENT_SECCOMP from Linux 3.5. (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust PTRACE_O_MASK.
2012-07-25Fix up ChangeLog entriesFlorian Weimer
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-mergeJoseph Myers