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