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