Merge branch 'rth/testing'
[glibc-ports.git] / ChangeLog.alpha
blobd1c0e126e9c06f4c0654bd4fce2a580e20fae118
1 2010-09-23  Richard Henderson  <rth@redhat.com>
3         [BZ #12019]
4         * sysdeps/alpha/alphaev6/memchr.S: Remove.
5         * sysdeps/alpha/memchr.S: Remove.
6         * sysdeps/alpha/memchr.c: New.
8 2010-09-23  Richard Henderson  <rth@redhat.com>
10         [BZ #1864]
11         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
12         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
13         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
14         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
15         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
16         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
17         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
18         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
19         Define without 64-bit aliases.
21 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
23         * sysdeps/alpha/memchr.S: Use prefetch load.
24         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
26 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
28         [BZ #6827]
29         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
30         * sysdeps/alpha/dl-procinfo.c: New.
31         * sysdeps/alpha/dl-procinfo.h: New.
33 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
35         [BZ #5350]
36         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
37         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
38         * sysdeps/alpha/fpu/s_floor.c: Likewise.
39         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
40         * sysdeps/alpha/fpu/s_rint.c: Likewise.
41         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
43 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
45         [BZ #1026]
46         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
47         __ASSUME_STAT64_SYSCALL.
48         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
49         __ASSUME_STAT64_SYSCALL.
50         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
51         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
52         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
53         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
54         __libc_missing_axp_stat64 when it's not needed.
55         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
57 2010-03-30  Richard Henderson  <rth@redhat.com>
59         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
61 2010-03-30  Matt Turner  <mattst88@gmail.com>
63         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
65 2010-03-26  Richard Henderson  <rth@redhat.com>
67         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
69 2010-03-26  Richard Henderson  <rth@redhat.com>
71         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
72         for GLIBC_2.12.
74 2010-03-26  Richard Henderson  <rth@redhat.com>
76         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
78 2010-03-26  Richard Henderson  <rth@redhat.com>
80         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
81         Define extern here; move definition...
82         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
84 2010-03-26  Richard Henderson  <rth@redhat.com>
86         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
87         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
89 2010-03-26  Richard Henderson  <rth@redhat.com>
91         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
92         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
93         F_OWNER_GID, struct f_owner_ex): Define.
94         (F_SETOWN, F_GETOWN): Define with XPG7.
96 2010-03-26  Richard Henderson  <rth@redhat.com>
98         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
99         (PTR_DEMANGLE): Likewise.
101 2010-03-26  Richard Henderson  <rth@redhat.com>
103         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
104         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
106 2010-03-26  Richard Henderson  <rth@redhat.com>
108         * sysdep/unix/sysv/linux/alpha/creat.c: New.
110 2010-03-26  Richard Henderson  <rth@redhat.com>
112         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
113         Adjust the test for gcc 4.5.
114         * sysdep/alpha/elf/configure: Rebuild.
116 2010-03-26  Richard Henderson  <rth@redhat.com>
118         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
119         __arch_exchange_16_int, __arch_exchange_32_int,
120         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
121         __arch_exchange_and_add_64_int): Use __typeof to get the
122         return type correct without warning.
124 2010-03-23  Matt Turner  <mattst88@gmail.com>
125             Aurelien Jarno  <aurelien@aurel32.net>
127         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
129 2010-01-12  Matt Turner  <mattst88@gmail.com>
131         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
132         problem.
134 2010-01-12  Matt Turner  <mattst88@gmail.com>
136         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
137         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
139 2010-01-12  Matt Turner  <mattst88@gmail.com>
141         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
142         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
143         XPG7.
144         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
145         fcntl.h.
147 2010-01-12  Matt Turner  <mattst88@gmail.com>
149         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
150         O_DSYNC to match 2.6.33+ kernels.
152 2009-12-02  Mike Frysinger <vapier@gentoo.org>
154         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
155         include timer_gettime.c -> timer_settime.c.
157 2009-11-23  Matt Turner  <mattst88@gmail.com>
159         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
160         for timestamps also if __USE_XOPEN2K8.
162 2009-11-23  Matt Turner  <mattst88@gmail.com>
164         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
165         names of parameters of sync_file_range.
167 2009-11-23  Matt Turner  <mattst88@gmail.com>
169         [BZ #10972]
170         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
171         constants from recent kernels.
173 2009-11-10  Matt Turner  <mattst88@gmail.com>
175         [BZ #10609]
176         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
177         of empty parameters for file names.
179 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
181         [BZ #10158]
182         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
183         Change parameters and use next_line.
185         [BZ #10160]
186         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
187         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
188         FUTEX_BITSET_MATCH_ANY.
190         [BZ #10161]
191         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
192         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
193         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
194         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
195         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
196         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
197         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
198         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
199         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
201         [BZ #6507]
202         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
203         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
204         elf_fpregset_t): Define. Don't include asm/elf.h.
206 2008-11-26  Roland McGrath  <roland@redhat.com>
208         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
209         repository's ia64 file; #include that.
210         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
211         repository's powerpc file; #include that.
213 2008-11-25  Roland McGrath  <roland@redhat.com>
215         * ChangeLog.alpha: New file (this one).
216         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
217         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
218         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
219         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
220         Subdirectories moved here from main repository.
221         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
222         Subdirectories moved here from main repository's nptl/ subdirectory.
223         * sysdeps/alpha/preconfigure: New file.
224         * sysdeps/alpha/shlib-versions: New file.
226 Local Variables:
227 mode: change-log
228 left-margin: 8
229 fill-column: 74
230 End: