alpha: Rename *.s to *.S
[glibc.git] / ChangeLog.alpha
blobdee153d617e4102df448d4dc465f8ed6d3da73b7
1 2012-05-20  Richard Henderson  <rth@twiddle.net>
3         * sysdeps/alpha/add_n.S: Rename from add_n.s.
4         * sysdeps/alpha/addmul_1.S: Rename from addmul_1.s.
5         * sysdeps/alpha/alphaev5/add_n.S: Rename from add_n.s.
6         * sysdeps/alpha/alphaev5/lshift.S: Rename from lshift.s.
7         * sysdeps/alpha/alphaev5/rshift.S: Rename from rshift.s.
8         * sysdeps/alpha/alphaev5/sub_n.S: Rename from sub_n.s.
9         * sysdeps/alpha/alphaev6/addmul_1.S: Rename from addmul_1.s.
10         * sysdeps/alpha/lshift.S: Rename from lshift.s.
11         * sysdeps/alpha/mul_1.S: Rename from mul_1.s.
12         * sysdeps/alpha/rshift.S: Rename from rshift.s.
13         * sysdeps/alpha/sub_n.S: Rename from sub_n.s.
14         * sysdeps/alpha/submul_1.S: Rename from submul_1.s.
16 2012-05-18  Richard Henderson  <rth@twiddle.net>
18         * data/localplt-alpha-linux-gnu.data: New file.
20         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__FSWORD_T_TYPE,
21         __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE): New.
23 2012-04-26  Matt Turner  <mattst88@gmail.com>
25         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel
26         version needed to define __ASSUME_ACCEPT4.
28         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use "c"
29         and "e" in fopen.
31         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
32         (MAP_HUGETLB): Likewise.
34         * sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
35         * sysdeps/unix/alpha/sysdep.h: Likewise.
36         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
38         * sysdeps/alpha/fpu/bits/fenv.h: Use const instead of __const.
39         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Likewise.
40         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
42         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
44 2012-03-27  Richard Henderson  <rth@twiddle.net>
46         * sysdeps/alpha/elf/configure.in: Move to ...
47         * sysdeps/alpha/configure.in: ... here.  Update comment.
48         * sysdeps/alpha/configure: Regenerate.
49         * sysdeps/alpha/elf/crti.S: Move to ...
50         * sysdeps/alpha/crti.S: ... here.
51         * sysdeps/alpha/elf/crtn.S: Move to ...
52         * sysdeps/alpha/crtn.S: ... here.
53         * sysdeps/alpha/elf/start.S: Move to ...
54         * sysdeps/alpha/start.S: ... here.
56 2012-03-21  Richard Henderson  <rth@twiddle.net>
58         * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
59         of <stdio-common/_itoa.h>.
61 2012-03-19  Richard Henderson  <rth@twiddle.net>
63         * sysdeps/alpha/fpu/math_private.h: New file.
65 2012-03-11  Richard Henderson  <rth@twiddle.net>
67         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Remove file.
68         * sysdeps/unix/sysv/linux/alpha/bits/socket_type.h: New file.
70 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
72         [BZ #13673]
73         Replace FSF snail mail address with URLs, as per GNU coding standards.
75 2012-03-04  Richard Henderson  <rth@twiddle.net>
77         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_sethae): Mark
78         as always_inline.
80 2012-03-04  Richard Henderson  <rth@twiddle.net>
82         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (recvmmsg): Only
83         declare if __USE_GNU.
84         (sendmmsg): Add declaration.
86 2012-03-04  Richard Henderson  <rth@twiddle.net>
88         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Don't name the
89         siginfo_t struct.  Add forward declaration of pthread_attr_t;
90         use it in sigevent.
91         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
92         (pthread_attr_t): Add union tag to pthread_attr_t; only define
93         typedef if not already defined.
95 2012-02-21  Richard Henderson  <rth@twiddle.net>
97         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h: New file.
98         * sysdeps/unix/sysv/linux/alpha/bits/timerfd.h: Likewise.
99         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: Remove.
100         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: Likewise.
102 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
104         * sysdeps/unix/sysv/linux/alpha/bits/errno.h (ERFKILL, EHWPOISON):
105         Define if not defined.
106         * sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist compat
107         entry for 2.16.
109 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
111         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
113 2012-02-16  Richard Henderson  <rth@twiddle.net>
115         * sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control,
116         __ieee_get_fp_control): Mark as hidden proto.
118 2012-02-15  Mike Hommey  <mh+reportbug@glandium.org>
120         [BZ #11677]
121         * sysdeps/unix/sysv/linux/alpha/syscall.S: Support 6th argument.
123 2012-02-15  Richard Henderson  <rth@twiddle.net>
125         * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
126         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
128         * sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
129         (inline_syscall0, inline_syscall1, inline_syscall2,
130         inline_syscall3, inline_syscall4, inline_syscall5,
131         inline_syscall6): Use it.
132         * sysdeps/unix/sysv/linux/alpha/setregid.c: Remove.
133         * sysdeps/unix/sysv/linux/alpha/setreuid.c: Remove.
134         * sysdeps/unix/sysv/linux/alpha/setresgid.c: Remove.
135         * sysdeps/unix/sysv/linux/alpha/setresuid.c: Remove.
137         * sysdeps/unix/alpha/sysdep.h: Don't include <tls.h>
138         [PIC] (SYSCALL_ERROR_HANDLER): Emit nothing.
139         [PIC] (SYSCALL_ERROR_LABEL): Add !samegp markup.
141         * sysdeps/alpha/dl-machine.h: Don't check USE___THREAD.
143         * sysdeps/unix/alpha/sysdeps.S: Don't check __ELF__, USE___THREAD,
144         or _LIBC_REENTRANT.
146 2012-02-15  Richard Henderson  <rth@twiddle.net>
148         [BZ #13361]
149         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (struct file_handle): New.
150         (fallocate, name_to_handle_at, open_by_handle_at): Declare.
152 2012-02-14  Joseph Myers  <joseph@codesourcery.com>
153             Tom de Vries  <tom@codesourcery.com>
155         * sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
156         libc_relro_required conditional on alpha machine.  Move setting of
157         libc_cv_gcc_unwind_find_fde ...
158         * sysdeps/unix/sysv/linux/alpha/configure.in: ... here.
160 2012-02-13  Richard Henderson  <rth@twiddle.net>
162         * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
163         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
165 2012-02-09  Richard Henderson  <rth@twiddle.net>
167         * sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
168         (libc_commonpagesize, libc_relro_required): New.
170 2012-02-08  Richard Henderson  <rth@twiddle.net>
172         * sysdeps/alpha/ldsodefs.h: New file.
173         * sysdeps/alpha/tst-audit.h: New file.
174         * sysdeps/alpha/tls-macros.h: New file.
176         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
177         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
178         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
179         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
180         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
181         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
182         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
183         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
185         * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
186         * sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
187         * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
189         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
191         * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
193         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
195         * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
196         * sysdeps/unix/sysv/linux/alpha/configure: Build.
197         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
198         multiple includes.  Disable statfs64 entirely.
200         * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
201         * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
202         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
203         the test fails.  Don't set HAVE_TLS_SUPPORT.
204         * sysdeps/alpha/elf/configure: Rebuild.
206 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
208         * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
209         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
210         wordexp.c.
212 2011-10-05  Andreas Schwab  <schwab@redhat.com>
214         * sysdeps/alpha/dl-machine.h (elf_machine_rela)
215         (elf_machine_lazy_rel): Add parameter skip_ifunc.
217 2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>
219         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
220         Fix wrong register in stack pointer comparison.
222 2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
224         * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
225         * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
227 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
229         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
230         struct statfs64): Add f_flags field.
232 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
234         * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
236 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
238         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
239         F_GETPIPE_SZ): Define.
241 2010-09-26  Michael Cree  <mcree@orcon.net.nz>
243         * sysdeps/alpha/memchr.c: Include <bp-sym.h>
244         (__memchr): Add casts for integer arithmetic on pointers.
246 2010-09-23  Richard Henderson  <rth@redhat.com>
248         [BZ #12019]
249         * sysdeps/alpha/alphaev6/memchr.S: Remove.
250         * sysdeps/alpha/memchr.S: Remove.
251         * sysdeps/alpha/memchr.c: New.
253 2010-09-23  Richard Henderson  <rth@redhat.com>
255         [BZ #1864]
256         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
257         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
258         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
259         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
260         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
261         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
262         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
263         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
264         Define without 64-bit aliases.
266 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
268         * sysdeps/alpha/memchr.S: Use prefetch load.
269         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
271 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
273         [BZ #6827]
274         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
275         * sysdeps/alpha/dl-procinfo.c: New.
276         * sysdeps/alpha/dl-procinfo.h: New.
278 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
280         [BZ #5350]
281         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
282         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
283         * sysdeps/alpha/fpu/s_floor.c: Likewise.
284         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
285         * sysdeps/alpha/fpu/s_rint.c: Likewise.
286         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
288 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
290         [BZ #1026]
291         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
292         __ASSUME_STAT64_SYSCALL.
293         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
294         __ASSUME_STAT64_SYSCALL.
295         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
296         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
297         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
298         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
299         __libc_missing_axp_stat64 when it's not needed.
300         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
302 2010-03-30  Richard Henderson  <rth@redhat.com>
304         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
306 2010-03-30  Matt Turner  <mattst88@gmail.com>
308         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
310 2010-03-26  Richard Henderson  <rth@redhat.com>
312         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
314 2010-03-26  Richard Henderson  <rth@redhat.com>
316         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
317         for GLIBC_2.12.
319 2010-03-26  Richard Henderson  <rth@redhat.com>
321         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
323 2010-03-26  Richard Henderson  <rth@redhat.com>
325         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
326         Define extern here; move definition...
327         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
329 2010-03-26  Richard Henderson  <rth@redhat.com>
331         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
332         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
334 2010-03-26  Richard Henderson  <rth@redhat.com>
336         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
337         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
338         F_OWNER_GID, struct f_owner_ex): Define.
339         (F_SETOWN, F_GETOWN): Define with XPG7.
341 2010-03-26  Richard Henderson  <rth@redhat.com>
343         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
344         (PTR_DEMANGLE): Likewise.
346 2010-03-26  Richard Henderson  <rth@redhat.com>
348         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
349         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
351 2010-03-26  Richard Henderson  <rth@redhat.com>
353         * sysdep/unix/sysv/linux/alpha/creat.c: New.
355 2010-03-26  Richard Henderson  <rth@redhat.com>
357         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
358         Adjust the test for gcc 4.5.
359         * sysdep/alpha/elf/configure: Rebuild.
361 2010-03-26  Richard Henderson  <rth@redhat.com>
363         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
364         __arch_exchange_16_int, __arch_exchange_32_int,
365         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
366         __arch_exchange_and_add_64_int): Use __typeof to get the
367         return type correct without warning.
369 2010-03-23  Matt Turner  <mattst88@gmail.com>
370             Aurelien Jarno  <aurelien@aurel32.net>
372         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
374 2010-01-12  Matt Turner  <mattst88@gmail.com>
376         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
377         problem.
379 2010-01-12  Matt Turner  <mattst88@gmail.com>
381         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
382         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
384 2010-01-12  Matt Turner  <mattst88@gmail.com>
386         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
387         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
388         XPG7.
389         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
390         fcntl.h.
392 2010-01-12  Matt Turner  <mattst88@gmail.com>
394         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
395         O_DSYNC to match 2.6.33+ kernels.
397 2009-12-02  Mike Frysinger <vapier@gentoo.org>
399         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
400         include timer_gettime.c -> timer_settime.c.
402 2009-11-23  Matt Turner  <mattst88@gmail.com>
404         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
405         for timestamps also if __USE_XOPEN2K8.
407 2009-11-23  Matt Turner  <mattst88@gmail.com>
409         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
410         names of parameters of sync_file_range.
412 2009-11-23  Matt Turner  <mattst88@gmail.com>
414         [BZ #10972]
415         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
416         constants from recent kernels.
418 2009-11-10  Matt Turner  <mattst88@gmail.com>
420         [BZ #10609]
421         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
422         of empty parameters for file names.
424 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
426         [BZ #10158]
427         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
428         Change parameters and use next_line.
430         [BZ #10160]
431         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
432         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
433         FUTEX_BITSET_MATCH_ANY.
435         [BZ #10161]
436         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
437         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
438         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
439         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
440         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
441         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
442         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
443         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
444         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
446         [BZ #6507]
447         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
448         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
449         elf_fpregset_t): Define. Don't include asm/elf.h.
451 2008-11-26  Roland McGrath  <roland@redhat.com>
453         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
454         repository's ia64 file; #include that.
455         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
456         repository's powerpc file; #include that.
458 2008-11-25  Roland McGrath  <roland@redhat.com>
460         * ChangeLog.alpha: New file (this one).
461         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
462         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
463         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
464         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
465         Subdirectories moved here from main repository.
466         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
467         Subdirectories moved here from main repository's nptl/ subdirectory.
468         * sysdeps/alpha/preconfigure: New file.
469         * sysdeps/alpha/shlib-versions: New file.
471 Local Variables:
472 mode: change-log
473 left-margin: 8
474 fill-column: 74
475 End: