Add Changelog ...
[glibc.git] / ChangeLog.alpha
blob062b4f283d53ebda2e699ba717ac1df6e1bc556e
1 2012-06-15  Richard Henderson  <rth@twiddle.net>
3         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): New.
5         * sysdeps/alpha/fpu/s_rint.c (__rint): Handle inexact regardless
6         of -mieee-with-inexact.
7         * sysdeps/alpha/fpu/s_rintf.c (__rintf): Likewise.
9         [BZ #13848]
10         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Fix corner cases
11         similar to BZ#5350.
12         * sysdeps/alpha/fpu/s_nearbyintf.c (__nearbyintf): Likewise.
14         * sysdeps/alpha/fpu/s_copysign.c (__copysign): Use builtin.
15         * sysdeps/alpha/fpu/s_copysignf.c (__copysignf): Use builtin.
17         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_RTTIME): New.
18         (prlimit, prlimit64): New declarations.
19         * sysdeps/unix/sysv/linux/alpha/bits/shm.h (SHM_EXEC): New.
20         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use only __USE_ATFILE
21         to protect UTIME_NOW and UTIME_OMIT.
23         * sysdeps/alpha/fpu/cfloat-compat.h: Remove __GNUC_PREREQ check.
24         * sysdeps/alpha/fpu/s_fabs.c (__fabs): Likewise.
25         * sysdeps/alpha/fpu/s_fabsf.c (__fabsf): Likewise.
26         * sysdeps/unix/sysv/linux/alpha/sysconf.c (implver): Remove.
27         (amask): Remove.
28         (__sysconf): Use builtins directly.
30         * sysdeps/alpha/bits/mathdef.h (float_t): Define as float
31         regardless of __GNUC__.
33 2012-06-06  Richard Henderson  <rth@twiddle.net>
35         * sysdeps/alpha/strncmp.S: Bound count to LONG_MAX at startup.
36         Re-organize checks vs s2 end-of-count.
38         [BZ #13718]
39         * sysdeps/alpha/stxncmp.S: Bound count to LONG_MAX at startup.
40         * sysdeps/alpha/alphaev6/stxncmp.S: Likewise.
42         * sysdeps/alpha/fpu/e_sqrt.c: Include <math_private.h> before
43         redefining __ieee758_sqrt.
45         * sysdeps/alpha/alphaev6/stxcpy.S: Use cfi markup instead of
46         dual ecoff procedure descriptors.
47         * sysdeps/alpha/alphaev6/stxncpy.S: Likewise.
48         * sysdeps/alpha/bzero.S: Likewise.
49         * sysdeps/alpha/memset.S: Likewise.
50         * sysdeps/alpha/stxcpy.S: Likewise.
51         * sysdeps/alpha/stxncpy.S: Likewise.
52         * sysdeps/unix/alpha/sysdep.h (USEPV_PROF): New.
54         * sysdeps/alpha/_mcount.S: Move .prologue after stack alloc.
56 2012-06-05  Richard Henderson  <rth@twiddle.net>
58         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use .cfi_signal_frame
59         instead of a hack using extra nops.
61         * sysdeps/unxi/alpha/getppid.S: New file.
62         * sysdeps/unxi/alpha/getegid.S: New file.
63         * sysdeps/unxi/alpha/geteuid.S: New file.
65 2012-06-01  Richard Henderson  <rth@twiddle.net>
67         * sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact.
69         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
71 2012-05-30  Richard Henderson  <rth@twiddle.net>
73         * sysdeps/alpha/Makefile (CFLAGS-s_fma.c): Set -mieee-with-inexact.
74         (CFLAGS-s_fmaf.c): Likewise.
75         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
77         * sysdeps/unix/sysv/linux/alpha/brk.S: Fix error path for PIC.
79         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
81         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove
82         __connect_internal alias.
84         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use
85         fgets_unlocked.
87         * sysdeps/alpha/Implies: Include ieee754/dbl-64/wordsize-64.
89         * sysdeps/alpha/alphaev6/fpu/e_sqrt.S: Use dynamic rounding.
90         * sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: Likewise.
91         * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): New.
92         (__ieee754_sqrtf): New.
94         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Replace
95         _internal alias by hidden_def.
97         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Remove __ASSUME_TIMEVAL64.
98         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Remove file.
99         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Remove file.
100         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Remove file.
101         * sysdeps/unix/sysv/linux/alpha/select.S: Remove file.
102         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Remove file.
103         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Remove file.
104         * sysdeps/unix/sysv/linux/alpha/utimes.S: Remove file.
105         * sysdeps/unix/sysv/linux/alpha/wait4.S: Remove file.
106         * sysdeps/unix/sysv/linux/alpha/syscalls.list (getitimer): New.
107         (getrusage, gettimeofday, select, setitimer): New.
108         (settimeofday, utimes, wait4): New.
109         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Remove
110         __ASSUME_TIMEVAL64.
111         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Update.
112         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Update.
114 2012-05-24  Richard Henderson  <rth@twiddle.net>
116         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: New file.
117         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: New file.
118         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: New file.
119         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: New file.
120         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: New file.
121         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: New file.
122         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: New file.
123         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: New file.
124         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: New file.
125         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: New file.
126         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: New file.
127         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: New file.
128         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: New file.
130         * sysdeps/alpha/ldiv.S (imaxdiv): Re-add alias.
132         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove __ASSUME_32BITUIDS.
133         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
134         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
136         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MADV_HUGEPAGE): New.
137         (MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): New.
139 2012-05-20  Richard Henderson  <rth@twiddle.net>
141         * sysdeps/alpha/add_n.S: Rename from add_n.s.
142         * sysdeps/alpha/addmul_1.S: Rename from addmul_1.s.
143         * sysdeps/alpha/alphaev5/add_n.S: Rename from add_n.s.
144         * sysdeps/alpha/alphaev5/lshift.S: Rename from lshift.s.
145         * sysdeps/alpha/alphaev5/rshift.S: Rename from rshift.s.
146         * sysdeps/alpha/alphaev5/sub_n.S: Rename from sub_n.s.
147         * sysdeps/alpha/alphaev6/addmul_1.S: Rename from addmul_1.s.
148         * sysdeps/alpha/lshift.S: Rename from lshift.s.
149         * sysdeps/alpha/mul_1.S: Rename from mul_1.s.
150         * sysdeps/alpha/rshift.S: Rename from rshift.s.
151         * sysdeps/alpha/sub_n.S: Rename from sub_n.s.
152         * sysdeps/alpha/submul_1.S: Rename from submul_1.s.
154 2012-05-18  Richard Henderson  <rth@twiddle.net>
156         * data/localplt-alpha-linux-gnu.data: New file.
158         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__FSWORD_T_TYPE,
159         __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE): New.
161 2012-04-26  Matt Turner  <mattst88@gmail.com>
163         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel
164         version needed to define __ASSUME_ACCEPT4.
166         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use "c"
167         and "e" in fopen.
169         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
170         (MAP_HUGETLB): Likewise.
172         * sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
173         * sysdeps/unix/alpha/sysdep.h: Likewise.
174         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
176         * sysdeps/alpha/fpu/bits/fenv.h: Use const instead of __const.
177         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Likewise.
178         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
180         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
182 2012-03-27  Richard Henderson  <rth@twiddle.net>
184         * sysdeps/alpha/elf/configure.in: Move to ...
185         * sysdeps/alpha/configure.in: ... here.  Update comment.
186         * sysdeps/alpha/configure: Regenerate.
187         * sysdeps/alpha/elf/crti.S: Move to ...
188         * sysdeps/alpha/crti.S: ... here.
189         * sysdeps/alpha/elf/crtn.S: Move to ...
190         * sysdeps/alpha/crtn.S: ... here.
191         * sysdeps/alpha/elf/start.S: Move to ...
192         * sysdeps/alpha/start.S: ... here.
194 2012-03-21  Richard Henderson  <rth@twiddle.net>
196         * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
197         of <stdio-common/_itoa.h>.
199 2012-03-19  Richard Henderson  <rth@twiddle.net>
201         * sysdeps/alpha/fpu/math_private.h: New file.
203 2012-03-11  Richard Henderson  <rth@twiddle.net>
205         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Remove file.
206         * sysdeps/unix/sysv/linux/alpha/bits/socket_type.h: New file.
208 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
210         [BZ #13673]
211         Replace FSF snail mail address with URLs, as per GNU coding standards.
213 2012-03-04  Richard Henderson  <rth@twiddle.net>
215         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_sethae): Mark
216         as always_inline.
218 2012-03-04  Richard Henderson  <rth@twiddle.net>
220         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (recvmmsg): Only
221         declare if __USE_GNU.
222         (sendmmsg): Add declaration.
224 2012-03-04  Richard Henderson  <rth@twiddle.net>
226         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Don't name the
227         siginfo_t struct.  Add forward declaration of pthread_attr_t;
228         use it in sigevent.
229         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
230         (pthread_attr_t): Add union tag to pthread_attr_t; only define
231         typedef if not already defined.
233 2012-02-21  Richard Henderson  <rth@twiddle.net>
235         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h: New file.
236         * sysdeps/unix/sysv/linux/alpha/bits/timerfd.h: Likewise.
237         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: Remove.
238         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: Likewise.
240 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
242         * sysdeps/unix/sysv/linux/alpha/bits/errno.h (ERFKILL, EHWPOISON):
243         Define if not defined.
244         * sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist compat
245         entry for 2.16.
247 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
249         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
251 2012-02-16  Richard Henderson  <rth@twiddle.net>
253         * sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control,
254         __ieee_get_fp_control): Mark as hidden proto.
256 2012-02-15  Mike Hommey  <mh+reportbug@glandium.org>
258         [BZ #11677]
259         * sysdeps/unix/sysv/linux/alpha/syscall.S: Support 6th argument.
261 2012-02-15  Richard Henderson  <rth@twiddle.net>
263         * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
264         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
266         * sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
267         (inline_syscall0, inline_syscall1, inline_syscall2,
268         inline_syscall3, inline_syscall4, inline_syscall5,
269         inline_syscall6): Use it.
270         * sysdeps/unix/sysv/linux/alpha/setregid.c: Remove.
271         * sysdeps/unix/sysv/linux/alpha/setreuid.c: Remove.
272         * sysdeps/unix/sysv/linux/alpha/setresgid.c: Remove.
273         * sysdeps/unix/sysv/linux/alpha/setresuid.c: Remove.
275         * sysdeps/unix/alpha/sysdep.h: Don't include <tls.h>
276         [PIC] (SYSCALL_ERROR_HANDLER): Emit nothing.
277         [PIC] (SYSCALL_ERROR_LABEL): Add !samegp markup.
279         * sysdeps/alpha/dl-machine.h: Don't check USE___THREAD.
281         * sysdeps/unix/alpha/sysdeps.S: Don't check __ELF__, USE___THREAD,
282         or _LIBC_REENTRANT.
284 2012-02-15  Richard Henderson  <rth@twiddle.net>
286         [BZ #13361]
287         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (struct file_handle): New.
288         (fallocate, name_to_handle_at, open_by_handle_at): Declare.
290 2012-02-14  Joseph Myers  <joseph@codesourcery.com>
291             Tom de Vries  <tom@codesourcery.com>
293         * sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
294         libc_relro_required conditional on alpha machine.  Move setting of
295         libc_cv_gcc_unwind_find_fde ...
296         * sysdeps/unix/sysv/linux/alpha/configure.in: ... here.
298 2012-02-13  Richard Henderson  <rth@twiddle.net>
300         * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
301         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
303 2012-02-09  Richard Henderson  <rth@twiddle.net>
305         * sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
306         (libc_commonpagesize, libc_relro_required): New.
308 2012-02-08  Richard Henderson  <rth@twiddle.net>
310         * sysdeps/alpha/ldsodefs.h: New file.
311         * sysdeps/alpha/tst-audit.h: New file.
312         * sysdeps/alpha/tls-macros.h: New file.
314         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
315         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
316         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
317         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
318         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
319         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
320         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
321         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
323         * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
324         * sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
325         * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
327         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
329         * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
331         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
333         * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
334         * sysdeps/unix/sysv/linux/alpha/configure: Build.
335         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
336         multiple includes.  Disable statfs64 entirely.
338         * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
339         * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
340         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
341         the test fails.  Don't set HAVE_TLS_SUPPORT.
342         * sysdeps/alpha/elf/configure: Rebuild.
344 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
346         * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
347         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
348         wordexp.c.
350 2011-10-05  Andreas Schwab  <schwab@redhat.com>
352         * sysdeps/alpha/dl-machine.h (elf_machine_rela)
353         (elf_machine_lazy_rel): Add parameter skip_ifunc.
355 2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>
357         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
358         Fix wrong register in stack pointer comparison.
360 2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
362         * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
363         * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
365 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
367         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
368         struct statfs64): Add f_flags field.
370 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
372         * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
374 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
376         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
377         F_GETPIPE_SZ): Define.
379 2010-09-26  Michael Cree  <mcree@orcon.net.nz>
381         * sysdeps/alpha/memchr.c: Include <bp-sym.h>
382         (__memchr): Add casts for integer arithmetic on pointers.
384 2010-09-23  Richard Henderson  <rth@redhat.com>
386         [BZ #12019]
387         * sysdeps/alpha/alphaev6/memchr.S: Remove.
388         * sysdeps/alpha/memchr.S: Remove.
389         * sysdeps/alpha/memchr.c: New.
391 2010-09-23  Richard Henderson  <rth@redhat.com>
393         [BZ #1864]
394         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
395         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
396         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
397         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
398         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
399         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
400         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
401         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
402         Define without 64-bit aliases.
404 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
406         * sysdeps/alpha/memchr.S: Use prefetch load.
407         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
409 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
411         [BZ #6827]
412         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
413         * sysdeps/alpha/dl-procinfo.c: New.
414         * sysdeps/alpha/dl-procinfo.h: New.
416 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
418         [BZ #5350]
419         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
420         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
421         * sysdeps/alpha/fpu/s_floor.c: Likewise.
422         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
423         * sysdeps/alpha/fpu/s_rint.c: Likewise.
424         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
426 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
428         [BZ #1026]
429         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
430         __ASSUME_STAT64_SYSCALL.
431         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
432         __ASSUME_STAT64_SYSCALL.
433         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
434         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
435         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
436         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
437         __libc_missing_axp_stat64 when it's not needed.
438         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
440 2010-03-30  Richard Henderson  <rth@redhat.com>
442         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
444 2010-03-30  Matt Turner  <mattst88@gmail.com>
446         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
448 2010-03-26  Richard Henderson  <rth@redhat.com>
450         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
452 2010-03-26  Richard Henderson  <rth@redhat.com>
454         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
455         for GLIBC_2.12.
457 2010-03-26  Richard Henderson  <rth@redhat.com>
459         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
461 2010-03-26  Richard Henderson  <rth@redhat.com>
463         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
464         Define extern here; move definition...
465         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
467 2010-03-26  Richard Henderson  <rth@redhat.com>
469         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
470         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
472 2010-03-26  Richard Henderson  <rth@redhat.com>
474         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
475         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
476         F_OWNER_GID, struct f_owner_ex): Define.
477         (F_SETOWN, F_GETOWN): Define with XPG7.
479 2010-03-26  Richard Henderson  <rth@redhat.com>
481         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
482         (PTR_DEMANGLE): Likewise.
484 2010-03-26  Richard Henderson  <rth@redhat.com>
486         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
487         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
489 2010-03-26  Richard Henderson  <rth@redhat.com>
491         * sysdep/unix/sysv/linux/alpha/creat.c: New.
493 2010-03-26  Richard Henderson  <rth@redhat.com>
495         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
496         Adjust the test for gcc 4.5.
497         * sysdep/alpha/elf/configure: Rebuild.
499 2010-03-26  Richard Henderson  <rth@redhat.com>
501         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
502         __arch_exchange_16_int, __arch_exchange_32_int,
503         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
504         __arch_exchange_and_add_64_int): Use __typeof to get the
505         return type correct without warning.
507 2010-03-23  Matt Turner  <mattst88@gmail.com>
508             Aurelien Jarno  <aurelien@aurel32.net>
510         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
512 2010-01-12  Matt Turner  <mattst88@gmail.com>
514         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
515         problem.
517 2010-01-12  Matt Turner  <mattst88@gmail.com>
519         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
520         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
522 2010-01-12  Matt Turner  <mattst88@gmail.com>
524         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
525         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
526         XPG7.
527         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
528         fcntl.h.
530 2010-01-12  Matt Turner  <mattst88@gmail.com>
532         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
533         O_DSYNC to match 2.6.33+ kernels.
535 2009-12-02  Mike Frysinger <vapier@gentoo.org>
537         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
538         include timer_gettime.c -> timer_settime.c.
540 2009-11-23  Matt Turner  <mattst88@gmail.com>
542         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
543         for timestamps also if __USE_XOPEN2K8.
545 2009-11-23  Matt Turner  <mattst88@gmail.com>
547         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
548         names of parameters of sync_file_range.
550 2009-11-23  Matt Turner  <mattst88@gmail.com>
552         [BZ #10972]
553         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
554         constants from recent kernels.
556 2009-11-10  Matt Turner  <mattst88@gmail.com>
558         [BZ #10609]
559         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
560         of empty parameters for file names.
562 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
564         [BZ #10158]
565         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
566         Change parameters and use next_line.
568         [BZ #10160]
569         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
570         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
571         FUTEX_BITSET_MATCH_ANY.
573         [BZ #10161]
574         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
575         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
576         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
577         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
578         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
579         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
580         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
581         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
582         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
584         [BZ #6507]
585         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
586         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
587         elf_fpregset_t): Define. Don't include asm/elf.h.
589 2008-11-26  Roland McGrath  <roland@redhat.com>
591         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
592         repository's ia64 file; #include that.
593         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
594         repository's powerpc file; #include that.
596 2008-11-25  Roland McGrath  <roland@redhat.com>
598         * ChangeLog.alpha: New file (this one).
599         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
600         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
601         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
602         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
603         Subdirectories moved here from main repository.
604         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
605         Subdirectories moved here from main repository's nptl/ subdirectory.
606         * sysdeps/alpha/preconfigure: New file.
607         * sysdeps/alpha/shlib-versions: New file.
609 Local Variables:
610 mode: change-log
611 left-margin: 8
612 fill-column: 74
613 End: