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