]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ports/ChangeLog.ia64
Fix typos.
[thirdparty/glibc.git] / ports / ChangeLog.ia64
index 933ac23c2d0afa93d57518f35bc2073f5d1df709..efe352e6bb3e31b9dcf73bf99dc43c6114b839a0 100644 (file)
@@ -1,3 +1,278 @@
+2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
+
+       * sysdeps/ia64/fpu/libm_reduce.S: Fix typos.
+       * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
+       * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
+       * sysdeps/ia64/fpu/s_erfc.S: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Likewise.
+
+2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
+
+       * sysdeps/ia64/fpu/e_acoshl.S: Fix typos.
+       * sysdeps/ia64/fpu/e_logf.S: Likewise.
+       * sysdeps/ia64/fpu/e_log.S: Likewise.
+       * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
+       * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
+       * sysdeps/ia64/fpu/s_log1p.S: Likewise.
+       * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
+
+2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
+
+       * sysdeps/ia64/fpu/e_atanhl.S: Fix typos.
+       * sysdeps/ia64/fpu/e_log2l.S: Likewise.
+       * sysdeps/ia64/fpu/e_logl.S: Likewise.
+       * sysdeps/ia64/fpu/fraiseexcpt.c: Likewise.
+       * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
+       * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
+
+2013-07-04  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_LISTEN):
+       Add define.
+       (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
+       (ptrace_peeksiginfo_args): Add.
+       (__ptrace_peeksiginfo_flags): Add.
+
+2013-06-27  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/ia64/dl-static.c: Do not include
+       <bits/libc-lock.h>.
+       (_dl_static_lock): Remove variable.
+       (_dl_static_init): Remove _dl_static_lock locking.
+
+2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Update.
+
+2013-06-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize): Use
+       (void) in function definition.
+
+2013-06-07  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/ia64/bits/byteswap-16.h [__GNUC__ && __GNUC__ >= 2]
+       (__bswap_16): Do not use "register".
+       * sysdeps/ia64/bits/byteswap.h [__GNUC__ && __GNUC__ >= 2]
+       (__bswap_32): Likewise.
+       [__GNUC__ && __GNUC__ >= 2] (__bswap_64): Likewise.
+
+2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
+
+       * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Add
+       si_addr_lsb to _sifields.sigfault.
+       (si_addr_lsb): Define new macro.
+       (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
+
+2013-05-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/ia64/fpu/libm-test-ulps: Update test names.
+
+2013-05-19  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/ia64/fpu/libm-test-ulps: Update names of sincos tests.
+
+2013-03-12  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL_DECL): Add
+       __attribute__ ((unused)) to err decl.
+       (INTERNAL_SYSCALL_ERROR_P): Add (void)val dummy reference.
+
+2013-03-12  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/ia64/fpu/libm_error.c (STATIC): Delete redundant definition.
+       (_DECL_NUM, DECL_FLOAT, DECL_DOUBLE, DECL_LONG_DOUBLE): New defines.
+       (float_inf): Change definition to use DECL_FLOAT.
+       (float_huge, float_zero, float_neg_inf, float_neg_huge,
+       float_neg_zero): Likewise.
+       (double_inf): Change definition to use DECL_DOUBLE.
+       (double_huge, double_zero, double_neg_inf, double_neg_huge,
+       double_neg_zero): Likewise.
+       (long_double_inf): Change definition to use DECL_LONG_DOUBLE.
+       (long_double_huge, long_double_zero, long_double_neg_inf,
+       long_double_neg_huge, long_double_neg_zero): Likewise.
+       (RETVAL_HUGE_VALL): Change from casting a pointer to using the num
+       field of the union.
+       (RETVAL_NEG_HUGE_VALL, RETVAL_HUGEL, RETVAL_NEG_HUGEL,
+       RETVAL_HUGE_VALL, RETVAL_NEG_HUGE_VALL, RETVAL_HUGEL,
+       RETVAL_NEG_HUGEL, RETVAL_HUGE_VALD, RETVAL_NEG_HUGE_VALD,
+       RETVAL_HUGED, RETVAL_NEG_HUGED, RETVAL_HUGE_VALF,
+       RETVAL_NEG_HUGE_VALF, RETVAL_HUGEF, RETVAL_NEG_HUGEF,
+       ZEROL_VALUE, ZEROD_VALUE, ZEROF_VALUE, RETVAL_ZEROL,
+       RETVAL_ZEROD, RETVAL_ZEROF, RETVAL_NEG_ZEROL, RETVAL_NEG_ZEROD,
+       RETVAL_NEG_ZEROF): Likewise.
+
+2013-03-12  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/ia64/dl-fptr.h (ELF_PTR_TO_FDESC): New definition.
+       * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Change
+       struct fdesc * casts to use new ELF_PTR_TO_FDESC helper.
+       * sysdeps/ia64/entry.h: Include link.h and dl-fptr.h.
+       (ENTRY_POINT): Change cast to use new ELF_PTR_TO_FDESC helper.
+       * sysdeps/unix/sysv/linux/ia64/makecontext.c: Include link.h and
+       dl-fptr.h.
+       (struct fdesc): Remove structure, now redundant.
+       (makecontext): Change casts to use new ELF_PTR_TO_FDESC helper.
+
+2013-03-11  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Remove all defines
+       provided by bits/mman-linux.h and include <bits/mman-linux.h>.
+
+2013-03-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext): Change
+       type of rbs to unsigned.  Change stack_start cast to unsigned.
+
+2013-03-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h:
+       Change multiple inclusion guard to _LINUX_IA64_DL_SYSDEP_H.
+       Use #include_next.
+       (RTLD_PRIVATE_ERRNO): Remove definition, now redundant.
+       (NEED_DL_SYSINFO, _dl_discover_osversion,
+       HAVE_DL_DISCOVER_OSVERSION): Likewise.
+
+2013-03-06  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/ia64/bits/msq.h (MSG_COPY): Define.
+       (MSG_EXCEPT): Make conditional on __USE_GNU.
+
+2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Add
+       __cxa_thread_atexit_impl.
+
+2013-02-08  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #13550]
+       * sysdeps/unix/sysv/linux/ia64/sigaction.c: Do not include
+       <bp-checks.h>.
+       (__libc_sigaction): Do not use CHECK_1_NULL_OK.
+
+2013-02-04  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #13550]
+       * sysdeps/ia64/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
+       Remove alias.
+       * sysdeps/unix/sysv/linux/ia64/umount.c: Do not include
+       <bp-checks.h>.
+       (umount): Do not use CHECK_STRING.
+
+2013-01-31  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #13550]
+       * sysdeps/unix/sysv/linux/ia64/sigpending.c: Don't include
+       <bp-checks.h>.
+       (sigpending): Don't use CHECK_SIGSET.
+       * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Don't include
+       <bp-checks.h>.
+       (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
+
+2013-01-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * All files with FSF copyright notices: Update copyright dates
+       using scripts/update-copyrights.
+
+2012-11-29  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c: Delete.
+
+2012-11-03  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/ia64/fpu/fclrexcpt.c (feclearexcept): Add
+       libm_hidden_def.
+
+       [BZ #3439]
+       * sysdeps/ia64/bits/fenv.h (FE_INEXACT): Define macro to integer
+       constant usable in #if and use that to give value to enum
+       constant.
+       (FE_UNDERFLOW): Likewise.
+       (FE_OVERFLOW): Likewise.
+       (FE_DIVBYZERO): Likewise.
+       (FE_UNNORMAL): Likewise.
+       (FE_INVALID): Likewise.
+       (FE_ALL_EXCEPT): Likewise.
+       (FE_TOWARDZERO): Likewise.
+       (FE_UPWARD): Likewise.
+       (FE_DOWNWARD): Likewise.
+       (FE_TONEAREST): Likewise.
+
+2012-10-30  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #14047]
+       * sysdeps/ia64/tininess.h: New file.
+
+2012-10-25  Andreas Jaeger  <aj@suse.de>
+
+       * 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-19  Roland McGrath  <roland@hack.frob.com>
+
+       * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist
+       (GLIBC_2.17): Add clock_* symbols.
+
+       * sysdeps/unix/sysv/linux/ia64/get_clockfreq.c (__get_clockfreq):
+       Use __open, __read, __close rather than their public counterparts.
+
+2012-10-09  Roland McGrath  <roland@hack.frob.com>
+
+       * sysdeps/ia64/configure: Regenerated.
+
+2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Fix clone
+       flag name in comment to CLONE_CHILD_CLEARTID.
+
+2012-09-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * ports/sysdeps/ia64/fpu/fegetround.c (fegetround): Move contents
+       of function to ...
+       * ports/sysdeps/ia64/fpu/get-rounding-mode.h: ... here.
+
+2012-09-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/ia64/Makeconfig: New file.
+
+2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
+
+       * sysdeps/ia64/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
+       <ia64_gnu_pltenter>: struct La_ia64_regs is not constant.
+
+2012-08-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/ia64/configure.in: Remove assembler-with-cpp debug check.
+       * sysdeps/ia64/configure: Regenerated.
+
+2012-08-14  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/ia64/kernel-features.h
+       (__ASSUME_CLONE_THREAD_FLAGS): Remove.
+       * sysdeps/unix/sysv/linux/ia64/system.c (FORK): Define
+       unconditionally.
+
+2012-08-12  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/ia64/configure.in: Remove TLS check.
+       * sysdeps/ia64/configure: Regenerated.
+
+2012-08-12  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/ia64/fpu/libm-symbols.h (ASM_TYPE_DIRECTIVE): Remove.
+       (LOCAL_OBJECT_START): Do not use ASM_TYPE_DIRECTIVE.
+       (WEAK_LIBM_END): Likewise.
+       (GLOBAL_IEEE754_END): Likewise.
+       * sysdeps/ia64/fpu/libm_tan.S: Likewise.
+
+2012-08-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h
+       (_dl_discover_osversion): Do not condition on
+       __LINUX_KERNEL_VERSION < 0x020617.
+       (HAVE_DL_DISCOVER_OSVERSION): Likewise.
+
 2012-08-03  Mike Frysinger  <vapier@gentoo.org>
 
        [BZ #12194]