AArch64: Don't clobber argument for tail call to __sigjmp_save in sigsetjmp
[glibc.git] / ports / ChangeLog.alpha
blobcc402be6acc4ba79eac48ade32b2726b5f9b66f8
1 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/alpha/fpu/libm-test-ulps: Update names of sincos tests.
5 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
7         [BZ #15442]
8         * sysdeps/alpha/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP): New
9         macro.
11 2013-03-06  Andreas Jaeger  <aj@suse.de>
13         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_HUGE_MASK)
14         (MAP_HUGE_SHIFT): Define.
15         * sysdeps/unix/sysv/linux/alpha/bits/msq.h (MSG_COPY): Define.
17 2013-02-19  Richard Henderson  <rth@redhat.com>
19         [BZ #14920]
20         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
21         (FUTEX_WAIT_REQUEUE_PI): Define.
22         (FUTEX_CMP_REQUEUE_PI): Likewise.
23         (lll_futex_wait_requeue_pi): Likewise.
24         (lll_futex_timed_wait_requeue_pi): Likewise.
25         (lll_futex_cmp_requeue_pi): Likewise.
27 2013-02-20  Richard Henderson  <rth@redhat.com>
29         * sysdeps/unix/alpha/sysdep.h: Include <errno.h>.
31 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add
34         __cxa_thread_atexit_impl.
36 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
38         [BZ #13550]
39         * sysdeps/alpha/memchr.c: Do not include <bp-sym.h>.
40         (memchr): Do not use BP_SYM in weak_alias.
42 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
44         [BZ #13550]
45         * sysdeps/unix/sysv/linux/alpha/sigaction.c
46         (__syscall_rt_sigaction): Do not use __unbounded in prototype.
48 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
50         [BZ #13550]
51         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: Don't include
52         <bp-checks.h>.
53         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Likewise.
54         (__gethostname): Don't use CHECK_N.
56         [BZ #13550]
57         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Do not include
58         <bp-checks.h>.
59         (__new_msgctl): Do not use CHECK_1.
60         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Do not include
61         <bp-checks.h>.
62         (__new_shmctl): Do not use CHECK_1.
64 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
66         [BZ #13550]
67         * sysdeps/unix/sysv/linux/alpha/semctl.c: Don't include
68         <bp-checks.h> and <bp-semctl.h>.
69         (__new_semctl): Don't use CHECK_SEMCTL.
71 2013-01-08  Andreas Jaeger  <aj@suse.de>
73         [BZ# 14985]
74         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h (EPOLL_NONBLOCK): Remove.
76 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
78         * sysdeps/alpha/Makefile: Fix copyright notice formatting.
80         * All files with FSF copyright notices: Update copyright dates
81         using scripts/update-copyrights.
83 2013-01-02  Richard Henderson  <rth@redhat.com>
85         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
86         (lll_futex_timed_wait_bitset): New.
88 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
90         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Reformat copyright
91         notice.
93 2012-12-07  Richard Henderson  <rth@redhat.com>
95         * sysdeps/alpha/Makefile [$(subdir) = math]
96         (CFLAGS-s_isnan.c): New variable.
98         * sysdeps/alpha/fpu/math_private.h (__isnanl): Remove definition.
100 2012-11-30  Richard Henderson  <rth@redhat.com>
102         * sysdeps/alpha/fpu/libm-test-ulps: Update.
104         * sysdeps/alpha/sotruss-lib.c: New file.
106 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
108         * sysdeps/alpha/fpu/fclrexcpt.c (feclearexcept): Add
109         libm_hidden_ver.
111         [BZ #3439]
112         * sysdeps/alpha/fpu/bits/fenv.h (FE_DENORMAL): Define macro to
113         integer constant usable in #if and use that to give value to enum
114         constant.
115         (FE_INEXACT): Likewise.
116         (FE_UNDERFLOW): Likewise.
117         (FE_OVERFLOW): Likewise.
118         (FE_DIVBYZERO): Likewise.
119         (FE_INVALID): Likewise.
120         (FE_ALL_EXCEPT): Likewise.
121         (FE_TOWARDZERO): Likewise.
122         (FE_DOWNWARD): Likewise.
123         (FE_TONEAREST): Likewise.
124         (FE_UPWARD): Likewise.
126 2012-11-01  Andreas Jaeger  <aj@suse.de>
128         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove all
129         definitions and declarations that are provided by
130         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
132 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
134         [BZ #14047]
135         * sysdeps/alpha/tininess.h: New file.
137 2012-10-19  Roland McGrath  <roland@hack.frob.com>
139         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist
140         (GLIBC_2.17): Add clock_* symbols.
142 2012-10-09  Roland McGrath  <roland@hack.frob.com>
144         * sysdeps/alpha/configure: Regenerated.
146 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
148         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Fix clone
149         flag name in comment to CLONE_CHILD_CLEARTID.
151 2012-10-01  Roland McGrath  <roland@hack.frob.com>
153         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
154         (__SWBLK_T_TYPE): Macro removed.
156 2012-09-28  Richard Henderson  <rth@redhat.com>
158         * sysdeps/unix/alpha/sysdep.h (PSEUDO_END): Merge versions and
159         move $syscall_error label...
160         (SYSCALL_ERROR_HANDLER): ... here.
161         (SYSCALL_ERROR_FALLTHRU): New.
162         (PSEUDO_PROF): Split out of ...
163         (PSEUDO_PROLOGUE): ... here.
164         * sysdeps/unix/sysv/linux/alpha/syscall.S (__syscall): Use
165         SYSCALL_ERROR_LABEL and PSEUDO_END.
166         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
167         Use USEPV_PROF and cfi markup.
168         (thread_start): Use cfi markup and cfi_undefined on ra.
169         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h
170         (PSEUDO_PROF): Remove.
171         (PSEUDO): Use SYSCALL_ERROR_FALLTHRU.
173 2012-09-13  Richard Henderson  <rth@redhat.com>
175         * sysdeps/unix/sysv/linux/alpha/setfpucw.c (__setfpucw): Rewrite
176         with the assumption of being used at program startup only.
178         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Add optional
179         entries for _OtsConvertFloatTX, _OtsCvtQUX, _OtsCvtXQ, _OtsGtrX,
180         _OtsLeqX, _OtsNintXQ.
182         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
184         * sysdeps/alpha/fpu/get-rounding-mode.h: New file.
186 2012-08-30  Richard Henderson  <rth@redhat.com>
188         * sysdeps/alpha/fpu/s_isnan.c: Define all aliases in terms of
189         the original __isnan symbol.
191 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
193         [BZ #5400]
194         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Define.
195         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: New file
196         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
197         (__ASSUME_FDATASYNC): Define.
199 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
201         * sysdeps/alpha/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
202         <alpha_gnu_pltenter>: struct La_alpha_regs is not const.
204 2012-08-13  Richard Henderson  <rth@twiddle.net>
206         * configure.in: Don't test toolchain support for TLS or GPREL.
207         * configure: Rebuild.
209         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Do compat
210         with GLIBC_2_1.
212 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
214         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
215         (__ASSUME_TGKILL): Remove.
217 2012-08-08  Richard Henderson  <rth@twiddle.net>
219         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
220         (__ASSUME_IEEE_RAISE_EXCEPTION): Remove.
221         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: New file.
222         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: Remove.
224         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use dwarf2
225         cfi markup for unwind.  Adjust stack early so that the normal
226         syscall error path can be used.
227         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
229         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
230         (__ASSUME_STAT64_SYSCALL): Remove.
231         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Remove test
232         for __ASSUME_STAT64_SYSCALL.
233         * sysdeps/unsx/sysv/linux/alpha/fxstatat.c: Likewise.
234         * sysdeps/unsx/sysv/linux/alpha/lxstat.c: Likewise.
235         * sysdeps/unsx/sysv/linux/alpha/xstat.c: Likewise.
236         * sysdeps/unsx/sysv/linux/alpha/xstatconv.c: Likewise.
237         * sysdeps/unsx/sysv/linux/alpha/xstatconv.h: Likewise.
239 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
241         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
242         (__ASSUME_TGKILL): Define unconditionally.
243         (__ASSUME_STAT64_SYSCALL): Likewise.
244         (__ASSUME_IEEE_RAISE_EXCEPTION): Likewise.
246 2012-08-02  Roland McGrath  <roland@hack.frob.com>
248         * sysdeps/unix/sysv/linux/alpha/bits/dirent.h
249         (_DIRENT_MATCHES_DIRENT64): New macro.
251 2012-08-02  Roland McGrath  <roland@hack.frob.com>
253         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
254         (__OFF_T_MATCHES_OFF64_T): New macro.
256 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
258         * sysdeps/unix/sysv/linux/alpha/configure.in
259         (arch_minimum_kernel): Remove.
260         * sysdeps/unix/sysv/linux/alpha/configure: Regenerated.
262 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
264         * sysdeps/alpha/tst-audit.h (int_retval): Define.
266 2012-07-26  Andreas Jaeger  <aj@suse.de>
268         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (siginfo_t): Add
269         _sigsys.
270         (si_call_addr, si_syscall, si_arch): Define new macro.
272 2012-07-25  Florian Weimer  <fweimer@redhat.com>
274         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add
275         secure_getenv.
277 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
279         * data/localplt-alpha-linux-gnu.data: Move to ...
280         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: ... here.
282 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
284         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Move from
285         ../scripts/data/c++-types-alpha-linux-gnu.data.
287 2012-06-15  Richard Henderson  <rth@twiddle.net>
289         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): New.
291         * sysdeps/alpha/fpu/s_rint.c (__rint): Handle inexact regardless
292         of -mieee-with-inexact.
293         * sysdeps/alpha/fpu/s_rintf.c (__rintf): Likewise.
295         [BZ #13848]
296         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Fix corner cases
297         similar to BZ#5350.
298         * sysdeps/alpha/fpu/s_nearbyintf.c (__nearbyintf): Likewise.
300         * sysdeps/alpha/fpu/s_copysign.c (__copysign): Use builtin.
301         * sysdeps/alpha/fpu/s_copysignf.c (__copysignf): Use builtin.
303         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_RTTIME): New.
304         (prlimit, prlimit64): New declarations.
305         * sysdeps/unix/sysv/linux/alpha/bits/shm.h (SHM_EXEC): New.
306         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use only __USE_ATFILE
307         to protect UTIME_NOW and UTIME_OMIT.
309         * sysdeps/alpha/fpu/cfloat-compat.h: Remove __GNUC_PREREQ check.
310         * sysdeps/alpha/fpu/s_fabs.c (__fabs): Likewise.
311         * sysdeps/alpha/fpu/s_fabsf.c (__fabsf): Likewise.
312         * sysdeps/unix/sysv/linux/alpha/sysconf.c (implver): Remove.
313         (amask): Remove.
314         (__sysconf): Use builtins directly.
316         * sysdeps/alpha/bits/mathdef.h (float_t): Define as float
317         regardless of __GNUC__.
319 2012-06-06  Richard Henderson  <rth@twiddle.net>
321         * sysdeps/alpha/strncmp.S: Bound count to LONG_MAX at startup.
322         Re-organize checks vs s2 end-of-count.
324         [BZ #13718]
325         * sysdeps/alpha/stxncmp.S: Bound count to LONG_MAX at startup.
326         * sysdeps/alpha/alphaev6/stxncmp.S: Likewise.
328         * sysdeps/alpha/fpu/e_sqrt.c: Include <math_private.h> before
329         redefining __ieee758_sqrt.
331         * sysdeps/alpha/alphaev6/stxcpy.S: Use cfi markup instead of
332         dual ecoff procedure descriptors.
333         * sysdeps/alpha/alphaev6/stxncpy.S: Likewise.
334         * sysdeps/alpha/bzero.S: Likewise.
335         * sysdeps/alpha/memset.S: Likewise.
336         * sysdeps/alpha/stxcpy.S: Likewise.
337         * sysdeps/alpha/stxncpy.S: Likewise.
338         * sysdeps/unix/alpha/sysdep.h (USEPV_PROF): New.
340         * sysdeps/alpha/_mcount.S: Move .prologue after stack alloc.
342 2012-06-05  Richard Henderson  <rth@twiddle.net>
344         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use .cfi_signal_frame
345         instead of a hack using extra nops.
347         * sysdeps/unxi/alpha/getppid.S: New file.
348         * sysdeps/unxi/alpha/getegid.S: New file.
349         * sysdeps/unxi/alpha/geteuid.S: New file.
351 2012-06-01  Richard Henderson  <rth@twiddle.net>
353         * sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact.
355         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
357 2012-05-30  Richard Henderson  <rth@twiddle.net>
359         * sysdeps/alpha/Makefile (CFLAGS-s_fma.c): Set -mieee-with-inexact.
360         (CFLAGS-s_fmaf.c): Likewise.
361         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
363         * sysdeps/unix/sysv/linux/alpha/brk.S: Fix error path for PIC.
365         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
367         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove
368         __connect_internal alias.
370         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use
371         fgets_unlocked.
373         * sysdeps/alpha/Implies: Include ieee754/dbl-64/wordsize-64.
375         * sysdeps/alpha/alphaev6/fpu/e_sqrt.S: Use dynamic rounding.
376         * sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: Likewise.
377         * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): New.
378         (__ieee754_sqrtf): New.
380         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Replace
381         _internal alias by hidden_def.
383         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Remove __ASSUME_TIMEVAL64.
384         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Remove file.
385         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Remove file.
386         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Remove file.
387         * sysdeps/unix/sysv/linux/alpha/select.S: Remove file.
388         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Remove file.
389         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Remove file.
390         * sysdeps/unix/sysv/linux/alpha/utimes.S: Remove file.
391         * sysdeps/unix/sysv/linux/alpha/wait4.S: Remove file.
392         * sysdeps/unix/sysv/linux/alpha/syscalls.list (getitimer): New.
393         (getrusage, gettimeofday, select, setitimer): New.
394         (settimeofday, utimes, wait4): New.
395         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Remove
396         __ASSUME_TIMEVAL64.
397         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Update.
398         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Update.
400 2012-05-24  Richard Henderson  <rth@twiddle.net>
402         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: New file.
403         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: New file.
404         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: New file.
405         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: New file.
406         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: New file.
407         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: New file.
408         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: New file.
409         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: New file.
410         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: New file.
411         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: New file.
412         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: New file.
413         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: New file.
414         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: New file.
416         * sysdeps/alpha/ldiv.S (imaxdiv): Re-add alias.
418         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove __ASSUME_32BITUIDS.
419         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
420         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
422         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MADV_HUGEPAGE): New.
423         (MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): New.
425 2012-05-20  Richard Henderson  <rth@twiddle.net>
427         * sysdeps/alpha/add_n.S: Rename from add_n.s.
428         * sysdeps/alpha/addmul_1.S: Rename from addmul_1.s.
429         * sysdeps/alpha/alphaev5/add_n.S: Rename from add_n.s.
430         * sysdeps/alpha/alphaev5/lshift.S: Rename from lshift.s.
431         * sysdeps/alpha/alphaev5/rshift.S: Rename from rshift.s.
432         * sysdeps/alpha/alphaev5/sub_n.S: Rename from sub_n.s.
433         * sysdeps/alpha/alphaev6/addmul_1.S: Rename from addmul_1.s.
434         * sysdeps/alpha/lshift.S: Rename from lshift.s.
435         * sysdeps/alpha/mul_1.S: Rename from mul_1.s.
436         * sysdeps/alpha/rshift.S: Rename from rshift.s.
437         * sysdeps/alpha/sub_n.S: Rename from sub_n.s.
438         * sysdeps/alpha/submul_1.S: Rename from submul_1.s.
440 2012-05-18  Richard Henderson  <rth@twiddle.net>
442         * data/localplt-alpha-linux-gnu.data: New file.
444         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__FSWORD_T_TYPE,
445         __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE): New.
447 2012-04-26  Matt Turner  <mattst88@gmail.com>
449         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel
450         version needed to define __ASSUME_ACCEPT4.
452         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use "c"
453         and "e" in fopen.
455         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
456         (MAP_HUGETLB): Likewise.
458         * sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
459         * sysdeps/unix/alpha/sysdep.h: Likewise.
460         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
462         * sysdeps/alpha/fpu/bits/fenv.h: Use const instead of __const.
463         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Likewise.
464         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
466         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
468 2012-03-27  Richard Henderson  <rth@twiddle.net>
470         * sysdeps/alpha/elf/configure.in: Move to ...
471         * sysdeps/alpha/configure.in: ... here.  Update comment.
472         * sysdeps/alpha/configure: Regenerate.
473         * sysdeps/alpha/elf/crti.S: Move to ...
474         * sysdeps/alpha/crti.S: ... here.
475         * sysdeps/alpha/elf/crtn.S: Move to ...
476         * sysdeps/alpha/crtn.S: ... here.
477         * sysdeps/alpha/elf/start.S: Move to ...
478         * sysdeps/alpha/start.S: ... here.
480 2012-03-21  Richard Henderson  <rth@twiddle.net>
482         * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
483         of <stdio-common/_itoa.h>.
485 2012-03-19  Richard Henderson  <rth@twiddle.net>
487         * sysdeps/alpha/fpu/math_private.h: New file.
489 2012-03-11  Richard Henderson  <rth@twiddle.net>
491         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Remove file.
492         * sysdeps/unix/sysv/linux/alpha/bits/socket_type.h: New file.
494 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
496         [BZ #13673]
497         Replace FSF snail mail address with URLs, as per GNU coding standards.
499 2012-03-04  Richard Henderson  <rth@twiddle.net>
501         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_sethae): Mark
502         as always_inline.
504 2012-03-04  Richard Henderson  <rth@twiddle.net>
506         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (recvmmsg): Only
507         declare if __USE_GNU.
508         (sendmmsg): Add declaration.
510 2012-03-04  Richard Henderson  <rth@twiddle.net>
512         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Don't name the
513         siginfo_t struct.  Add forward declaration of pthread_attr_t;
514         use it in sigevent.
515         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
516         (pthread_attr_t): Add union tag to pthread_attr_t; only define
517         typedef if not already defined.
519 2012-02-21  Richard Henderson  <rth@twiddle.net>
521         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h: New file.
522         * sysdeps/unix/sysv/linux/alpha/bits/timerfd.h: Likewise.
523         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: Remove.
524         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: Likewise.
526 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
528         * sysdeps/unix/sysv/linux/alpha/bits/errno.h (ERFKILL, EHWPOISON):
529         Define if not defined.
530         * sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist compat
531         entry for 2.16.
533 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
535         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
537 2012-02-16  Richard Henderson  <rth@twiddle.net>
539         * sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control,
540         __ieee_get_fp_control): Mark as hidden proto.
542 2012-02-15  Mike Hommey  <mh+reportbug@glandium.org>
544         [BZ #11677]
545         * sysdeps/unix/sysv/linux/alpha/syscall.S: Support 6th argument.
547 2012-02-15  Richard Henderson  <rth@twiddle.net>
549         * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
550         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
552         * sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
553         (inline_syscall0, inline_syscall1, inline_syscall2,
554         inline_syscall3, inline_syscall4, inline_syscall5,
555         inline_syscall6): Use it.
556         * sysdeps/unix/sysv/linux/alpha/setregid.c: Remove.
557         * sysdeps/unix/sysv/linux/alpha/setreuid.c: Remove.
558         * sysdeps/unix/sysv/linux/alpha/setresgid.c: Remove.
559         * sysdeps/unix/sysv/linux/alpha/setresuid.c: Remove.
561         * sysdeps/unix/alpha/sysdep.h: Don't include <tls.h>
562         [PIC] (SYSCALL_ERROR_HANDLER): Emit nothing.
563         [PIC] (SYSCALL_ERROR_LABEL): Add !samegp markup.
565         * sysdeps/alpha/dl-machine.h: Don't check USE___THREAD.
567         * sysdeps/unix/alpha/sysdeps.S: Don't check __ELF__, USE___THREAD,
568         or _LIBC_REENTRANT.
570 2012-02-15  Richard Henderson  <rth@twiddle.net>
572         [BZ #13361]
573         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (struct file_handle): New.
574         (fallocate, name_to_handle_at, open_by_handle_at): Declare.
576 2012-02-14  Joseph Myers  <joseph@codesourcery.com>
577             Tom de Vries  <tom@codesourcery.com>
579         * sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
580         libc_relro_required conditional on alpha machine.  Move setting of
581         libc_cv_gcc_unwind_find_fde ...
582         * sysdeps/unix/sysv/linux/alpha/configure.in: ... here.
584 2012-02-13  Richard Henderson  <rth@twiddle.net>
586         * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
587         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
589 2012-02-09  Richard Henderson  <rth@twiddle.net>
591         * sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
592         (libc_commonpagesize, libc_relro_required): New.
594 2012-02-08  Richard Henderson  <rth@twiddle.net>
596         * sysdeps/alpha/ldsodefs.h: New file.
597         * sysdeps/alpha/tst-audit.h: New file.
598         * sysdeps/alpha/tls-macros.h: New file.
600         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
601         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
602         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
603         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
604         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
605         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
606         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
607         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
609         * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
610         * sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
611         * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
613         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
615         * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
617         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
619         * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
620         * sysdeps/unix/sysv/linux/alpha/configure: Build.
621         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
622         multiple includes.  Disable statfs64 entirely.
624         * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
625         * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
626         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
627         the test fails.  Don't set HAVE_TLS_SUPPORT.
628         * sysdeps/alpha/elf/configure: Rebuild.
630 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
632         * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
633         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
634         wordexp.c.
636 2011-10-05  Andreas Schwab  <schwab@redhat.com>
638         * sysdeps/alpha/dl-machine.h (elf_machine_rela)
639         (elf_machine_lazy_rel): Add parameter skip_ifunc.
641 2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>
643         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
644         Fix wrong register in stack pointer comparison.
646 2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
648         * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
649         * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
651 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
653         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
654         struct statfs64): Add f_flags field.
656 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
658         * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
660 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
662         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
663         F_GETPIPE_SZ): Define.
665 2010-09-26  Michael Cree  <mcree@orcon.net.nz>
667         * sysdeps/alpha/memchr.c: Include <bp-sym.h>
668         (__memchr): Add casts for integer arithmetic on pointers.
670 2010-09-23  Richard Henderson  <rth@redhat.com>
672         [BZ #12019]
673         * sysdeps/alpha/alphaev6/memchr.S: Remove.
674         * sysdeps/alpha/memchr.S: Remove.
675         * sysdeps/alpha/memchr.c: New.
677 2010-09-23  Richard Henderson  <rth@redhat.com>
679         [BZ #1864]
680         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
681         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
682         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
683         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
684         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
685         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
686         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
687         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
688         Define without 64-bit aliases.
690 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
692         * sysdeps/alpha/memchr.S: Use prefetch load.
693         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
695 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
697         [BZ #6827]
698         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
699         * sysdeps/alpha/dl-procinfo.c: New.
700         * sysdeps/alpha/dl-procinfo.h: New.
702 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
704         [BZ #5350]
705         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
706         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
707         * sysdeps/alpha/fpu/s_floor.c: Likewise.
708         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
709         * sysdeps/alpha/fpu/s_rint.c: Likewise.
710         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
712 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
714         [BZ #1026]
715         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
716         __ASSUME_STAT64_SYSCALL.
717         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
718         __ASSUME_STAT64_SYSCALL.
719         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
720         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
721         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
722         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
723         __libc_missing_axp_stat64 when it's not needed.
724         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
726 2010-03-30  Richard Henderson  <rth@redhat.com>
728         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
730 2010-03-30  Matt Turner  <mattst88@gmail.com>
732         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
734 2010-03-26  Richard Henderson  <rth@redhat.com>
736         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
738 2010-03-26  Richard Henderson  <rth@redhat.com>
740         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
741         for GLIBC_2.12.
743 2010-03-26  Richard Henderson  <rth@redhat.com>
745         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
747 2010-03-26  Richard Henderson  <rth@redhat.com>
749         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
750         Define extern here; move definition...
751         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
753 2010-03-26  Richard Henderson  <rth@redhat.com>
755         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
756         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
758 2010-03-26  Richard Henderson  <rth@redhat.com>
760         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
761         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
762         F_OWNER_GID, struct f_owner_ex): Define.
763         (F_SETOWN, F_GETOWN): Define with XPG7.
765 2010-03-26  Richard Henderson  <rth@redhat.com>
767         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
768         (PTR_DEMANGLE): Likewise.
770 2010-03-26  Richard Henderson  <rth@redhat.com>
772         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
773         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
775 2010-03-26  Richard Henderson  <rth@redhat.com>
777         * sysdep/unix/sysv/linux/alpha/creat.c: New.
779 2010-03-26  Richard Henderson  <rth@redhat.com>
781         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
782         Adjust the test for gcc 4.5.
783         * sysdep/alpha/elf/configure: Rebuild.
785 2010-03-26  Richard Henderson  <rth@redhat.com>
787         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
788         __arch_exchange_16_int, __arch_exchange_32_int,
789         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
790         __arch_exchange_and_add_64_int): Use __typeof to get the
791         return type correct without warning.
793 2010-03-23  Matt Turner  <mattst88@gmail.com>
794             Aurelien Jarno  <aurelien@aurel32.net>
796         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
798 2010-01-12  Matt Turner  <mattst88@gmail.com>
800         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
801         problem.
803 2010-01-12  Matt Turner  <mattst88@gmail.com>
805         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
806         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
808 2010-01-12  Matt Turner  <mattst88@gmail.com>
810         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
811         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
812         XPG7.
813         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
814         fcntl.h.
816 2010-01-12  Matt Turner  <mattst88@gmail.com>
818         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
819         O_DSYNC to match 2.6.33+ kernels.
821 2009-12-02  Mike Frysinger <vapier@gentoo.org>
823         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
824         include timer_gettime.c -> timer_settime.c.
826 2009-11-23  Matt Turner  <mattst88@gmail.com>
828         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
829         for timestamps also if __USE_XOPEN2K8.
831 2009-11-23  Matt Turner  <mattst88@gmail.com>
833         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
834         names of parameters of sync_file_range.
836 2009-11-23  Matt Turner  <mattst88@gmail.com>
838         [BZ #10972]
839         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
840         constants from recent kernels.
842 2009-11-10  Matt Turner  <mattst88@gmail.com>
844         [BZ #10609]
845         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
846         of empty parameters for file names.
848 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
850         [BZ #10158]
851         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
852         Change parameters and use next_line.
854         [BZ #10160]
855         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
856         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
857         FUTEX_BITSET_MATCH_ANY.
859         [BZ #10161]
860         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
861         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
862         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
863         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
864         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
865         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
866         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
867         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
868         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
870         [BZ #6507]
871         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
872         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
873         elf_fpregset_t): Define. Don't include asm/elf.h.
875 2008-11-26  Roland McGrath  <roland@redhat.com>
877         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
878         repository's ia64 file; #include that.
879         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
880         repository's powerpc file; #include that.
882 2008-11-25  Roland McGrath  <roland@redhat.com>
884         * ChangeLog.alpha: New file (this one).
885         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
886         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
887         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
888         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
889         Subdirectories moved here from main repository.
890         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
891         Subdirectories moved here from main repository's nptl/ subdirectory.
892         * sysdeps/alpha/preconfigure: New file.
893         * sysdeps/alpha/shlib-versions: New file.
895 Local Variables:
896 mode: change-log
897 left-margin: 8
898 fill-column: 74
899 End: