Remove ${SHELL} from tst-table.sh/tst-tables.sh
[glibc.git] / ports / ChangeLog.alpha
blob8ddde9f25f0ee6cf54f40c75f5144f0ad8e4cff3
1 2012-10-19  Roland McGrath  <roland@hack.frob.com>
3         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist
4         (GLIBC_2.17): Add clock_* symbols.
6 2012-10-09  Roland McGrath  <roland@hack.frob.com>
8         * sysdeps/alpha/configure: Regenerated.
10 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Fix clone
13         flag name in comment to CLONE_CHILD_CLEARTID.
15 2012-10-01  Roland McGrath  <roland@hack.frob.com>
17         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
18         (__SWBLK_T_TYPE): Macro removed.
20 2012-09-28  Richard Henderson  <rth@redhat.com>
22         * sysdeps/unix/alpha/sysdep.h (PSEUDO_END): Merge versions and
23         move $syscall_error label...
24         (SYSCALL_ERROR_HANDLER): ... here.
25         (SYSCALL_ERROR_FALLTHRU): New.
26         (PSEUDO_PROF): Split out of ...
27         (PSEUDO_PROLOGUE): ... here.
28         * sysdeps/unix/sysv/linux/alpha/syscall.S (__syscall): Use
29         SYSCALL_ERROR_LABEL and PSEUDO_END.
30         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
31         Use USEPV_PROF and cfi markup.
32         (thread_start): Use cfi markup and cfi_undefined on ra.
33         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h
34         (PSEUDO_PROF): Remove.
35         (PSEUDO): Use SYSCALL_ERROR_FALLTHRU.
37 2012-09-13  Richard Henderson  <rth@redhat.com>
39         * sysdeps/unix/sysv/linux/alpha/setfpucw.c (__setfpucw): Rewrite
40         with the assumption of being used at program startup only.
42         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Add optional
43         entries for _OtsConvertFloatTX, _OtsCvtQUX, _OtsCvtXQ, _OtsGtrX,
44         _OtsLeqX, _OtsNintXQ.
46         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
48         * sysdeps/alpha/fpu/get-rounding-mode.h: New file.
50 2012-08-30  Richard Henderson  <rth@redhat.com>
52         * sysdeps/alpha/fpu/s_isnan.c: Define all aliases in terms of
53         the original __isnan symbol.
55 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
57         [BZ #5400]
58         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Define.
59         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: New file
60         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
61         (__ASSUME_FDATASYNC): Define.
63 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
65         * sysdeps/alpha/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
66         <alpha_gnu_pltenter>: struct La_alpha_regs is not const.
68 2012-08-13  Richard Henderson  <rth@twiddle.net>
70         * configure.in: Don't test toolchain support for TLS or GPREL.
71         * configure: Rebuild.
73         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Do compat
74         with GLIBC_2_1.
76 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
78         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
79         (__ASSUME_TGKILL): Remove.
81 2012-08-08  Richard Henderson  <rth@twiddle.net>
83         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
84         (__ASSUME_IEEE_RAISE_EXCEPTION): Remove.
85         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: New file.
86         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: Remove.
88         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use dwarf2
89         cfi markup for unwind.  Adjust stack early so that the normal
90         syscall error path can be used.
91         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
93         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
94         (__ASSUME_STAT64_SYSCALL): Remove.
95         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Remove test
96         for __ASSUME_STAT64_SYSCALL.
97         * sysdeps/unsx/sysv/linux/alpha/fxstatat.c: Likewise.
98         * sysdeps/unsx/sysv/linux/alpha/lxstat.c: Likewise.
99         * sysdeps/unsx/sysv/linux/alpha/xstat.c: Likewise.
100         * sysdeps/unsx/sysv/linux/alpha/xstatconv.c: Likewise.
101         * sysdeps/unsx/sysv/linux/alpha/xstatconv.h: Likewise.
103 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
105         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
106         (__ASSUME_TGKILL): Define unconditionally.
107         (__ASSUME_STAT64_SYSCALL): Likewise.
108         (__ASSUME_IEEE_RAISE_EXCEPTION): Likewise.
110 2012-08-02  Roland McGrath  <roland@hack.frob.com>
112         * sysdeps/unix/sysv/linux/alpha/bits/dirent.h
113         (_DIRENT_MATCHES_DIRENT64): New macro.
115 2012-08-02  Roland McGrath  <roland@hack.frob.com>
117         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
118         (__OFF_T_MATCHES_OFF64_T): New macro.
120 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
122         * sysdeps/unix/sysv/linux/alpha/configure.in
123         (arch_minimum_kernel): Remove.
124         * sysdeps/unix/sysv/linux/alpha/configure: Regenerated.
126 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
128         * sysdeps/alpha/tst-audit.h (int_retval): Define.
130 2012-07-26  Andreas Jaeger  <aj@suse.de>
132         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (siginfo_t): Add
133         _sigsys.
134         (si_call_addr, si_syscall, si_arch): Define new macro.
136 2012-07-25  Florian Weimer  <fweimer@redhat.com>
138         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add
139         secure_getenv.
141 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
143         * data/localplt-alpha-linux-gnu.data: Move to ...
144         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: ... here.
146 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
148         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Move from
149         ../scripts/data/c++-types-alpha-linux-gnu.data.
151 2012-06-15  Richard Henderson  <rth@twiddle.net>
153         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): New.
155         * sysdeps/alpha/fpu/s_rint.c (__rint): Handle inexact regardless
156         of -mieee-with-inexact.
157         * sysdeps/alpha/fpu/s_rintf.c (__rintf): Likewise.
159         [BZ #13848]
160         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Fix corner cases
161         similar to BZ#5350.
162         * sysdeps/alpha/fpu/s_nearbyintf.c (__nearbyintf): Likewise.
164         * sysdeps/alpha/fpu/s_copysign.c (__copysign): Use builtin.
165         * sysdeps/alpha/fpu/s_copysignf.c (__copysignf): Use builtin.
167         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_RTTIME): New.
168         (prlimit, prlimit64): New declarations.
169         * sysdeps/unix/sysv/linux/alpha/bits/shm.h (SHM_EXEC): New.
170         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use only __USE_ATFILE
171         to protect UTIME_NOW and UTIME_OMIT.
173         * sysdeps/alpha/fpu/cfloat-compat.h: Remove __GNUC_PREREQ check.
174         * sysdeps/alpha/fpu/s_fabs.c (__fabs): Likewise.
175         * sysdeps/alpha/fpu/s_fabsf.c (__fabsf): Likewise.
176         * sysdeps/unix/sysv/linux/alpha/sysconf.c (implver): Remove.
177         (amask): Remove.
178         (__sysconf): Use builtins directly.
180         * sysdeps/alpha/bits/mathdef.h (float_t): Define as float
181         regardless of __GNUC__.
183 2012-06-06  Richard Henderson  <rth@twiddle.net>
185         * sysdeps/alpha/strncmp.S: Bound count to LONG_MAX at startup.
186         Re-organize checks vs s2 end-of-count.
188         [BZ #13718]
189         * sysdeps/alpha/stxncmp.S: Bound count to LONG_MAX at startup.
190         * sysdeps/alpha/alphaev6/stxncmp.S: Likewise.
192         * sysdeps/alpha/fpu/e_sqrt.c: Include <math_private.h> before
193         redefining __ieee758_sqrt.
195         * sysdeps/alpha/alphaev6/stxcpy.S: Use cfi markup instead of
196         dual ecoff procedure descriptors.
197         * sysdeps/alpha/alphaev6/stxncpy.S: Likewise.
198         * sysdeps/alpha/bzero.S: Likewise.
199         * sysdeps/alpha/memset.S: Likewise.
200         * sysdeps/alpha/stxcpy.S: Likewise.
201         * sysdeps/alpha/stxncpy.S: Likewise.
202         * sysdeps/unix/alpha/sysdep.h (USEPV_PROF): New.
204         * sysdeps/alpha/_mcount.S: Move .prologue after stack alloc.
206 2012-06-05  Richard Henderson  <rth@twiddle.net>
208         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use .cfi_signal_frame
209         instead of a hack using extra nops.
211         * sysdeps/unxi/alpha/getppid.S: New file.
212         * sysdeps/unxi/alpha/getegid.S: New file.
213         * sysdeps/unxi/alpha/geteuid.S: New file.
215 2012-06-01  Richard Henderson  <rth@twiddle.net>
217         * sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact.
219         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
221 2012-05-30  Richard Henderson  <rth@twiddle.net>
223         * sysdeps/alpha/Makefile (CFLAGS-s_fma.c): Set -mieee-with-inexact.
224         (CFLAGS-s_fmaf.c): Likewise.
225         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
227         * sysdeps/unix/sysv/linux/alpha/brk.S: Fix error path for PIC.
229         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
231         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove
232         __connect_internal alias.
234         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use
235         fgets_unlocked.
237         * sysdeps/alpha/Implies: Include ieee754/dbl-64/wordsize-64.
239         * sysdeps/alpha/alphaev6/fpu/e_sqrt.S: Use dynamic rounding.
240         * sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: Likewise.
241         * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): New.
242         (__ieee754_sqrtf): New.
244         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Replace
245         _internal alias by hidden_def.
247         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Remove __ASSUME_TIMEVAL64.
248         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Remove file.
249         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Remove file.
250         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Remove file.
251         * sysdeps/unix/sysv/linux/alpha/select.S: Remove file.
252         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Remove file.
253         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Remove file.
254         * sysdeps/unix/sysv/linux/alpha/utimes.S: Remove file.
255         * sysdeps/unix/sysv/linux/alpha/wait4.S: Remove file.
256         * sysdeps/unix/sysv/linux/alpha/syscalls.list (getitimer): New.
257         (getrusage, gettimeofday, select, setitimer): New.
258         (settimeofday, utimes, wait4): New.
259         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Remove
260         __ASSUME_TIMEVAL64.
261         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Update.
262         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Update.
264 2012-05-24  Richard Henderson  <rth@twiddle.net>
266         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: New file.
267         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: New file.
268         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: New file.
269         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: New file.
270         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: New file.
271         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: New file.
272         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: New file.
273         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: New file.
274         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: New file.
275         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: New file.
276         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: New file.
277         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: New file.
278         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: New file.
280         * sysdeps/alpha/ldiv.S (imaxdiv): Re-add alias.
282         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove __ASSUME_32BITUIDS.
283         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
284         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
286         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MADV_HUGEPAGE): New.
287         (MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): New.
289 2012-05-20  Richard Henderson  <rth@twiddle.net>
291         * sysdeps/alpha/add_n.S: Rename from add_n.s.
292         * sysdeps/alpha/addmul_1.S: Rename from addmul_1.s.
293         * sysdeps/alpha/alphaev5/add_n.S: Rename from add_n.s.
294         * sysdeps/alpha/alphaev5/lshift.S: Rename from lshift.s.
295         * sysdeps/alpha/alphaev5/rshift.S: Rename from rshift.s.
296         * sysdeps/alpha/alphaev5/sub_n.S: Rename from sub_n.s.
297         * sysdeps/alpha/alphaev6/addmul_1.S: Rename from addmul_1.s.
298         * sysdeps/alpha/lshift.S: Rename from lshift.s.
299         * sysdeps/alpha/mul_1.S: Rename from mul_1.s.
300         * sysdeps/alpha/rshift.S: Rename from rshift.s.
301         * sysdeps/alpha/sub_n.S: Rename from sub_n.s.
302         * sysdeps/alpha/submul_1.S: Rename from submul_1.s.
304 2012-05-18  Richard Henderson  <rth@twiddle.net>
306         * data/localplt-alpha-linux-gnu.data: New file.
308         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__FSWORD_T_TYPE,
309         __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE): New.
311 2012-04-26  Matt Turner  <mattst88@gmail.com>
313         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel
314         version needed to define __ASSUME_ACCEPT4.
316         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use "c"
317         and "e" in fopen.
319         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
320         (MAP_HUGETLB): Likewise.
322         * sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
323         * sysdeps/unix/alpha/sysdep.h: Likewise.
324         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
326         * sysdeps/alpha/fpu/bits/fenv.h: Use const instead of __const.
327         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Likewise.
328         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
330         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
332 2012-03-27  Richard Henderson  <rth@twiddle.net>
334         * sysdeps/alpha/elf/configure.in: Move to ...
335         * sysdeps/alpha/configure.in: ... here.  Update comment.
336         * sysdeps/alpha/configure: Regenerate.
337         * sysdeps/alpha/elf/crti.S: Move to ...
338         * sysdeps/alpha/crti.S: ... here.
339         * sysdeps/alpha/elf/crtn.S: Move to ...
340         * sysdeps/alpha/crtn.S: ... here.
341         * sysdeps/alpha/elf/start.S: Move to ...
342         * sysdeps/alpha/start.S: ... here.
344 2012-03-21  Richard Henderson  <rth@twiddle.net>
346         * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
347         of <stdio-common/_itoa.h>.
349 2012-03-19  Richard Henderson  <rth@twiddle.net>
351         * sysdeps/alpha/fpu/math_private.h: New file.
353 2012-03-11  Richard Henderson  <rth@twiddle.net>
355         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Remove file.
356         * sysdeps/unix/sysv/linux/alpha/bits/socket_type.h: New file.
358 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
360         [BZ #13673]
361         Replace FSF snail mail address with URLs, as per GNU coding standards.
363 2012-03-04  Richard Henderson  <rth@twiddle.net>
365         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_sethae): Mark
366         as always_inline.
368 2012-03-04  Richard Henderson  <rth@twiddle.net>
370         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (recvmmsg): Only
371         declare if __USE_GNU.
372         (sendmmsg): Add declaration.
374 2012-03-04  Richard Henderson  <rth@twiddle.net>
376         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Don't name the
377         siginfo_t struct.  Add forward declaration of pthread_attr_t;
378         use it in sigevent.
379         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
380         (pthread_attr_t): Add union tag to pthread_attr_t; only define
381         typedef if not already defined.
383 2012-02-21  Richard Henderson  <rth@twiddle.net>
385         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h: New file.
386         * sysdeps/unix/sysv/linux/alpha/bits/timerfd.h: Likewise.
387         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: Remove.
388         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: Likewise.
390 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
392         * sysdeps/unix/sysv/linux/alpha/bits/errno.h (ERFKILL, EHWPOISON):
393         Define if not defined.
394         * sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist compat
395         entry for 2.16.
397 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
399         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
401 2012-02-16  Richard Henderson  <rth@twiddle.net>
403         * sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control,
404         __ieee_get_fp_control): Mark as hidden proto.
406 2012-02-15  Mike Hommey  <mh+reportbug@glandium.org>
408         [BZ #11677]
409         * sysdeps/unix/sysv/linux/alpha/syscall.S: Support 6th argument.
411 2012-02-15  Richard Henderson  <rth@twiddle.net>
413         * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
414         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
416         * sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
417         (inline_syscall0, inline_syscall1, inline_syscall2,
418         inline_syscall3, inline_syscall4, inline_syscall5,
419         inline_syscall6): Use it.
420         * sysdeps/unix/sysv/linux/alpha/setregid.c: Remove.
421         * sysdeps/unix/sysv/linux/alpha/setreuid.c: Remove.
422         * sysdeps/unix/sysv/linux/alpha/setresgid.c: Remove.
423         * sysdeps/unix/sysv/linux/alpha/setresuid.c: Remove.
425         * sysdeps/unix/alpha/sysdep.h: Don't include <tls.h>
426         [PIC] (SYSCALL_ERROR_HANDLER): Emit nothing.
427         [PIC] (SYSCALL_ERROR_LABEL): Add !samegp markup.
429         * sysdeps/alpha/dl-machine.h: Don't check USE___THREAD.
431         * sysdeps/unix/alpha/sysdeps.S: Don't check __ELF__, USE___THREAD,
432         or _LIBC_REENTRANT.
434 2012-02-15  Richard Henderson  <rth@twiddle.net>
436         [BZ #13361]
437         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (struct file_handle): New.
438         (fallocate, name_to_handle_at, open_by_handle_at): Declare.
440 2012-02-14  Joseph Myers  <joseph@codesourcery.com>
441             Tom de Vries  <tom@codesourcery.com>
443         * sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
444         libc_relro_required conditional on alpha machine.  Move setting of
445         libc_cv_gcc_unwind_find_fde ...
446         * sysdeps/unix/sysv/linux/alpha/configure.in: ... here.
448 2012-02-13  Richard Henderson  <rth@twiddle.net>
450         * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
451         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
453 2012-02-09  Richard Henderson  <rth@twiddle.net>
455         * sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
456         (libc_commonpagesize, libc_relro_required): New.
458 2012-02-08  Richard Henderson  <rth@twiddle.net>
460         * sysdeps/alpha/ldsodefs.h: New file.
461         * sysdeps/alpha/tst-audit.h: New file.
462         * sysdeps/alpha/tls-macros.h: New file.
464         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
465         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
466         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
467         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
468         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
469         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
470         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
471         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
473         * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
474         * sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
475         * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
477         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
479         * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
481         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
483         * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
484         * sysdeps/unix/sysv/linux/alpha/configure: Build.
485         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
486         multiple includes.  Disable statfs64 entirely.
488         * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
489         * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
490         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
491         the test fails.  Don't set HAVE_TLS_SUPPORT.
492         * sysdeps/alpha/elf/configure: Rebuild.
494 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
496         * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
497         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
498         wordexp.c.
500 2011-10-05  Andreas Schwab  <schwab@redhat.com>
502         * sysdeps/alpha/dl-machine.h (elf_machine_rela)
503         (elf_machine_lazy_rel): Add parameter skip_ifunc.
505 2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>
507         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
508         Fix wrong register in stack pointer comparison.
510 2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
512         * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
513         * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
515 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
517         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
518         struct statfs64): Add f_flags field.
520 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
522         * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
524 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
526         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
527         F_GETPIPE_SZ): Define.
529 2010-09-26  Michael Cree  <mcree@orcon.net.nz>
531         * sysdeps/alpha/memchr.c: Include <bp-sym.h>
532         (__memchr): Add casts for integer arithmetic on pointers.
534 2010-09-23  Richard Henderson  <rth@redhat.com>
536         [BZ #12019]
537         * sysdeps/alpha/alphaev6/memchr.S: Remove.
538         * sysdeps/alpha/memchr.S: Remove.
539         * sysdeps/alpha/memchr.c: New.
541 2010-09-23  Richard Henderson  <rth@redhat.com>
543         [BZ #1864]
544         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
545         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
546         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
547         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
548         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
549         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
550         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
551         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
552         Define without 64-bit aliases.
554 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
556         * sysdeps/alpha/memchr.S: Use prefetch load.
557         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
559 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
561         [BZ #6827]
562         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
563         * sysdeps/alpha/dl-procinfo.c: New.
564         * sysdeps/alpha/dl-procinfo.h: New.
566 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
568         [BZ #5350]
569         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
570         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
571         * sysdeps/alpha/fpu/s_floor.c: Likewise.
572         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
573         * sysdeps/alpha/fpu/s_rint.c: Likewise.
574         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
576 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
578         [BZ #1026]
579         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
580         __ASSUME_STAT64_SYSCALL.
581         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
582         __ASSUME_STAT64_SYSCALL.
583         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
584         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
585         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
586         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
587         __libc_missing_axp_stat64 when it's not needed.
588         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
590 2010-03-30  Richard Henderson  <rth@redhat.com>
592         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
594 2010-03-30  Matt Turner  <mattst88@gmail.com>
596         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
598 2010-03-26  Richard Henderson  <rth@redhat.com>
600         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
602 2010-03-26  Richard Henderson  <rth@redhat.com>
604         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
605         for GLIBC_2.12.
607 2010-03-26  Richard Henderson  <rth@redhat.com>
609         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
611 2010-03-26  Richard Henderson  <rth@redhat.com>
613         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
614         Define extern here; move definition...
615         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
617 2010-03-26  Richard Henderson  <rth@redhat.com>
619         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
620         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
622 2010-03-26  Richard Henderson  <rth@redhat.com>
624         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
625         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
626         F_OWNER_GID, struct f_owner_ex): Define.
627         (F_SETOWN, F_GETOWN): Define with XPG7.
629 2010-03-26  Richard Henderson  <rth@redhat.com>
631         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
632         (PTR_DEMANGLE): Likewise.
634 2010-03-26  Richard Henderson  <rth@redhat.com>
636         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
637         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
639 2010-03-26  Richard Henderson  <rth@redhat.com>
641         * sysdep/unix/sysv/linux/alpha/creat.c: New.
643 2010-03-26  Richard Henderson  <rth@redhat.com>
645         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
646         Adjust the test for gcc 4.5.
647         * sysdep/alpha/elf/configure: Rebuild.
649 2010-03-26  Richard Henderson  <rth@redhat.com>
651         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
652         __arch_exchange_16_int, __arch_exchange_32_int,
653         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
654         __arch_exchange_and_add_64_int): Use __typeof to get the
655         return type correct without warning.
657 2010-03-23  Matt Turner  <mattst88@gmail.com>
658             Aurelien Jarno  <aurelien@aurel32.net>
660         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
662 2010-01-12  Matt Turner  <mattst88@gmail.com>
664         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
665         problem.
667 2010-01-12  Matt Turner  <mattst88@gmail.com>
669         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
670         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
672 2010-01-12  Matt Turner  <mattst88@gmail.com>
674         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
675         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
676         XPG7.
677         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
678         fcntl.h.
680 2010-01-12  Matt Turner  <mattst88@gmail.com>
682         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
683         O_DSYNC to match 2.6.33+ kernels.
685 2009-12-02  Mike Frysinger <vapier@gentoo.org>
687         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
688         include timer_gettime.c -> timer_settime.c.
690 2009-11-23  Matt Turner  <mattst88@gmail.com>
692         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
693         for timestamps also if __USE_XOPEN2K8.
695 2009-11-23  Matt Turner  <mattst88@gmail.com>
697         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
698         names of parameters of sync_file_range.
700 2009-11-23  Matt Turner  <mattst88@gmail.com>
702         [BZ #10972]
703         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
704         constants from recent kernels.
706 2009-11-10  Matt Turner  <mattst88@gmail.com>
708         [BZ #10609]
709         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
710         of empty parameters for file names.
712 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
714         [BZ #10158]
715         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
716         Change parameters and use next_line.
718         [BZ #10160]
719         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
720         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
721         FUTEX_BITSET_MATCH_ANY.
723         [BZ #10161]
724         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
725         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
726         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
727         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
728         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
729         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
730         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
731         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
732         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
734         [BZ #6507]
735         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
736         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
737         elf_fpregset_t): Define. Don't include asm/elf.h.
739 2008-11-26  Roland McGrath  <roland@redhat.com>
741         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
742         repository's ia64 file; #include that.
743         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
744         repository's powerpc file; #include that.
746 2008-11-25  Roland McGrath  <roland@redhat.com>
748         * ChangeLog.alpha: New file (this one).
749         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
750         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
751         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
752         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
753         Subdirectories moved here from main repository.
754         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
755         Subdirectories moved here from main repository's nptl/ subdirectory.
756         * sysdeps/alpha/preconfigure: New file.
757         * sysdeps/alpha/shlib-versions: New file.
759 Local Variables:
760 mode: change-log
761 left-margin: 8
762 fill-column: 74
763 End: