alpha: Add ldsodefs.h and tst-audit.h.
[glibc.git] / ChangeLog.alpha
blobb82edba7101f62f07b9b39371bfdca5d7760e555
1 2012-02-08  Richard Henderson  <rth@twiddle.net>
3         * sysdeps/alpha/ldsodefs.h: New file.
4         * sysdeps/alpha/tst-audit.h: New file.
5         * sysdeps/alpha/tls-macros.h: New file.
7         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
8         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
9         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
10         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
11         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
12         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
13         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
14         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
16         * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
17         * sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
18         * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
20         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
22         * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
24         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
26         * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
27         * sysdeps/unix/sysv/linux/alpha/configure: Build.
28         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
29         multiple includes.  Disable statfs64 entirely.
31         * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
32         * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
33         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
34         the test fails.  Don't set HAVE_TLS_SUPPORT.
35         * sysdeps/alpha/elf/configure: Rebuild.
37 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
39         * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
40         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
41         wordexp.c.
43 2011-10-05  Andreas Schwab  <schwab@redhat.com>
45         * sysdeps/alpha/dl-machine.h (elf_machine_rela)
46         (elf_machine_lazy_rel): Add parameter skip_ifunc.
48 2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>
50         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
51         Fix wrong register in stack pointer comparison.
53 2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
55         * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56         * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
58 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
60         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
61         struct statfs64): Add f_flags field.
63 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
65         * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
67 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
69         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
70         F_GETPIPE_SZ): Define.
72 2010-09-26  Michael Cree  <mcree@orcon.net.nz>
74         * sysdeps/alpha/memchr.c: Include <bp-sym.h>
75         (__memchr): Add casts for integer arithmetic on pointers.
77 2010-09-23  Richard Henderson  <rth@redhat.com>
79         [BZ #12019]
80         * sysdeps/alpha/alphaev6/memchr.S: Remove.
81         * sysdeps/alpha/memchr.S: Remove.
82         * sysdeps/alpha/memchr.c: New.
84 2010-09-23  Richard Henderson  <rth@redhat.com>
86         [BZ #1864]
87         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
88         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
89         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
90         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
91         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
92         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
93         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
94         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
95         Define without 64-bit aliases.
97 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
99         * sysdeps/alpha/memchr.S: Use prefetch load.
100         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
102 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
104         [BZ #6827]
105         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
106         * sysdeps/alpha/dl-procinfo.c: New.
107         * sysdeps/alpha/dl-procinfo.h: New.
109 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
111         [BZ #5350]
112         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
113         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
114         * sysdeps/alpha/fpu/s_floor.c: Likewise.
115         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
116         * sysdeps/alpha/fpu/s_rint.c: Likewise.
117         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
119 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
121         [BZ #1026]
122         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
123         __ASSUME_STAT64_SYSCALL.
124         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
125         __ASSUME_STAT64_SYSCALL.
126         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
127         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
128         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
129         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
130         __libc_missing_axp_stat64 when it's not needed.
131         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
133 2010-03-30  Richard Henderson  <rth@redhat.com>
135         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
137 2010-03-30  Matt Turner  <mattst88@gmail.com>
139         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
141 2010-03-26  Richard Henderson  <rth@redhat.com>
143         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
145 2010-03-26  Richard Henderson  <rth@redhat.com>
147         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
148         for GLIBC_2.12.
150 2010-03-26  Richard Henderson  <rth@redhat.com>
152         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
154 2010-03-26  Richard Henderson  <rth@redhat.com>
156         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
157         Define extern here; move definition...
158         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
160 2010-03-26  Richard Henderson  <rth@redhat.com>
162         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
163         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
165 2010-03-26  Richard Henderson  <rth@redhat.com>
167         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
168         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
169         F_OWNER_GID, struct f_owner_ex): Define.
170         (F_SETOWN, F_GETOWN): Define with XPG7.
172 2010-03-26  Richard Henderson  <rth@redhat.com>
174         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
175         (PTR_DEMANGLE): Likewise.
177 2010-03-26  Richard Henderson  <rth@redhat.com>
179         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
180         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
182 2010-03-26  Richard Henderson  <rth@redhat.com>
184         * sysdep/unix/sysv/linux/alpha/creat.c: New.
186 2010-03-26  Richard Henderson  <rth@redhat.com>
188         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
189         Adjust the test for gcc 4.5.
190         * sysdep/alpha/elf/configure: Rebuild.
192 2010-03-26  Richard Henderson  <rth@redhat.com>
194         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
195         __arch_exchange_16_int, __arch_exchange_32_int,
196         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
197         __arch_exchange_and_add_64_int): Use __typeof to get the
198         return type correct without warning.
200 2010-03-23  Matt Turner  <mattst88@gmail.com>
201             Aurelien Jarno  <aurelien@aurel32.net>
203         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
205 2010-01-12  Matt Turner  <mattst88@gmail.com>
207         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
208         problem.
210 2010-01-12  Matt Turner  <mattst88@gmail.com>
212         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
213         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
215 2010-01-12  Matt Turner  <mattst88@gmail.com>
217         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
218         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
219         XPG7.
220         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
221         fcntl.h.
223 2010-01-12  Matt Turner  <mattst88@gmail.com>
225         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
226         O_DSYNC to match 2.6.33+ kernels.
228 2009-12-02  Mike Frysinger <vapier@gentoo.org>
230         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
231         include timer_gettime.c -> timer_settime.c.
233 2009-11-23  Matt Turner  <mattst88@gmail.com>
235         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
236         for timestamps also if __USE_XOPEN2K8.
238 2009-11-23  Matt Turner  <mattst88@gmail.com>
240         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
241         names of parameters of sync_file_range.
243 2009-11-23  Matt Turner  <mattst88@gmail.com>
245         [BZ #10972]
246         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
247         constants from recent kernels.
249 2009-11-10  Matt Turner  <mattst88@gmail.com>
251         [BZ #10609]
252         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
253         of empty parameters for file names.
255 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
257         [BZ #10158]
258         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
259         Change parameters and use next_line.
261         [BZ #10160]
262         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
263         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
264         FUTEX_BITSET_MATCH_ANY.
266         [BZ #10161]
267         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
268         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
269         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
270         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
271         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
272         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
273         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
274         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
275         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
277         [BZ #6507]
278         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
279         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
280         elf_fpregset_t): Define. Don't include asm/elf.h.
282 2008-11-26  Roland McGrath  <roland@redhat.com>
284         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
285         repository's ia64 file; #include that.
286         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
287         repository's powerpc file; #include that.
289 2008-11-25  Roland McGrath  <roland@redhat.com>
291         * ChangeLog.alpha: New file (this one).
292         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
293         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
294         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
295         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
296         Subdirectories moved here from main repository.
297         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
298         Subdirectories moved here from main repository's nptl/ subdirectory.
299         * sysdeps/alpha/preconfigure: New file.
300         * sysdeps/alpha/shlib-versions: New file.
302 Local Variables:
303 mode: change-log
304 left-margin: 8
305 fill-column: 74
306 End: