alpha: Tidy up ieee_get/set_fp_control syscalls
[glibc.git] / ports / ChangeLog.alpha
blob719fc6a9bf87d02f4e9f6d4833787305f183ae97
1 2012-08-08  Richard Henderson  <rth@redhat.com>
3         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use dwarf2
4         cfi markup for unwind.  Adjust stack early so that the normal
5         syscall error path can be used.
6         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
8         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9         (__ASSUME_STAT64_SYSCALL): Remove.
10         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Remove test
11         for __ASSUME_STAT64_SYSCALL.
12         * sysdeps/unsx/sysv/linux/alpha/fxstatat.c: Likewise.
13         * sysdeps/unsx/sysv/linux/alpha/lxstat.c: Likewise.
14         * sysdeps/unsx/sysv/linux/alpha/xstat.c: Likewise.
15         * sysdeps/unsx/sysv/linux/alpha/xstatconv.c: Likewise.
16         * sysdeps/unsx/sysv/linux/alpha/xstatconv.h: Likewise.
18 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
20         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
21         (__ASSUME_TGKILL): Define unconditionally.
22         (__ASSUME_STAT64_SYSCALL): Likewise.
23         (__ASSUME_IEEE_RAISE_EXCEPTION): Likewise.
25 2012-08-02  Roland McGrath  <roland@hack.frob.com>
27         * sysdeps/unix/sysv/linux/alpha/bits/dirent.h
28         (_DIRENT_MATCHES_DIRENT64): New macro.
30 2012-08-02  Roland McGrath  <roland@hack.frob.com>
32         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
33         (__OFF_T_MATCHES_OFF64_T): New macro.
35 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
37         * sysdeps/unix/sysv/linux/alpha/configure.in
38         (arch_minimum_kernel): Remove.
39         * sysdeps/unix/sysv/linux/alpha/configure: Regenerated.
41 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
43         * sysdeps/alpha/tst-audit.h (int_retval): Define.
45 2012-07-26  Andreas Jaeger  <aj@suse.de>
47         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (siginfo_t): Add
48         _sigsys.
49         (si_call_addr, si_syscall, si_arch): Define new macro.
51 2012-07-25  Florian Weimer  <fweimer@redhat.com>
53         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add
54         secure_getenv.
56 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
58         * data/localplt-alpha-linux-gnu.data: Move to ...
59         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: ... here.
61 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
63         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Move from
64         ../scripts/data/c++-types-alpha-linux-gnu.data.
66 2012-06-15  Richard Henderson  <rth@twiddle.net>
68         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): New.
70         * sysdeps/alpha/fpu/s_rint.c (__rint): Handle inexact regardless
71         of -mieee-with-inexact.
72         * sysdeps/alpha/fpu/s_rintf.c (__rintf): Likewise.
74         [BZ #13848]
75         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Fix corner cases
76         similar to BZ#5350.
77         * sysdeps/alpha/fpu/s_nearbyintf.c (__nearbyintf): Likewise.
79         * sysdeps/alpha/fpu/s_copysign.c (__copysign): Use builtin.
80         * sysdeps/alpha/fpu/s_copysignf.c (__copysignf): Use builtin.
82         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_RTTIME): New.
83         (prlimit, prlimit64): New declarations.
84         * sysdeps/unix/sysv/linux/alpha/bits/shm.h (SHM_EXEC): New.
85         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use only __USE_ATFILE
86         to protect UTIME_NOW and UTIME_OMIT.
88         * sysdeps/alpha/fpu/cfloat-compat.h: Remove __GNUC_PREREQ check.
89         * sysdeps/alpha/fpu/s_fabs.c (__fabs): Likewise.
90         * sysdeps/alpha/fpu/s_fabsf.c (__fabsf): Likewise.
91         * sysdeps/unix/sysv/linux/alpha/sysconf.c (implver): Remove.
92         (amask): Remove.
93         (__sysconf): Use builtins directly.
95         * sysdeps/alpha/bits/mathdef.h (float_t): Define as float
96         regardless of __GNUC__.
98 2012-06-06  Richard Henderson  <rth@twiddle.net>
100         * sysdeps/alpha/strncmp.S: Bound count to LONG_MAX at startup.
101         Re-organize checks vs s2 end-of-count.
103         [BZ #13718]
104         * sysdeps/alpha/stxncmp.S: Bound count to LONG_MAX at startup.
105         * sysdeps/alpha/alphaev6/stxncmp.S: Likewise.
107         * sysdeps/alpha/fpu/e_sqrt.c: Include <math_private.h> before
108         redefining __ieee758_sqrt.
110         * sysdeps/alpha/alphaev6/stxcpy.S: Use cfi markup instead of
111         dual ecoff procedure descriptors.
112         * sysdeps/alpha/alphaev6/stxncpy.S: Likewise.
113         * sysdeps/alpha/bzero.S: Likewise.
114         * sysdeps/alpha/memset.S: Likewise.
115         * sysdeps/alpha/stxcpy.S: Likewise.
116         * sysdeps/alpha/stxncpy.S: Likewise.
117         * sysdeps/unix/alpha/sysdep.h (USEPV_PROF): New.
119         * sysdeps/alpha/_mcount.S: Move .prologue after stack alloc.
121 2012-06-05  Richard Henderson  <rth@twiddle.net>
123         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use .cfi_signal_frame
124         instead of a hack using extra nops.
126         * sysdeps/unxi/alpha/getppid.S: New file.
127         * sysdeps/unxi/alpha/getegid.S: New file.
128         * sysdeps/unxi/alpha/geteuid.S: New file.
130 2012-06-01  Richard Henderson  <rth@twiddle.net>
132         * sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact.
134         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
136 2012-05-30  Richard Henderson  <rth@twiddle.net>
138         * sysdeps/alpha/Makefile (CFLAGS-s_fma.c): Set -mieee-with-inexact.
139         (CFLAGS-s_fmaf.c): Likewise.
140         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
142         * sysdeps/unix/sysv/linux/alpha/brk.S: Fix error path for PIC.
144         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
146         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove
147         __connect_internal alias.
149         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use
150         fgets_unlocked.
152         * sysdeps/alpha/Implies: Include ieee754/dbl-64/wordsize-64.
154         * sysdeps/alpha/alphaev6/fpu/e_sqrt.S: Use dynamic rounding.
155         * sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: Likewise.
156         * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): New.
157         (__ieee754_sqrtf): New.
159         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Replace
160         _internal alias by hidden_def.
162         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Remove __ASSUME_TIMEVAL64.
163         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Remove file.
164         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Remove file.
165         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Remove file.
166         * sysdeps/unix/sysv/linux/alpha/select.S: Remove file.
167         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Remove file.
168         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Remove file.
169         * sysdeps/unix/sysv/linux/alpha/utimes.S: Remove file.
170         * sysdeps/unix/sysv/linux/alpha/wait4.S: Remove file.
171         * sysdeps/unix/sysv/linux/alpha/syscalls.list (getitimer): New.
172         (getrusage, gettimeofday, select, setitimer): New.
173         (settimeofday, utimes, wait4): New.
174         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Remove
175         __ASSUME_TIMEVAL64.
176         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Update.
177         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Update.
179 2012-05-24  Richard Henderson  <rth@twiddle.net>
181         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: New file.
182         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: New file.
183         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: New file.
184         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: New file.
185         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: New file.
186         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: New file.
187         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: New file.
188         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: New file.
189         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: New file.
190         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: New file.
191         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: New file.
192         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: New file.
193         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: New file.
195         * sysdeps/alpha/ldiv.S (imaxdiv): Re-add alias.
197         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove __ASSUME_32BITUIDS.
198         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
199         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
201         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MADV_HUGEPAGE): New.
202         (MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): New.
204 2012-05-20  Richard Henderson  <rth@twiddle.net>
206         * sysdeps/alpha/add_n.S: Rename from add_n.s.
207         * sysdeps/alpha/addmul_1.S: Rename from addmul_1.s.
208         * sysdeps/alpha/alphaev5/add_n.S: Rename from add_n.s.
209         * sysdeps/alpha/alphaev5/lshift.S: Rename from lshift.s.
210         * sysdeps/alpha/alphaev5/rshift.S: Rename from rshift.s.
211         * sysdeps/alpha/alphaev5/sub_n.S: Rename from sub_n.s.
212         * sysdeps/alpha/alphaev6/addmul_1.S: Rename from addmul_1.s.
213         * sysdeps/alpha/lshift.S: Rename from lshift.s.
214         * sysdeps/alpha/mul_1.S: Rename from mul_1.s.
215         * sysdeps/alpha/rshift.S: Rename from rshift.s.
216         * sysdeps/alpha/sub_n.S: Rename from sub_n.s.
217         * sysdeps/alpha/submul_1.S: Rename from submul_1.s.
219 2012-05-18  Richard Henderson  <rth@twiddle.net>
221         * data/localplt-alpha-linux-gnu.data: New file.
223         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__FSWORD_T_TYPE,
224         __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE): New.
226 2012-04-26  Matt Turner  <mattst88@gmail.com>
228         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel
229         version needed to define __ASSUME_ACCEPT4.
231         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use "c"
232         and "e" in fopen.
234         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
235         (MAP_HUGETLB): Likewise.
237         * sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
238         * sysdeps/unix/alpha/sysdep.h: Likewise.
239         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
241         * sysdeps/alpha/fpu/bits/fenv.h: Use const instead of __const.
242         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Likewise.
243         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
245         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
247 2012-03-27  Richard Henderson  <rth@twiddle.net>
249         * sysdeps/alpha/elf/configure.in: Move to ...
250         * sysdeps/alpha/configure.in: ... here.  Update comment.
251         * sysdeps/alpha/configure: Regenerate.
252         * sysdeps/alpha/elf/crti.S: Move to ...
253         * sysdeps/alpha/crti.S: ... here.
254         * sysdeps/alpha/elf/crtn.S: Move to ...
255         * sysdeps/alpha/crtn.S: ... here.
256         * sysdeps/alpha/elf/start.S: Move to ...
257         * sysdeps/alpha/start.S: ... here.
259 2012-03-21  Richard Henderson  <rth@twiddle.net>
261         * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
262         of <stdio-common/_itoa.h>.
264 2012-03-19  Richard Henderson  <rth@twiddle.net>
266         * sysdeps/alpha/fpu/math_private.h: New file.
268 2012-03-11  Richard Henderson  <rth@twiddle.net>
270         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Remove file.
271         * sysdeps/unix/sysv/linux/alpha/bits/socket_type.h: New file.
273 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
275         [BZ #13673]
276         Replace FSF snail mail address with URLs, as per GNU coding standards.
278 2012-03-04  Richard Henderson  <rth@twiddle.net>
280         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_sethae): Mark
281         as always_inline.
283 2012-03-04  Richard Henderson  <rth@twiddle.net>
285         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (recvmmsg): Only
286         declare if __USE_GNU.
287         (sendmmsg): Add declaration.
289 2012-03-04  Richard Henderson  <rth@twiddle.net>
291         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Don't name the
292         siginfo_t struct.  Add forward declaration of pthread_attr_t;
293         use it in sigevent.
294         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
295         (pthread_attr_t): Add union tag to pthread_attr_t; only define
296         typedef if not already defined.
298 2012-02-21  Richard Henderson  <rth@twiddle.net>
300         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h: New file.
301         * sysdeps/unix/sysv/linux/alpha/bits/timerfd.h: Likewise.
302         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: Remove.
303         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: Likewise.
305 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
307         * sysdeps/unix/sysv/linux/alpha/bits/errno.h (ERFKILL, EHWPOISON):
308         Define if not defined.
309         * sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist compat
310         entry for 2.16.
312 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
314         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
316 2012-02-16  Richard Henderson  <rth@twiddle.net>
318         * sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control,
319         __ieee_get_fp_control): Mark as hidden proto.
321 2012-02-15  Mike Hommey  <mh+reportbug@glandium.org>
323         [BZ #11677]
324         * sysdeps/unix/sysv/linux/alpha/syscall.S: Support 6th argument.
326 2012-02-15  Richard Henderson  <rth@twiddle.net>
328         * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
329         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
331         * sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
332         (inline_syscall0, inline_syscall1, inline_syscall2,
333         inline_syscall3, inline_syscall4, inline_syscall5,
334         inline_syscall6): Use it.
335         * sysdeps/unix/sysv/linux/alpha/setregid.c: Remove.
336         * sysdeps/unix/sysv/linux/alpha/setreuid.c: Remove.
337         * sysdeps/unix/sysv/linux/alpha/setresgid.c: Remove.
338         * sysdeps/unix/sysv/linux/alpha/setresuid.c: Remove.
340         * sysdeps/unix/alpha/sysdep.h: Don't include <tls.h>
341         [PIC] (SYSCALL_ERROR_HANDLER): Emit nothing.
342         [PIC] (SYSCALL_ERROR_LABEL): Add !samegp markup.
344         * sysdeps/alpha/dl-machine.h: Don't check USE___THREAD.
346         * sysdeps/unix/alpha/sysdeps.S: Don't check __ELF__, USE___THREAD,
347         or _LIBC_REENTRANT.
349 2012-02-15  Richard Henderson  <rth@twiddle.net>
351         [BZ #13361]
352         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (struct file_handle): New.
353         (fallocate, name_to_handle_at, open_by_handle_at): Declare.
355 2012-02-14  Joseph Myers  <joseph@codesourcery.com>
356             Tom de Vries  <tom@codesourcery.com>
358         * sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
359         libc_relro_required conditional on alpha machine.  Move setting of
360         libc_cv_gcc_unwind_find_fde ...
361         * sysdeps/unix/sysv/linux/alpha/configure.in: ... here.
363 2012-02-13  Richard Henderson  <rth@twiddle.net>
365         * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
366         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
368 2012-02-09  Richard Henderson  <rth@twiddle.net>
370         * sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
371         (libc_commonpagesize, libc_relro_required): New.
373 2012-02-08  Richard Henderson  <rth@twiddle.net>
375         * sysdeps/alpha/ldsodefs.h: New file.
376         * sysdeps/alpha/tst-audit.h: New file.
377         * sysdeps/alpha/tls-macros.h: New file.
379         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
380         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
381         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
382         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
383         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
384         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
385         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
386         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
388         * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
389         * sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
390         * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
392         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
394         * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
396         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
398         * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
399         * sysdeps/unix/sysv/linux/alpha/configure: Build.
400         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
401         multiple includes.  Disable statfs64 entirely.
403         * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
404         * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
405         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
406         the test fails.  Don't set HAVE_TLS_SUPPORT.
407         * sysdeps/alpha/elf/configure: Rebuild.
409 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
411         * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
412         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
413         wordexp.c.
415 2011-10-05  Andreas Schwab  <schwab@redhat.com>
417         * sysdeps/alpha/dl-machine.h (elf_machine_rela)
418         (elf_machine_lazy_rel): Add parameter skip_ifunc.
420 2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>
422         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
423         Fix wrong register in stack pointer comparison.
425 2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
427         * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
428         * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
430 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
432         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
433         struct statfs64): Add f_flags field.
435 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
437         * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
439 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
441         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
442         F_GETPIPE_SZ): Define.
444 2010-09-26  Michael Cree  <mcree@orcon.net.nz>
446         * sysdeps/alpha/memchr.c: Include <bp-sym.h>
447         (__memchr): Add casts for integer arithmetic on pointers.
449 2010-09-23  Richard Henderson  <rth@redhat.com>
451         [BZ #12019]
452         * sysdeps/alpha/alphaev6/memchr.S: Remove.
453         * sysdeps/alpha/memchr.S: Remove.
454         * sysdeps/alpha/memchr.c: New.
456 2010-09-23  Richard Henderson  <rth@redhat.com>
458         [BZ #1864]
459         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
460         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
461         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
462         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
463         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
464         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
465         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
466         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
467         Define without 64-bit aliases.
469 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
471         * sysdeps/alpha/memchr.S: Use prefetch load.
472         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
474 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
476         [BZ #6827]
477         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
478         * sysdeps/alpha/dl-procinfo.c: New.
479         * sysdeps/alpha/dl-procinfo.h: New.
481 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
483         [BZ #5350]
484         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
485         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
486         * sysdeps/alpha/fpu/s_floor.c: Likewise.
487         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
488         * sysdeps/alpha/fpu/s_rint.c: Likewise.
489         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
491 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
493         [BZ #1026]
494         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
495         __ASSUME_STAT64_SYSCALL.
496         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
497         __ASSUME_STAT64_SYSCALL.
498         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
499         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
500         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
501         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
502         __libc_missing_axp_stat64 when it's not needed.
503         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
505 2010-03-30  Richard Henderson  <rth@redhat.com>
507         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
509 2010-03-30  Matt Turner  <mattst88@gmail.com>
511         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
513 2010-03-26  Richard Henderson  <rth@redhat.com>
515         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
517 2010-03-26  Richard Henderson  <rth@redhat.com>
519         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
520         for GLIBC_2.12.
522 2010-03-26  Richard Henderson  <rth@redhat.com>
524         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
526 2010-03-26  Richard Henderson  <rth@redhat.com>
528         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
529         Define extern here; move definition...
530         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
532 2010-03-26  Richard Henderson  <rth@redhat.com>
534         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
535         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
537 2010-03-26  Richard Henderson  <rth@redhat.com>
539         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
540         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
541         F_OWNER_GID, struct f_owner_ex): Define.
542         (F_SETOWN, F_GETOWN): Define with XPG7.
544 2010-03-26  Richard Henderson  <rth@redhat.com>
546         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
547         (PTR_DEMANGLE): Likewise.
549 2010-03-26  Richard Henderson  <rth@redhat.com>
551         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
552         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
554 2010-03-26  Richard Henderson  <rth@redhat.com>
556         * sysdep/unix/sysv/linux/alpha/creat.c: New.
558 2010-03-26  Richard Henderson  <rth@redhat.com>
560         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
561         Adjust the test for gcc 4.5.
562         * sysdep/alpha/elf/configure: Rebuild.
564 2010-03-26  Richard Henderson  <rth@redhat.com>
566         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
567         __arch_exchange_16_int, __arch_exchange_32_int,
568         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
569         __arch_exchange_and_add_64_int): Use __typeof to get the
570         return type correct without warning.
572 2010-03-23  Matt Turner  <mattst88@gmail.com>
573             Aurelien Jarno  <aurelien@aurel32.net>
575         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
577 2010-01-12  Matt Turner  <mattst88@gmail.com>
579         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
580         problem.
582 2010-01-12  Matt Turner  <mattst88@gmail.com>
584         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
585         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
587 2010-01-12  Matt Turner  <mattst88@gmail.com>
589         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
590         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
591         XPG7.
592         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
593         fcntl.h.
595 2010-01-12  Matt Turner  <mattst88@gmail.com>
597         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
598         O_DSYNC to match 2.6.33+ kernels.
600 2009-12-02  Mike Frysinger <vapier@gentoo.org>
602         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
603         include timer_gettime.c -> timer_settime.c.
605 2009-11-23  Matt Turner  <mattst88@gmail.com>
607         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
608         for timestamps also if __USE_XOPEN2K8.
610 2009-11-23  Matt Turner  <mattst88@gmail.com>
612         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
613         names of parameters of sync_file_range.
615 2009-11-23  Matt Turner  <mattst88@gmail.com>
617         [BZ #10972]
618         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
619         constants from recent kernels.
621 2009-11-10  Matt Turner  <mattst88@gmail.com>
623         [BZ #10609]
624         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
625         of empty parameters for file names.
627 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
629         [BZ #10158]
630         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
631         Change parameters and use next_line.
633         [BZ #10160]
634         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
635         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
636         FUTEX_BITSET_MATCH_ANY.
638         [BZ #10161]
639         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
640         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
641         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
642         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
643         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
644         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
645         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
646         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
647         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
649         [BZ #6507]
650         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
651         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
652         elf_fpregset_t): Define. Don't include asm/elf.h.
654 2008-11-26  Roland McGrath  <roland@redhat.com>
656         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
657         repository's ia64 file; #include that.
658         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
659         repository's powerpc file; #include that.
661 2008-11-25  Roland McGrath  <roland@redhat.com>
663         * ChangeLog.alpha: New file (this one).
664         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
665         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
666         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
667         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
668         Subdirectories moved here from main repository.
669         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
670         Subdirectories moved here from main repository's nptl/ subdirectory.
671         * sysdeps/alpha/preconfigure: New file.
672         * sysdeps/alpha/shlib-versions: New file.
674 Local Variables:
675 mode: change-log
676 left-margin: 8
677 fill-column: 74
678 End: