Don't use GLIBC_PRIVATE errno outside of libraries
[glibc.git] / ports / ChangeLog.alpha
blob758e97c950e37142f5f9c859908de7d4481b39b6
1 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #13550]
4         * sysdeps/unix/sysv/linux/alpha/semctl.c: Don't include
5         <bp-checks.h> and <bp-semctl.h>.
6         (__new_semctl): Don't use CHECK_SEMCTL.
8 2013-01-08  Andreas Jaeger  <aj@suse.de>
10         [BZ# 14985]
11         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h (EPOLL_NONBLOCK): Remove.
13 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
15         * sysdeps/alpha/Makefile: Fix copyright notice formatting.
17         * All files with FSF copyright notices: Update copyright dates
18         using scripts/update-copyrights.
20 2013-01-02  Richard Henderson  <rth@redhat.com>
22         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
23         (lll_futex_timed_wait_bitset): New.
25 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Reformat copyright
28         notice.
30 2012-12-07  Richard Henderson  <rth@redhat.com>
32         * sysdeps/alpha/Makefile [$(subdir) = math]
33         (CFLAGS-s_isnan.c): New variable.
35         * sysdeps/alpha/fpu/math_private.h (__isnanl): Remove definition.
37 2012-11-30  Richard Henderson  <rth@redhat.com>
39         * sysdeps/alpha/fpu/libm-test-ulps: Update.
41         * sysdeps/alpha/sotruss-lib.c: New file.
43 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
45         * sysdeps/alpha/fpu/fclrexcpt.c (feclearexcept): Add
46         libm_hidden_ver.
48         [BZ #3439]
49         * sysdeps/alpha/fpu/bits/fenv.h (FE_DENORMAL): Define macro to
50         integer constant usable in #if and use that to give value to enum
51         constant.
52         (FE_INEXACT): Likewise.
53         (FE_UNDERFLOW): Likewise.
54         (FE_OVERFLOW): Likewise.
55         (FE_DIVBYZERO): Likewise.
56         (FE_INVALID): Likewise.
57         (FE_ALL_EXCEPT): Likewise.
58         (FE_TOWARDZERO): Likewise.
59         (FE_DOWNWARD): Likewise.
60         (FE_TONEAREST): Likewise.
61         (FE_UPWARD): Likewise.
63 2012-11-01  Andreas Jaeger  <aj@suse.de>
65         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove all
66         definitions and declarations that are provided by
67         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
69 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
71         [BZ #14047]
72         * sysdeps/alpha/tininess.h: New file.
74 2012-10-19  Roland McGrath  <roland@hack.frob.com>
76         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist
77         (GLIBC_2.17): Add clock_* symbols.
79 2012-10-09  Roland McGrath  <roland@hack.frob.com>
81         * sysdeps/alpha/configure: Regenerated.
83 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
85         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Fix clone
86         flag name in comment to CLONE_CHILD_CLEARTID.
88 2012-10-01  Roland McGrath  <roland@hack.frob.com>
90         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
91         (__SWBLK_T_TYPE): Macro removed.
93 2012-09-28  Richard Henderson  <rth@redhat.com>
95         * sysdeps/unix/alpha/sysdep.h (PSEUDO_END): Merge versions and
96         move $syscall_error label...
97         (SYSCALL_ERROR_HANDLER): ... here.
98         (SYSCALL_ERROR_FALLTHRU): New.
99         (PSEUDO_PROF): Split out of ...
100         (PSEUDO_PROLOGUE): ... here.
101         * sysdeps/unix/sysv/linux/alpha/syscall.S (__syscall): Use
102         SYSCALL_ERROR_LABEL and PSEUDO_END.
103         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
104         Use USEPV_PROF and cfi markup.
105         (thread_start): Use cfi markup and cfi_undefined on ra.
106         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h
107         (PSEUDO_PROF): Remove.
108         (PSEUDO): Use SYSCALL_ERROR_FALLTHRU.
110 2012-09-13  Richard Henderson  <rth@redhat.com>
112         * sysdeps/unix/sysv/linux/alpha/setfpucw.c (__setfpucw): Rewrite
113         with the assumption of being used at program startup only.
115         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Add optional
116         entries for _OtsConvertFloatTX, _OtsCvtQUX, _OtsCvtXQ, _OtsGtrX,
117         _OtsLeqX, _OtsNintXQ.
119         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
121         * sysdeps/alpha/fpu/get-rounding-mode.h: New file.
123 2012-08-30  Richard Henderson  <rth@redhat.com>
125         * sysdeps/alpha/fpu/s_isnan.c: Define all aliases in terms of
126         the original __isnan symbol.
128 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
130         [BZ #5400]
131         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Define.
132         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: New file
133         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
134         (__ASSUME_FDATASYNC): Define.
136 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
138         * sysdeps/alpha/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
139         <alpha_gnu_pltenter>: struct La_alpha_regs is not const.
141 2012-08-13  Richard Henderson  <rth@twiddle.net>
143         * configure.in: Don't test toolchain support for TLS or GPREL.
144         * configure: Rebuild.
146         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Do compat
147         with GLIBC_2_1.
149 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
151         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
152         (__ASSUME_TGKILL): Remove.
154 2012-08-08  Richard Henderson  <rth@twiddle.net>
156         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
157         (__ASSUME_IEEE_RAISE_EXCEPTION): Remove.
158         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: New file.
159         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: Remove.
161         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use dwarf2
162         cfi markup for unwind.  Adjust stack early so that the normal
163         syscall error path can be used.
164         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
166         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
167         (__ASSUME_STAT64_SYSCALL): Remove.
168         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Remove test
169         for __ASSUME_STAT64_SYSCALL.
170         * sysdeps/unsx/sysv/linux/alpha/fxstatat.c: Likewise.
171         * sysdeps/unsx/sysv/linux/alpha/lxstat.c: Likewise.
172         * sysdeps/unsx/sysv/linux/alpha/xstat.c: Likewise.
173         * sysdeps/unsx/sysv/linux/alpha/xstatconv.c: Likewise.
174         * sysdeps/unsx/sysv/linux/alpha/xstatconv.h: Likewise.
176 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
178         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
179         (__ASSUME_TGKILL): Define unconditionally.
180         (__ASSUME_STAT64_SYSCALL): Likewise.
181         (__ASSUME_IEEE_RAISE_EXCEPTION): Likewise.
183 2012-08-02  Roland McGrath  <roland@hack.frob.com>
185         * sysdeps/unix/sysv/linux/alpha/bits/dirent.h
186         (_DIRENT_MATCHES_DIRENT64): New macro.
188 2012-08-02  Roland McGrath  <roland@hack.frob.com>
190         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
191         (__OFF_T_MATCHES_OFF64_T): New macro.
193 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
195         * sysdeps/unix/sysv/linux/alpha/configure.in
196         (arch_minimum_kernel): Remove.
197         * sysdeps/unix/sysv/linux/alpha/configure: Regenerated.
199 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
201         * sysdeps/alpha/tst-audit.h (int_retval): Define.
203 2012-07-26  Andreas Jaeger  <aj@suse.de>
205         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (siginfo_t): Add
206         _sigsys.
207         (si_call_addr, si_syscall, si_arch): Define new macro.
209 2012-07-25  Florian Weimer  <fweimer@redhat.com>
211         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add
212         secure_getenv.
214 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
216         * data/localplt-alpha-linux-gnu.data: Move to ...
217         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: ... here.
219 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
221         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Move from
222         ../scripts/data/c++-types-alpha-linux-gnu.data.
224 2012-06-15  Richard Henderson  <rth@twiddle.net>
226         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_TRAPPING_EXCEPTIONS): New.
228         * sysdeps/alpha/fpu/s_rint.c (__rint): Handle inexact regardless
229         of -mieee-with-inexact.
230         * sysdeps/alpha/fpu/s_rintf.c (__rintf): Likewise.
232         [BZ #13848]
233         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Fix corner cases
234         similar to BZ#5350.
235         * sysdeps/alpha/fpu/s_nearbyintf.c (__nearbyintf): Likewise.
237         * sysdeps/alpha/fpu/s_copysign.c (__copysign): Use builtin.
238         * sysdeps/alpha/fpu/s_copysignf.c (__copysignf): Use builtin.
240         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_RTTIME): New.
241         (prlimit, prlimit64): New declarations.
242         * sysdeps/unix/sysv/linux/alpha/bits/shm.h (SHM_EXEC): New.
243         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use only __USE_ATFILE
244         to protect UTIME_NOW and UTIME_OMIT.
246         * sysdeps/alpha/fpu/cfloat-compat.h: Remove __GNUC_PREREQ check.
247         * sysdeps/alpha/fpu/s_fabs.c (__fabs): Likewise.
248         * sysdeps/alpha/fpu/s_fabsf.c (__fabsf): Likewise.
249         * sysdeps/unix/sysv/linux/alpha/sysconf.c (implver): Remove.
250         (amask): Remove.
251         (__sysconf): Use builtins directly.
253         * sysdeps/alpha/bits/mathdef.h (float_t): Define as float
254         regardless of __GNUC__.
256 2012-06-06  Richard Henderson  <rth@twiddle.net>
258         * sysdeps/alpha/strncmp.S: Bound count to LONG_MAX at startup.
259         Re-organize checks vs s2 end-of-count.
261         [BZ #13718]
262         * sysdeps/alpha/stxncmp.S: Bound count to LONG_MAX at startup.
263         * sysdeps/alpha/alphaev6/stxncmp.S: Likewise.
265         * sysdeps/alpha/fpu/e_sqrt.c: Include <math_private.h> before
266         redefining __ieee758_sqrt.
268         * sysdeps/alpha/alphaev6/stxcpy.S: Use cfi markup instead of
269         dual ecoff procedure descriptors.
270         * sysdeps/alpha/alphaev6/stxncpy.S: Likewise.
271         * sysdeps/alpha/bzero.S: Likewise.
272         * sysdeps/alpha/memset.S: Likewise.
273         * sysdeps/alpha/stxcpy.S: Likewise.
274         * sysdeps/alpha/stxncpy.S: Likewise.
275         * sysdeps/unix/alpha/sysdep.h (USEPV_PROF): New.
277         * sysdeps/alpha/_mcount.S: Move .prologue after stack alloc.
279 2012-06-05  Richard Henderson  <rth@twiddle.net>
281         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Use .cfi_signal_frame
282         instead of a hack using extra nops.
284         * sysdeps/unxi/alpha/getppid.S: New file.
285         * sysdeps/unxi/alpha/getegid.S: New file.
286         * sysdeps/unxi/alpha/geteuid.S: New file.
288 2012-06-01  Richard Henderson  <rth@twiddle.net>
290         * sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact.
292         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
294 2012-05-30  Richard Henderson  <rth@twiddle.net>
296         * sysdeps/alpha/Makefile (CFLAGS-s_fma.c): Set -mieee-with-inexact.
297         (CFLAGS-s_fmaf.c): Likewise.
298         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
300         * sysdeps/unix/sysv/linux/alpha/brk.S: Fix error path for PIC.
302         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
304         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove
305         __connect_internal alias.
307         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use
308         fgets_unlocked.
310         * sysdeps/alpha/Implies: Include ieee754/dbl-64/wordsize-64.
312         * sysdeps/alpha/alphaev6/fpu/e_sqrt.S: Use dynamic rounding.
313         * sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: Likewise.
314         * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): New.
315         (__ieee754_sqrtf): New.
317         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Replace
318         _internal alias by hidden_def.
320         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Remove __ASSUME_TIMEVAL64.
321         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Remove file.
322         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Remove file.
323         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Remove file.
324         * sysdeps/unix/sysv/linux/alpha/select.S: Remove file.
325         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Remove file.
326         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Remove file.
327         * sysdeps/unix/sysv/linux/alpha/utimes.S: Remove file.
328         * sysdeps/unix/sysv/linux/alpha/wait4.S: Remove file.
329         * sysdeps/unix/sysv/linux/alpha/syscalls.list (getitimer): New.
330         (getrusage, gettimeofday, select, setitimer): New.
331         (settimeofday, utimes, wait4): New.
332         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Remove
333         __ASSUME_TIMEVAL64.
334         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Update.
335         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Update.
337 2012-05-24  Richard Henderson  <rth@twiddle.net>
339         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: New file.
340         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: New file.
341         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: New file.
342         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: New file.
343         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: New file.
344         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: New file.
345         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: New file.
346         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: New file.
347         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: New file.
348         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: New file.
349         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: New file.
350         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: New file.
351         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: New file.
353         * sysdeps/alpha/ldiv.S (imaxdiv): Re-add alias.
355         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove __ASSUME_32BITUIDS.
356         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
357         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
359         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MADV_HUGEPAGE): New.
360         (MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): New.
362 2012-05-20  Richard Henderson  <rth@twiddle.net>
364         * sysdeps/alpha/add_n.S: Rename from add_n.s.
365         * sysdeps/alpha/addmul_1.S: Rename from addmul_1.s.
366         * sysdeps/alpha/alphaev5/add_n.S: Rename from add_n.s.
367         * sysdeps/alpha/alphaev5/lshift.S: Rename from lshift.s.
368         * sysdeps/alpha/alphaev5/rshift.S: Rename from rshift.s.
369         * sysdeps/alpha/alphaev5/sub_n.S: Rename from sub_n.s.
370         * sysdeps/alpha/alphaev6/addmul_1.S: Rename from addmul_1.s.
371         * sysdeps/alpha/lshift.S: Rename from lshift.s.
372         * sysdeps/alpha/mul_1.S: Rename from mul_1.s.
373         * sysdeps/alpha/rshift.S: Rename from rshift.s.
374         * sysdeps/alpha/sub_n.S: Rename from sub_n.s.
375         * sysdeps/alpha/submul_1.S: Rename from submul_1.s.
377 2012-05-18  Richard Henderson  <rth@twiddle.net>
379         * data/localplt-alpha-linux-gnu.data: New file.
381         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__FSWORD_T_TYPE,
382         __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE): New.
384 2012-04-26  Matt Turner  <mattst88@gmail.com>
386         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel
387         version needed to define __ASSUME_ACCEPT4.
389         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use "c"
390         and "e" in fopen.
392         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
393         (MAP_HUGETLB): Likewise.
395         * sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
396         * sysdeps/unix/alpha/sysdep.h: Likewise.
397         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
399         * sysdeps/alpha/fpu/bits/fenv.h: Use const instead of __const.
400         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Likewise.
401         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
403         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
405 2012-03-27  Richard Henderson  <rth@twiddle.net>
407         * sysdeps/alpha/elf/configure.in: Move to ...
408         * sysdeps/alpha/configure.in: ... here.  Update comment.
409         * sysdeps/alpha/configure: Regenerate.
410         * sysdeps/alpha/elf/crti.S: Move to ...
411         * sysdeps/alpha/crti.S: ... here.
412         * sysdeps/alpha/elf/crtn.S: Move to ...
413         * sysdeps/alpha/crtn.S: ... here.
414         * sysdeps/alpha/elf/start.S: Move to ...
415         * sysdeps/alpha/start.S: ... here.
417 2012-03-21  Richard Henderson  <rth@twiddle.net>
419         * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
420         of <stdio-common/_itoa.h>.
422 2012-03-19  Richard Henderson  <rth@twiddle.net>
424         * sysdeps/alpha/fpu/math_private.h: New file.
426 2012-03-11  Richard Henderson  <rth@twiddle.net>
428         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Remove file.
429         * sysdeps/unix/sysv/linux/alpha/bits/socket_type.h: New file.
431 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
433         [BZ #13673]
434         Replace FSF snail mail address with URLs, as per GNU coding standards.
436 2012-03-04  Richard Henderson  <rth@twiddle.net>
438         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_sethae): Mark
439         as always_inline.
441 2012-03-04  Richard Henderson  <rth@twiddle.net>
443         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (recvmmsg): Only
444         declare if __USE_GNU.
445         (sendmmsg): Add declaration.
447 2012-03-04  Richard Henderson  <rth@twiddle.net>
449         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Don't name the
450         siginfo_t struct.  Add forward declaration of pthread_attr_t;
451         use it in sigevent.
452         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
453         (pthread_attr_t): Add union tag to pthread_attr_t; only define
454         typedef if not already defined.
456 2012-02-21  Richard Henderson  <rth@twiddle.net>
458         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h: New file.
459         * sysdeps/unix/sysv/linux/alpha/bits/timerfd.h: Likewise.
460         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: Remove.
461         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: Likewise.
463 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
465         * sysdeps/unix/sysv/linux/alpha/bits/errno.h (ERFKILL, EHWPOISON):
466         Define if not defined.
467         * sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist compat
468         entry for 2.16.
470 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
472         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
474 2012-02-16  Richard Henderson  <rth@twiddle.net>
476         * sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control,
477         __ieee_get_fp_control): Mark as hidden proto.
479 2012-02-15  Mike Hommey  <mh+reportbug@glandium.org>
481         [BZ #11677]
482         * sysdeps/unix/sysv/linux/alpha/syscall.S: Support 6th argument.
484 2012-02-15  Richard Henderson  <rth@twiddle.net>
486         * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
487         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
489         * sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
490         (inline_syscall0, inline_syscall1, inline_syscall2,
491         inline_syscall3, inline_syscall4, inline_syscall5,
492         inline_syscall6): Use it.
493         * sysdeps/unix/sysv/linux/alpha/setregid.c: Remove.
494         * sysdeps/unix/sysv/linux/alpha/setreuid.c: Remove.
495         * sysdeps/unix/sysv/linux/alpha/setresgid.c: Remove.
496         * sysdeps/unix/sysv/linux/alpha/setresuid.c: Remove.
498         * sysdeps/unix/alpha/sysdep.h: Don't include <tls.h>
499         [PIC] (SYSCALL_ERROR_HANDLER): Emit nothing.
500         [PIC] (SYSCALL_ERROR_LABEL): Add !samegp markup.
502         * sysdeps/alpha/dl-machine.h: Don't check USE___THREAD.
504         * sysdeps/unix/alpha/sysdeps.S: Don't check __ELF__, USE___THREAD,
505         or _LIBC_REENTRANT.
507 2012-02-15  Richard Henderson  <rth@twiddle.net>
509         [BZ #13361]
510         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (struct file_handle): New.
511         (fallocate, name_to_handle_at, open_by_handle_at): Declare.
513 2012-02-14  Joseph Myers  <joseph@codesourcery.com>
514             Tom de Vries  <tom@codesourcery.com>
516         * sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
517         libc_relro_required conditional on alpha machine.  Move setting of
518         libc_cv_gcc_unwind_find_fde ...
519         * sysdeps/unix/sysv/linux/alpha/configure.in: ... here.
521 2012-02-13  Richard Henderson  <rth@twiddle.net>
523         * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
524         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
526 2012-02-09  Richard Henderson  <rth@twiddle.net>
528         * sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
529         (libc_commonpagesize, libc_relro_required): New.
531 2012-02-08  Richard Henderson  <rth@twiddle.net>
533         * sysdeps/alpha/ldsodefs.h: New file.
534         * sysdeps/alpha/tst-audit.h: New file.
535         * sysdeps/alpha/tls-macros.h: New file.
537         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
538         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
539         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
540         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
541         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
542         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
543         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
544         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
546         * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
547         * sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
548         * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
550         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
552         * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
554         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
556         * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
557         * sysdeps/unix/sysv/linux/alpha/configure: Build.
558         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
559         multiple includes.  Disable statfs64 entirely.
561         * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
562         * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
563         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
564         the test fails.  Don't set HAVE_TLS_SUPPORT.
565         * sysdeps/alpha/elf/configure: Rebuild.
567 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
569         * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
570         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
571         wordexp.c.
573 2011-10-05  Andreas Schwab  <schwab@redhat.com>
575         * sysdeps/alpha/dl-machine.h (elf_machine_rela)
576         (elf_machine_lazy_rel): Add parameter skip_ifunc.
578 2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>
580         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
581         Fix wrong register in stack pointer comparison.
583 2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
585         * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
586         * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
588 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
590         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
591         struct statfs64): Add f_flags field.
593 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
595         * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
597 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
599         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
600         F_GETPIPE_SZ): Define.
602 2010-09-26  Michael Cree  <mcree@orcon.net.nz>
604         * sysdeps/alpha/memchr.c: Include <bp-sym.h>
605         (__memchr): Add casts for integer arithmetic on pointers.
607 2010-09-23  Richard Henderson  <rth@redhat.com>
609         [BZ #12019]
610         * sysdeps/alpha/alphaev6/memchr.S: Remove.
611         * sysdeps/alpha/memchr.S: Remove.
612         * sysdeps/alpha/memchr.c: New.
614 2010-09-23  Richard Henderson  <rth@redhat.com>
616         [BZ #1864]
617         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
618         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
619         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
620         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
621         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
622         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
623         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
624         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
625         Define without 64-bit aliases.
627 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
629         * sysdeps/alpha/memchr.S: Use prefetch load.
630         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
632 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
634         [BZ #6827]
635         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
636         * sysdeps/alpha/dl-procinfo.c: New.
637         * sysdeps/alpha/dl-procinfo.h: New.
639 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
641         [BZ #5350]
642         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
643         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
644         * sysdeps/alpha/fpu/s_floor.c: Likewise.
645         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
646         * sysdeps/alpha/fpu/s_rint.c: Likewise.
647         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
649 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
651         [BZ #1026]
652         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
653         __ASSUME_STAT64_SYSCALL.
654         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
655         __ASSUME_STAT64_SYSCALL.
656         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
657         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
658         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
659         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
660         __libc_missing_axp_stat64 when it's not needed.
661         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
663 2010-03-30  Richard Henderson  <rth@redhat.com>
665         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
667 2010-03-30  Matt Turner  <mattst88@gmail.com>
669         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
671 2010-03-26  Richard Henderson  <rth@redhat.com>
673         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
675 2010-03-26  Richard Henderson  <rth@redhat.com>
677         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
678         for GLIBC_2.12.
680 2010-03-26  Richard Henderson  <rth@redhat.com>
682         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
684 2010-03-26  Richard Henderson  <rth@redhat.com>
686         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
687         Define extern here; move definition...
688         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
690 2010-03-26  Richard Henderson  <rth@redhat.com>
692         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
693         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
695 2010-03-26  Richard Henderson  <rth@redhat.com>
697         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
698         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
699         F_OWNER_GID, struct f_owner_ex): Define.
700         (F_SETOWN, F_GETOWN): Define with XPG7.
702 2010-03-26  Richard Henderson  <rth@redhat.com>
704         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
705         (PTR_DEMANGLE): Likewise.
707 2010-03-26  Richard Henderson  <rth@redhat.com>
709         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
710         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
712 2010-03-26  Richard Henderson  <rth@redhat.com>
714         * sysdep/unix/sysv/linux/alpha/creat.c: New.
716 2010-03-26  Richard Henderson  <rth@redhat.com>
718         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
719         Adjust the test for gcc 4.5.
720         * sysdep/alpha/elf/configure: Rebuild.
722 2010-03-26  Richard Henderson  <rth@redhat.com>
724         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
725         __arch_exchange_16_int, __arch_exchange_32_int,
726         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
727         __arch_exchange_and_add_64_int): Use __typeof to get the
728         return type correct without warning.
730 2010-03-23  Matt Turner  <mattst88@gmail.com>
731             Aurelien Jarno  <aurelien@aurel32.net>
733         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
735 2010-01-12  Matt Turner  <mattst88@gmail.com>
737         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
738         problem.
740 2010-01-12  Matt Turner  <mattst88@gmail.com>
742         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
743         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
745 2010-01-12  Matt Turner  <mattst88@gmail.com>
747         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
748         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
749         XPG7.
750         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
751         fcntl.h.
753 2010-01-12  Matt Turner  <mattst88@gmail.com>
755         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
756         O_DSYNC to match 2.6.33+ kernels.
758 2009-12-02  Mike Frysinger <vapier@gentoo.org>
760         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
761         include timer_gettime.c -> timer_settime.c.
763 2009-11-23  Matt Turner  <mattst88@gmail.com>
765         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
766         for timestamps also if __USE_XOPEN2K8.
768 2009-11-23  Matt Turner  <mattst88@gmail.com>
770         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
771         names of parameters of sync_file_range.
773 2009-11-23  Matt Turner  <mattst88@gmail.com>
775         [BZ #10972]
776         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
777         constants from recent kernels.
779 2009-11-10  Matt Turner  <mattst88@gmail.com>
781         [BZ #10609]
782         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
783         of empty parameters for file names.
785 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
787         [BZ #10158]
788         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
789         Change parameters and use next_line.
791         [BZ #10160]
792         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
793         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
794         FUTEX_BITSET_MATCH_ANY.
796         [BZ #10161]
797         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
798         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
799         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
800         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
801         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
802         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
803         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
804         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
805         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
807         [BZ #6507]
808         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
809         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
810         elf_fpregset_t): Define. Don't include asm/elf.h.
812 2008-11-26  Roland McGrath  <roland@redhat.com>
814         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
815         repository's ia64 file; #include that.
816         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
817         repository's powerpc file; #include that.
819 2008-11-25  Roland McGrath  <roland@redhat.com>
821         * ChangeLog.alpha: New file (this one).
822         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
823         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
824         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
825         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
826         Subdirectories moved here from main repository.
827         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
828         Subdirectories moved here from main repository's nptl/ subdirectory.
829         * sysdeps/alpha/preconfigure: New file.
830         * sysdeps/alpha/shlib-versions: New file.
832 Local Variables:
833 mode: change-log
834 left-margin: 8
835 fill-column: 74
836 End: