]> sourceware.org Git - glibc.git/blobdiff - ports/ChangeLog.alpha
Split my last ChangeLog entry into respective arch-specific files
[glibc.git] / ports / ChangeLog.alpha
index 062b4f283d53ebda2e699ba717ac1df6e1bc556e..229ee885d98814073959a8b93008c67357840d6e 100644 (file)
@@ -1,3 +1,144 @@
+2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Fix clone
+       flag name in comment to CLONE_CHILD_CLEARTID.
+
+2012-10-01  Roland McGrath  <roland@hack.frob.com>
+
+       * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
+       (__SWBLK_T_TYPE): Macro removed.
+
+2012-09-28  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/unix/alpha/sysdep.h (PSEUDO_END): Merge versions and
+       move $syscall_error label...
+       (SYSCALL_ERROR_HANDLER): ... here.
+       (SYSCALL_ERROR_FALLTHRU): New.
+       (PSEUDO_PROF): Split out of ...
+       (PSEUDO_PROLOGUE): ... here.
+       * sysdeps/unix/sysv/linux/alpha/syscall.S (__syscall): Use
+       SYSCALL_ERROR_LABEL and PSEUDO_END.
+       * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
+       Use USEPV_PROF and cfi markup.
+       (thread_start): Use cfi markup and cfi_undefined on ra.
+       * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h
+       (PSEUDO_PROF): Remove.
+       (PSEUDO): Use SYSCALL_ERROR_FALLTHRU.
+
+2012-09-13  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/unix/sysv/linux/alpha/setfpucw.c (__setfpucw): Rewrite
+       with the assumption of being used at program startup only.
+
+       * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Add optional
+       entries for _OtsConvertFloatTX, _OtsCvtQUX, _OtsCvtXQ, _OtsGtrX,
+       _OtsLeqX, _OtsNintXQ.
+
+       * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
+
+       * sysdeps/alpha/fpu/get-rounding-mode.h: New file.
+
+2012-08-30  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/alpha/fpu/s_isnan.c: Define all aliases in terms of
+       the original __isnan symbol.
+
+2012-08-27  Mike Frysinger  <vapier@gentoo.org>
+
+       [BZ #5400]
+       * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Define.
+       * sysdeps/unix/sysv/linux/alpha/fdatasync.c: New file
+       * sysdeps/unix/sysv/linux/alpha/kernel-features.h
+       (__ASSUME_FDATASYNC): Define.
+
+2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
+
+       * sysdeps/alpha/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
+       <alpha_gnu_pltenter>: struct La_alpha_regs is not const.
+
+2012-08-13  Richard Henderson  <rth@twiddle.net>
+
+       * configure.in: Don't test toolchain support for TLS or GPREL.
+       * configure: Rebuild.
+
+       * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Do compat
+       with GLIBC_2_1.
+
+2012-08-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/alpha/kernel-features.h
+       (__ASSUME_TGKILL): Remove.
+
+2012-08-08  Richard Henderson  <rth@twiddle.net>
+
+       * sysdeps/unix/sysv/linux/alpha/kernel-features.h
+       (__ASSUME_IEEE_RAISE_EXCEPTION): Remove.
+       * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: New file.
+       * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: Remove.
+
+       * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use dwarf2
+       cfi markup for unwind.  Adjust stack early so that the normal
+       syscall error path can be used.
+       * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
+
+       * sysdeps/unix/sysv/linux/alpha/kernel-features.h
+       (__ASSUME_STAT64_SYSCALL): Remove.
+       * sysdeps/unix/sysv/linux/alpha/fxstat.c: Remove test
+       for __ASSUME_STAT64_SYSCALL.
+       * sysdeps/unsx/sysv/linux/alpha/fxstatat.c: Likewise.
+       * sysdeps/unsx/sysv/linux/alpha/lxstat.c: Likewise.
+       * sysdeps/unsx/sysv/linux/alpha/xstat.c: Likewise.
+       * sysdeps/unsx/sysv/linux/alpha/xstatconv.c: Likewise.
+       * sysdeps/unsx/sysv/linux/alpha/xstatconv.h: Likewise.
+
+2012-08-07  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/alpha/kernel-features.h
+       (__ASSUME_TGKILL): Define unconditionally.
+       (__ASSUME_STAT64_SYSCALL): Likewise.
+       (__ASSUME_IEEE_RAISE_EXCEPTION): Likewise.
+
+2012-08-02  Roland McGrath  <roland@hack.frob.com>
+
+       * sysdeps/unix/sysv/linux/alpha/bits/dirent.h
+       (_DIRENT_MATCHES_DIRENT64): New macro.
+
+2012-08-02  Roland McGrath  <roland@hack.frob.com>
+
+       * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
+       (__OFF_T_MATCHES_OFF64_T): New macro.
+
+2012-08-03  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/alpha/configure.in
+       (arch_minimum_kernel): Remove.
+       * sysdeps/unix/sysv/linux/alpha/configure: Regenerated.
+
+2012-07-26  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/alpha/tst-audit.h (int_retval): Define.
+
+2012-07-26  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (siginfo_t): Add
+       _sigsys.
+       (si_call_addr, si_syscall, si_arch): Define new macro.
+
+2012-07-25  Florian Weimer  <fweimer@redhat.com>
+
+       * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add
+       secure_getenv.
+
+2012-07-20  Joseph Myers  <joseph@codesourcery.com>
+
+       * data/localplt-alpha-linux-gnu.data: Move to ...
+       * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: ... here.
+
+2012-07-17  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Move from
+       ../scripts/data/c++-types-alpha-linux-gnu.data.
+
 2012-06-15  Richard Henderson  <rth@twiddle.net>
 
        * sysdeps/alpha/soft-fp/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): New.
This page took 0.03024 seconds and 5 git commands to generate.