Add descriptive titles to po files and header.
[glibc.git] / ports / ChangeLog.alpha
blob2229bb6063630c849066bb0579aa5e1c674c888f
1 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (siginfo_t): Add
4         si_trapno and si_addr_lsb to _sifields.sigfault.
5         (si_trapno, si_addr_lsb): Define new macros.
6         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
8 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
10         * sysdeps/alpha/fpu/libm-test-ulps: Update test names.
12 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
14         * sysdeps/alpha/fpu/libm-test-ulps: Update names of sincos tests.
16 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
18         [BZ #15442]
19         * sysdeps/alpha/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP): New
20         macro.
22 2013-03-06  Andreas Jaeger  <aj@suse.de>
24         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_HUGE_MASK)
25         (MAP_HUGE_SHIFT): Define.
26         * sysdeps/unix/sysv/linux/alpha/bits/msq.h (MSG_COPY): Define.
28 2013-02-19  Richard Henderson  <rth@redhat.com>
30         [BZ #14920]
31         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
32         (FUTEX_WAIT_REQUEUE_PI): Define.
33         (FUTEX_CMP_REQUEUE_PI): Likewise.
34         (lll_futex_wait_requeue_pi): Likewise.
35         (lll_futex_timed_wait_requeue_pi): Likewise.
36         (lll_futex_cmp_requeue_pi): Likewise.
38 2013-02-20  Richard Henderson  <rth@redhat.com>
40         * sysdeps/unix/alpha/sysdep.h: Include <errno.h>.
42 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
44         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add
45         __cxa_thread_atexit_impl.
47 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
49         [BZ #13550]
50         * sysdeps/alpha/memchr.c: Do not include <bp-sym.h>.
51         (memchr): Do not use BP_SYM in weak_alias.
53 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
55         [BZ #13550]
56         * sysdeps/unix/sysv/linux/alpha/sigaction.c
57         (__syscall_rt_sigaction): Do not use __unbounded in prototype.
59 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
61         [BZ #13550]
62         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: Don't include
63         <bp-checks.h>.
64         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Likewise.
65         (__gethostname): Don't use CHECK_N.
67         [BZ #13550]
68         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Do not include
69         <bp-checks.h>.
70         (__new_msgctl): Do not use CHECK_1.
71         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Do not include
72         <bp-checks.h>.
73         (__new_shmctl): Do not use CHECK_1.
75 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
77         [BZ #13550]
78         * sysdeps/unix/sysv/linux/alpha/semctl.c: Don't include
79         <bp-checks.h> and <bp-semctl.h>.
80         (__new_semctl): Don't use CHECK_SEMCTL.
82 2013-01-08  Andreas Jaeger  <aj@suse.de>
84         [BZ# 14985]
85         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h (EPOLL_NONBLOCK): Remove.
87 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
89         * sysdeps/alpha/Makefile: Fix copyright notice formatting.
91         * All files with FSF copyright notices: Update copyright dates
92         using scripts/update-copyrights.
94 2013-01-02  Richard Henderson  <rth@redhat.com>
96         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
97         (lll_futex_timed_wait_bitset): New.
99 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
101         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Reformat copyright
102         notice.
104 2012-12-07  Richard Henderson  <rth@redhat.com>
106         * sysdeps/alpha/Makefile [$(subdir) = math]
107         (CFLAGS-s_isnan.c): New variable.
109         * sysdeps/alpha/fpu/math_private.h (__isnanl): Remove definition.
111 2012-11-30  Richard Henderson  <rth@redhat.com>
113         * sysdeps/alpha/fpu/libm-test-ulps: Update.
115         * sysdeps/alpha/sotruss-lib.c: New file.
117 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
119         * sysdeps/alpha/fpu/fclrexcpt.c (feclearexcept): Add
120         libm_hidden_ver.
122         [BZ #3439]
123         * sysdeps/alpha/fpu/bits/fenv.h (FE_DENORMAL): Define macro to
124         integer constant usable in #if and use that to give value to enum
125         constant.
126         (FE_INEXACT): Likewise.
127         (FE_UNDERFLOW): Likewise.
128         (FE_OVERFLOW): Likewise.
129         (FE_DIVBYZERO): Likewise.
130         (FE_INVALID): Likewise.
131         (FE_ALL_EXCEPT): Likewise.
132         (FE_TOWARDZERO): Likewise.
133         (FE_DOWNWARD): Likewise.
134         (FE_TONEAREST): Likewise.
135         (FE_UPWARD): Likewise.
137 2012-11-01  Andreas Jaeger  <aj@suse.de>
139         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove all
140         definitions and declarations that are provided by
141         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
143 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
145         [BZ #14047]
146         * sysdeps/alpha/tininess.h: New file.
148 2012-10-19  Roland McGrath  <roland@hack.frob.com>
150         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist
151         (GLIBC_2.17): Add clock_* symbols.
153 2012-10-09  Roland McGrath  <roland@hack.frob.com>
155         * sysdeps/alpha/configure: Regenerated.
157 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
159         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Fix clone
160         flag name in comment to CLONE_CHILD_CLEARTID.
162 2012-10-01  Roland McGrath  <roland@hack.frob.com>
164         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
165         (__SWBLK_T_TYPE): Macro removed.
167 2012-09-28  Richard Henderson  <rth@redhat.com>
169         * sysdeps/unix/alpha/sysdep.h (PSEUDO_END): Merge versions and
170         move $syscall_error label...
171         (SYSCALL_ERROR_HANDLER): ... here.
172         (SYSCALL_ERROR_FALLTHRU): New.
173         (PSEUDO_PROF): Split out of ...
174         (PSEUDO_PROLOGUE): ... here.
175         * sysdeps/unix/sysv/linux/alpha/syscall.S (__syscall): Use
176         SYSCALL_ERROR_LABEL and PSEUDO_END.
177         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
178         Use USEPV_PROF and cfi markup.
179         (thread_start): Use cfi markup and cfi_undefined on ra.
180         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h
181         (PSEUDO_PROF): Remove.
182         (PSEUDO): Use SYSCALL_ERROR_FALLTHRU.
184 2012-09-13  Richard Henderson  <rth@redhat.com>
186         * sysdeps/unix/sysv/linux/alpha/setfpucw.c (__setfpucw): Rewrite
187         with the assumption of being used at program startup only.
189         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Add optional
190         entries for _OtsConvertFloatTX, _OtsCvtQUX, _OtsCvtXQ, _OtsGtrX,
191         _OtsLeqX, _OtsNintXQ.
193         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
195         * sysdeps/alpha/fpu/get-rounding-mode.h: New file.
197 2012-08-30  Richard Henderson  <rth@redhat.com>
199         * sysdeps/alpha/fpu/s_isnan.c: Define all aliases in terms of
200         the original __isnan symbol.
202 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
204         [BZ #5400]
205         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Define.
206         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: New file
207         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
208         (__ASSUME_FDATASYNC): Define.
210 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
212         * sysdeps/alpha/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
213         <alpha_gnu_pltenter>: struct La_alpha_regs is not const.
215 2012-08-13  Richard Henderson  <rth@twiddle.net>
217         * configure.in: Don't test toolchain support for TLS or GPREL.
218         * configure: Rebuild.
220         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Do compat
221         with GLIBC_2_1.
223 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
225         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
226         (__ASSUME_TGKILL): Remove.
228 2012-08-08  Richard Henderson  <rth@twiddle.net>
230         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
231         (__ASSUME_IEEE_RAISE_EXCEPTION): Remove.
232         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: New file.
233         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: Remove.
235         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use dwarf2
236         cfi markup for unwind.  Adjust stack early so that the normal
237         syscall error path can be used.
238         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
240         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
241         (__ASSUME_STAT64_SYSCALL): Remove.
242         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Remove test
243         for __ASSUME_STAT64_SYSCALL.
244         * sysdeps/unsx/sysv/linux/alpha/fxstatat.c: Likewise.
245         * sysdeps/unsx/sysv/linux/alpha/lxstat.c: Likewise.
246         * sysdeps/unsx/sysv/linux/alpha/xstat.c: Likewise.
247         * sysdeps/unsx/sysv/linux/alpha/xstatconv.c: Likewise.
248         * sysdeps/unsx/sysv/linux/alpha/xstatconv.h: Likewise.
250 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
252         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
253         (__ASSUME_TGKILL): Define unconditionally.
254         (__ASSUME_STAT64_SYSCALL): Likewise.
255         (__ASSUME_IEEE_RAISE_EXCEPTION): Likewise.
257 2012-08-02  Roland McGrath  <roland@hack.frob.com>
259         * sysdeps/unix/sysv/linux/alpha/bits/dirent.h
260         (_DIRENT_MATCHES_DIRENT64): New macro.
262 2012-08-02  Roland McGrath  <roland@hack.frob.com>
264         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
265         (__OFF_T_MATCHES_OFF64_T): New macro.
267 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
269         * sysdeps/unix/sysv/linux/alpha/configure.in
270         (arch_minimum_kernel): Remove.
271         * sysdeps/unix/sysv/linux/alpha/configure: Regenerated.
273 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
275         * sysdeps/alpha/tst-audit.h (int_retval): Define.
277 2012-07-26  Andreas Jaeger  <aj@suse.de>
279         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (siginfo_t): Add
280         _sigsys.
281         (si_call_addr, si_syscall, si_arch): Define new macro.
283 2012-07-25  Florian Weimer  <fweimer@redhat.com>
285         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add
286         secure_getenv.
288 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
290         * data/localplt-alpha-linux-gnu.data: Move to ...
291         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: ... here.
293 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
295         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Move from
296         ../scripts/data/c++-types-alpha-linux-gnu.data.
298 2012-06-15  Richard Henderson  <rth@twiddle.net>
300         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): New.
302         * sysdeps/alpha/fpu/s_rint.c (__rint): Handle inexact regardless
303         of -mieee-with-inexact.
304         * sysdeps/alpha/fpu/s_rintf.c (__rintf): Likewise.
306         [BZ #13848]
307         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Fix corner cases
308         similar to BZ#5350.
309         * sysdeps/alpha/fpu/s_nearbyintf.c (__nearbyintf): Likewise.
311         * sysdeps/alpha/fpu/s_copysign.c (__copysign): Use builtin.
312         * sysdeps/alpha/fpu/s_copysignf.c (__copysignf): Use builtin.
314         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_RTTIME): New.
315         (prlimit, prlimit64): New declarations.
316         * sysdeps/unix/sysv/linux/alpha/bits/shm.h (SHM_EXEC): New.
317         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use only __USE_ATFILE
318         to protect UTIME_NOW and UTIME_OMIT.
320         * sysdeps/alpha/fpu/cfloat-compat.h: Remove __GNUC_PREREQ check.
321         * sysdeps/alpha/fpu/s_fabs.c (__fabs): Likewise.
322         * sysdeps/alpha/fpu/s_fabsf.c (__fabsf): Likewise.
323         * sysdeps/unix/sysv/linux/alpha/sysconf.c (implver): Remove.
324         (amask): Remove.
325         (__sysconf): Use builtins directly.
327         * sysdeps/alpha/bits/mathdef.h (float_t): Define as float
328         regardless of __GNUC__.
330 2012-06-06  Richard Henderson  <rth@twiddle.net>
332         * sysdeps/alpha/strncmp.S: Bound count to LONG_MAX at startup.
333         Re-organize checks vs s2 end-of-count.
335         [BZ #13718]
336         * sysdeps/alpha/stxncmp.S: Bound count to LONG_MAX at startup.
337         * sysdeps/alpha/alphaev6/stxncmp.S: Likewise.
339         * sysdeps/alpha/fpu/e_sqrt.c: Include <math_private.h> before
340         redefining __ieee758_sqrt.
342         * sysdeps/alpha/alphaev6/stxcpy.S: Use cfi markup instead of
343         dual ecoff procedure descriptors.
344         * sysdeps/alpha/alphaev6/stxncpy.S: Likewise.
345         * sysdeps/alpha/bzero.S: Likewise.
346         * sysdeps/alpha/memset.S: Likewise.
347         * sysdeps/alpha/stxcpy.S: Likewise.
348         * sysdeps/alpha/stxncpy.S: Likewise.
349         * sysdeps/unix/alpha/sysdep.h (USEPV_PROF): New.
351         * sysdeps/alpha/_mcount.S: Move .prologue after stack alloc.
353 2012-06-05  Richard Henderson  <rth@twiddle.net>
355         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use .cfi_signal_frame
356         instead of a hack using extra nops.
358         * sysdeps/unxi/alpha/getppid.S: New file.
359         * sysdeps/unxi/alpha/getegid.S: New file.
360         * sysdeps/unxi/alpha/geteuid.S: New file.
362 2012-06-01  Richard Henderson  <rth@twiddle.net>
364         * sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact.
366         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
368 2012-05-30  Richard Henderson  <rth@twiddle.net>
370         * sysdeps/alpha/Makefile (CFLAGS-s_fma.c): Set -mieee-with-inexact.
371         (CFLAGS-s_fmaf.c): Likewise.
372         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
374         * sysdeps/unix/sysv/linux/alpha/brk.S: Fix error path for PIC.
376         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
378         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove
379         __connect_internal alias.
381         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use
382         fgets_unlocked.
384         * sysdeps/alpha/Implies: Include ieee754/dbl-64/wordsize-64.
386         * sysdeps/alpha/alphaev6/fpu/e_sqrt.S: Use dynamic rounding.
387         * sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: Likewise.
388         * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): New.
389         (__ieee754_sqrtf): New.
391         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Replace
392         _internal alias by hidden_def.
394         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Remove __ASSUME_TIMEVAL64.
395         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Remove file.
396         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Remove file.
397         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Remove file.
398         * sysdeps/unix/sysv/linux/alpha/select.S: Remove file.
399         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Remove file.
400         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Remove file.
401         * sysdeps/unix/sysv/linux/alpha/utimes.S: Remove file.
402         * sysdeps/unix/sysv/linux/alpha/wait4.S: Remove file.
403         * sysdeps/unix/sysv/linux/alpha/syscalls.list (getitimer): New.
404         (getrusage, gettimeofday, select, setitimer): New.
405         (settimeofday, utimes, wait4): New.
406         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Remove
407         __ASSUME_TIMEVAL64.
408         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Update.
409         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Update.
411 2012-05-24  Richard Henderson  <rth@twiddle.net>
413         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: New file.
414         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: New file.
415         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: New file.
416         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: New file.
417         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: New file.
418         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: New file.
419         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: New file.
420         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: New file.
421         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: New file.
422         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: New file.
423         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: New file.
424         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: New file.
425         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: New file.
427         * sysdeps/alpha/ldiv.S (imaxdiv): Re-add alias.
429         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove __ASSUME_32BITUIDS.
430         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
431         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
433         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MADV_HUGEPAGE): New.
434         (MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): New.
436 2012-05-20  Richard Henderson  <rth@twiddle.net>
438         * sysdeps/alpha/add_n.S: Rename from add_n.s.
439         * sysdeps/alpha/addmul_1.S: Rename from addmul_1.s.
440         * sysdeps/alpha/alphaev5/add_n.S: Rename from add_n.s.
441         * sysdeps/alpha/alphaev5/lshift.S: Rename from lshift.s.
442         * sysdeps/alpha/alphaev5/rshift.S: Rename from rshift.s.
443         * sysdeps/alpha/alphaev5/sub_n.S: Rename from sub_n.s.
444         * sysdeps/alpha/alphaev6/addmul_1.S: Rename from addmul_1.s.
445         * sysdeps/alpha/lshift.S: Rename from lshift.s.
446         * sysdeps/alpha/mul_1.S: Rename from mul_1.s.
447         * sysdeps/alpha/rshift.S: Rename from rshift.s.
448         * sysdeps/alpha/sub_n.S: Rename from sub_n.s.
449         * sysdeps/alpha/submul_1.S: Rename from submul_1.s.
451 2012-05-18  Richard Henderson  <rth@twiddle.net>
453         * data/localplt-alpha-linux-gnu.data: New file.
455         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__FSWORD_T_TYPE,
456         __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE): New.
458 2012-04-26  Matt Turner  <mattst88@gmail.com>
460         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel
461         version needed to define __ASSUME_ACCEPT4.
463         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use "c"
464         and "e" in fopen.
466         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
467         (MAP_HUGETLB): Likewise.
469         * sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
470         * sysdeps/unix/alpha/sysdep.h: Likewise.
471         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
473         * sysdeps/alpha/fpu/bits/fenv.h: Use const instead of __const.
474         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Likewise.
475         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
477         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
479 2012-03-27  Richard Henderson  <rth@twiddle.net>
481         * sysdeps/alpha/elf/configure.in: Move to ...
482         * sysdeps/alpha/configure.in: ... here.  Update comment.
483         * sysdeps/alpha/configure: Regenerate.
484         * sysdeps/alpha/elf/crti.S: Move to ...
485         * sysdeps/alpha/crti.S: ... here.
486         * sysdeps/alpha/elf/crtn.S: Move to ...
487         * sysdeps/alpha/crtn.S: ... here.
488         * sysdeps/alpha/elf/start.S: Move to ...
489         * sysdeps/alpha/start.S: ... here.
491 2012-03-21  Richard Henderson  <rth@twiddle.net>
493         * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
494         of <stdio-common/_itoa.h>.
496 2012-03-19  Richard Henderson  <rth@twiddle.net>
498         * sysdeps/alpha/fpu/math_private.h: New file.
500 2012-03-11  Richard Henderson  <rth@twiddle.net>
502         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Remove file.
503         * sysdeps/unix/sysv/linux/alpha/bits/socket_type.h: New file.
505 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
507         [BZ #13673]
508         Replace FSF snail mail address with URLs, as per GNU coding standards.
510 2012-03-04  Richard Henderson  <rth@twiddle.net>
512         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_sethae): Mark
513         as always_inline.
515 2012-03-04  Richard Henderson  <rth@twiddle.net>
517         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (recvmmsg): Only
518         declare if __USE_GNU.
519         (sendmmsg): Add declaration.
521 2012-03-04  Richard Henderson  <rth@twiddle.net>
523         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Don't name the
524         siginfo_t struct.  Add forward declaration of pthread_attr_t;
525         use it in sigevent.
526         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
527         (pthread_attr_t): Add union tag to pthread_attr_t; only define
528         typedef if not already defined.
530 2012-02-21  Richard Henderson  <rth@twiddle.net>
532         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h: New file.
533         * sysdeps/unix/sysv/linux/alpha/bits/timerfd.h: Likewise.
534         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: Remove.
535         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: Likewise.
537 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
539         * sysdeps/unix/sysv/linux/alpha/bits/errno.h (ERFKILL, EHWPOISON):
540         Define if not defined.
541         * sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist compat
542         entry for 2.16.
544 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
546         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
548 2012-02-16  Richard Henderson  <rth@twiddle.net>
550         * sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control,
551         __ieee_get_fp_control): Mark as hidden proto.
553 2012-02-15  Mike Hommey  <mh+reportbug@glandium.org>
555         [BZ #11677]
556         * sysdeps/unix/sysv/linux/alpha/syscall.S: Support 6th argument.
558 2012-02-15  Richard Henderson  <rth@twiddle.net>
560         * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
561         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
563         * sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
564         (inline_syscall0, inline_syscall1, inline_syscall2,
565         inline_syscall3, inline_syscall4, inline_syscall5,
566         inline_syscall6): Use it.
567         * sysdeps/unix/sysv/linux/alpha/setregid.c: Remove.
568         * sysdeps/unix/sysv/linux/alpha/setreuid.c: Remove.
569         * sysdeps/unix/sysv/linux/alpha/setresgid.c: Remove.
570         * sysdeps/unix/sysv/linux/alpha/setresuid.c: Remove.
572         * sysdeps/unix/alpha/sysdep.h: Don't include <tls.h>
573         [PIC] (SYSCALL_ERROR_HANDLER): Emit nothing.
574         [PIC] (SYSCALL_ERROR_LABEL): Add !samegp markup.
576         * sysdeps/alpha/dl-machine.h: Don't check USE___THREAD.
578         * sysdeps/unix/alpha/sysdeps.S: Don't check __ELF__, USE___THREAD,
579         or _LIBC_REENTRANT.
581 2012-02-15  Richard Henderson  <rth@twiddle.net>
583         [BZ #13361]
584         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (struct file_handle): New.
585         (fallocate, name_to_handle_at, open_by_handle_at): Declare.
587 2012-02-14  Joseph Myers  <joseph@codesourcery.com>
588             Tom de Vries  <tom@codesourcery.com>
590         * sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
591         libc_relro_required conditional on alpha machine.  Move setting of
592         libc_cv_gcc_unwind_find_fde ...
593         * sysdeps/unix/sysv/linux/alpha/configure.in: ... here.
595 2012-02-13  Richard Henderson  <rth@twiddle.net>
597         * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
598         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
600 2012-02-09  Richard Henderson  <rth@twiddle.net>
602         * sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
603         (libc_commonpagesize, libc_relro_required): New.
605 2012-02-08  Richard Henderson  <rth@twiddle.net>
607         * sysdeps/alpha/ldsodefs.h: New file.
608         * sysdeps/alpha/tst-audit.h: New file.
609         * sysdeps/alpha/tls-macros.h: New file.
611         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
612         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
613         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
614         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
615         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
616         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
617         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
618         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
620         * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
621         * sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
622         * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
624         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
626         * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
628         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
630         * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
631         * sysdeps/unix/sysv/linux/alpha/configure: Build.
632         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
633         multiple includes.  Disable statfs64 entirely.
635         * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
636         * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
637         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
638         the test fails.  Don't set HAVE_TLS_SUPPORT.
639         * sysdeps/alpha/elf/configure: Rebuild.
641 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
643         * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
644         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
645         wordexp.c.
647 2011-10-05  Andreas Schwab  <schwab@redhat.com>
649         * sysdeps/alpha/dl-machine.h (elf_machine_rela)
650         (elf_machine_lazy_rel): Add parameter skip_ifunc.
652 2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>
654         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
655         Fix wrong register in stack pointer comparison.
657 2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
659         * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
660         * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
662 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
664         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
665         struct statfs64): Add f_flags field.
667 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
669         * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
671 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
673         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
674         F_GETPIPE_SZ): Define.
676 2010-09-26  Michael Cree  <mcree@orcon.net.nz>
678         * sysdeps/alpha/memchr.c: Include <bp-sym.h>
679         (__memchr): Add casts for integer arithmetic on pointers.
681 2010-09-23  Richard Henderson  <rth@redhat.com>
683         [BZ #12019]
684         * sysdeps/alpha/alphaev6/memchr.S: Remove.
685         * sysdeps/alpha/memchr.S: Remove.
686         * sysdeps/alpha/memchr.c: New.
688 2010-09-23  Richard Henderson  <rth@redhat.com>
690         [BZ #1864]
691         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
692         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
693         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
694         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
695         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
696         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
697         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
698         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
699         Define without 64-bit aliases.
701 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
703         * sysdeps/alpha/memchr.S: Use prefetch load.
704         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
706 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
708         [BZ #6827]
709         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
710         * sysdeps/alpha/dl-procinfo.c: New.
711         * sysdeps/alpha/dl-procinfo.h: New.
713 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
715         [BZ #5350]
716         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
717         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
718         * sysdeps/alpha/fpu/s_floor.c: Likewise.
719         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
720         * sysdeps/alpha/fpu/s_rint.c: Likewise.
721         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
723 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
725         [BZ #1026]
726         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
727         __ASSUME_STAT64_SYSCALL.
728         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
729         __ASSUME_STAT64_SYSCALL.
730         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
731         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
732         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
733         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
734         __libc_missing_axp_stat64 when it's not needed.
735         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
737 2010-03-30  Richard Henderson  <rth@redhat.com>
739         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
741 2010-03-30  Matt Turner  <mattst88@gmail.com>
743         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
745 2010-03-26  Richard Henderson  <rth@redhat.com>
747         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
749 2010-03-26  Richard Henderson  <rth@redhat.com>
751         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
752         for GLIBC_2.12.
754 2010-03-26  Richard Henderson  <rth@redhat.com>
756         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
758 2010-03-26  Richard Henderson  <rth@redhat.com>
760         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
761         Define extern here; move definition...
762         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
764 2010-03-26  Richard Henderson  <rth@redhat.com>
766         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
767         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
769 2010-03-26  Richard Henderson  <rth@redhat.com>
771         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
772         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
773         F_OWNER_GID, struct f_owner_ex): Define.
774         (F_SETOWN, F_GETOWN): Define with XPG7.
776 2010-03-26  Richard Henderson  <rth@redhat.com>
778         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
779         (PTR_DEMANGLE): Likewise.
781 2010-03-26  Richard Henderson  <rth@redhat.com>
783         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
784         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
786 2010-03-26  Richard Henderson  <rth@redhat.com>
788         * sysdep/unix/sysv/linux/alpha/creat.c: New.
790 2010-03-26  Richard Henderson  <rth@redhat.com>
792         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
793         Adjust the test for gcc 4.5.
794         * sysdep/alpha/elf/configure: Rebuild.
796 2010-03-26  Richard Henderson  <rth@redhat.com>
798         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
799         __arch_exchange_16_int, __arch_exchange_32_int,
800         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
801         __arch_exchange_and_add_64_int): Use __typeof to get the
802         return type correct without warning.
804 2010-03-23  Matt Turner  <mattst88@gmail.com>
805             Aurelien Jarno  <aurelien@aurel32.net>
807         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
809 2010-01-12  Matt Turner  <mattst88@gmail.com>
811         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
812         problem.
814 2010-01-12  Matt Turner  <mattst88@gmail.com>
816         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
817         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
819 2010-01-12  Matt Turner  <mattst88@gmail.com>
821         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
822         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
823         XPG7.
824         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
825         fcntl.h.
827 2010-01-12  Matt Turner  <mattst88@gmail.com>
829         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
830         O_DSYNC to match 2.6.33+ kernels.
832 2009-12-02  Mike Frysinger <vapier@gentoo.org>
834         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
835         include timer_gettime.c -> timer_settime.c.
837 2009-11-23  Matt Turner  <mattst88@gmail.com>
839         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
840         for timestamps also if __USE_XOPEN2K8.
842 2009-11-23  Matt Turner  <mattst88@gmail.com>
844         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
845         names of parameters of sync_file_range.
847 2009-11-23  Matt Turner  <mattst88@gmail.com>
849         [BZ #10972]
850         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
851         constants from recent kernels.
853 2009-11-10  Matt Turner  <mattst88@gmail.com>
855         [BZ #10609]
856         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
857         of empty parameters for file names.
859 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
861         [BZ #10158]
862         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
863         Change parameters and use next_line.
865         [BZ #10160]
866         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
867         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
868         FUTEX_BITSET_MATCH_ANY.
870         [BZ #10161]
871         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
872         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
873         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
874         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
875         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
876         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
877         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
878         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
879         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
881         [BZ #6507]
882         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
883         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
884         elf_fpregset_t): Define. Don't include asm/elf.h.
886 2008-11-26  Roland McGrath  <roland@redhat.com>
888         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
889         repository's ia64 file; #include that.
890         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
891         repository's powerpc file; #include that.
893 2008-11-25  Roland McGrath  <roland@redhat.com>
895         * ChangeLog.alpha: New file (this one).
896         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
897         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
898         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
899         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
900         Subdirectories moved here from main repository.
901         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
902         Subdirectories moved here from main repository's nptl/ subdirectory.
903         * sysdeps/alpha/preconfigure: New file.
904         * sysdeps/alpha/shlib-versions: New file.
906 Local Variables:
907 mode: change-log
908 left-margin: 8
909 fill-column: 74
910 End: