]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog.alpha
alpha: Support __NR_fstatat64.
[thirdparty/glibc.git] / ChangeLog.alpha
CommitLineData
f81b9186
RH
12012-02-08 Richard Henderson <rth@twiddle.net>
2
9fb2a6b9
RH
3 * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
4 * sysdeps/alpha/elf/initfini.c: ... split from here. Remove file.
5 * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
6
e544dcd5
RH
7 * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
8
2011e601
RH
9 * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
10
6aa8bd8c
RH
11 * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
12
fe7b738e
RH
13 * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
14 * sysdeps/unix/sysv/linux/alpha/configure: Build.
15 * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
16 multiple includes. Disable statfs64 entirely.
17
f81b9186
RH
18 * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
19 * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
20 * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
21 the test fails. Don't set HAVE_TLS_SUPPORT.
22 * sysdeps/alpha/elf/configure: Rebuild.
23
7191c0cf
JM
242012-01-07 Joseph Myers <joseph@codesourcery.com>
25
26 * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
27 * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
28 wordexp.c.
29
989edf2c
AS
302011-10-05 Andreas Schwab <schwab@redhat.com>
31
32 * sysdeps/alpha/dl-machine.h (elf_machine_rela)
33 (elf_machine_lazy_rel): Add parameter skip_ifunc.
34
39262cc8
RH
352011-03-28 Aurelien Jarno <aurelien@aurel32.net>
36
37 * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
38 Fix wrong register in stack pointer comparison.
39
57d366bd
RH
402011-03-01 Aurelien Jarno <aurelien@aurel32.net>
41
42 * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
43 * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
44
79abd1fb
AJ
452011-02-28 Aurelien Jarno <aurelien@aurel32.net>
46
47 * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
48 struct statfs64): Add f_flags field.
49
65342356
AJ
502011-02-28 Aurelien Jarno <aurelien@aurel32.net>
51
52 * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53
146c8734
AJ
542011-02-28 Aurelien Jarno <aurelien@aurel32.net>
55
56 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
57 F_GETPIPE_SZ): Define.
58
6c14d67f
RH
592010-09-26 Michael Cree <mcree@orcon.net.nz>
60
61 * sysdeps/alpha/memchr.c: Include <bp-sym.h>
62 (__memchr): Add casts for integer arithmetic on pointers.
63
926cf114
RH
642010-09-23 Richard Henderson <rth@redhat.com>
65
66 [BZ #12019]
67 * sysdeps/alpha/alphaev6/memchr.S: Remove.
68 * sysdeps/alpha/memchr.S: Remove.
69 * sysdeps/alpha/memchr.c: New.
70
712010-09-23 Richard Henderson <rth@redhat.com>
7ffd2bd7
RH
72
73 [BZ #1864]
74 * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
75 * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
76 * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
77 * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
78 * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
79 * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
80 * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
81 * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
82 Define without 64-bit aliases.
83
200b5fae 842010-05-03 Aurelien Jarno <aurelien@aurel32.net>
989edf2c 85
200b5fae
RH
86 * sysdeps/alpha/memchr.S: Use prefetch load.
87 * sysdeps/alpha/alphaev6/memchr.S: Likewise.
88
2ec03f50
AJ
892010-05-03 Aurelien Jarno <aurelien@aurel32.net>
90
9f99a411 91 [BZ #6827]
2ec03f50
AJ
92 * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
93 * sysdeps/alpha/dl-procinfo.c: New.
94 * sysdeps/alpha/dl-procinfo.h: New.
95
116ff9ad
AJ
962010-05-03 Aurelien Jarno <aurelien@aurel32.net>
97
9f99a411 98 [BZ #5350]
116ff9ad
AJ
99 * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
100 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
101 * sysdeps/alpha/fpu/s_floor.c: Likewise.
102 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
103 * sysdeps/alpha/fpu/s_rint.c: Likewise.
104 * sysdeps/alpha/fpu/s_rintf.c: Likewise.
105
6a84c77c
GM
1062010-05-03 GOTO Masanori <gotom@debian.or.jp>
107
9f99a411 108 [BZ #1026]
6a84c77c
GM
109 * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
110 __ASSUME_STAT64_SYSCALL.
111 * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
112 __ASSUME_STAT64_SYSCALL.
113 * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
114 * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
115 * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
116 * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
117 __libc_missing_axp_stat64 when it's not needed.
118 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
119
8eb49e8a
RH
1202010-03-30 Richard Henderson <rth@redhat.com>
121
122 * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
123
3648b807
RH
1242010-03-30 Matt Turner <mattst88@gmail.com>
125
126 * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
127
05479f36
RH
1282010-03-26 Richard Henderson <rth@redhat.com>
129
130 * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
131
c87187fb
RH
1322010-03-26 Richard Henderson <rth@redhat.com>
133
134 * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
135 for GLIBC_2.12.
136
3a808c3d
RH
1372010-03-26 Richard Henderson <rth@redhat.com>
138
139 * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
140
45e3c406
RH
1412010-03-26 Richard Henderson <rth@redhat.com>
142
143 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
144 Define extern here; move definition...
145 * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
146
6546e0c4
RH
1472010-03-26 Richard Henderson <rth@redhat.com>
148
149 * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
150 (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
151
c735022d
RH
1522010-03-26 Richard Henderson <rth@redhat.com>
153
154 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
155 F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
156 F_OWNER_GID, struct f_owner_ex): Define.
157 (F_SETOWN, F_GETOWN): Define with XPG7.
158
ee390edf
RH
1592010-03-26 Richard Henderson <rth@redhat.com>
160
161 * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
162 (PTR_DEMANGLE): Likewise.
163
cce01cf0
RH
1642010-03-26 Richard Henderson <rth@redhat.com>
165
166 * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
167 INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
168
c7b88023
RH
1692010-03-26 Richard Henderson <rth@redhat.com>
170
171 * sysdep/unix/sysv/linux/alpha/creat.c: New.
172
a9374d81
RH
1732010-03-26 Richard Henderson <rth@redhat.com>
174
175 * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
176 Adjust the test for gcc 4.5.
177 * sysdep/alpha/elf/configure: Rebuild.
178
6796df65
RH
1792010-03-26 Richard Henderson <rth@redhat.com>
180
181 * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
182 __arch_exchange_16_int, __arch_exchange_32_int,
183 __arch_exchange_64_int, __arch_exchange_and_add_32_int,
184 __arch_exchange_and_add_64_int): Use __typeof to get the
185 return type correct without warning.
186
0b37400a 1872010-03-23 Matt Turner <mattst88@gmail.com>
79abd1fb 188 Aurelien Jarno <aurelien@aurel32.net>
0b37400a
MT
189
190 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
191
aa576322
MT
1922010-01-12 Matt Turner <mattst88@gmail.com>
193
194 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
195 problem.
196
1480094d
MT
1972010-01-12 Matt Turner <mattst88@gmail.com>
198
199 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
200 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
201
54faff05
MT
2022010-01-12 Matt Turner <mattst88@gmail.com>
203
204 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
205 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
206 XPG7.
207 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
208 fcntl.h.
209
1f4a25ae
MT
2102010-01-12 Matt Turner <mattst88@gmail.com>
211
212 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
213 O_DSYNC to match 2.6.33+ kernels.
214
77b22d3e
MF
2152009-12-02 Mike Frysinger <vapier@gentoo.org>
216
217 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
218 include timer_gettime.c -> timer_settime.c.
219
36a3800a
MT
2202009-11-23 Matt Turner <mattst88@gmail.com>
221
222 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
223 for timestamps also if __USE_XOPEN2K8.
224
015a3d04
MT
2252009-11-23 Matt Turner <mattst88@gmail.com>
226
227 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
228 names of parameters of sync_file_range.
229
4dc21b9d
MT
2302009-11-23 Matt Turner <mattst88@gmail.com>
231
232 [BZ #10972]
233 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
234 constants from recent kernels.
235
52c693bd
MT
2362009-11-10 Matt Turner <mattst88@gmail.com>
237
238 [BZ #10609]
239 * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
240 of empty parameters for file names.
241
c1592c25
AJ
2422009-07-13 Aurelien Jarno <aurelien@aurel32.net>
243
244 [BZ #10158]
79abd1fb
AJ
245 * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
246 Change parameters and use next_line.
c1592c25 247
8cb716ea
AJ
248 [BZ #10160]
249 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
250 FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
251 FUTEX_BITSET_MATCH_ANY.
252
97d1e7c8
AJ
253 [BZ #10161]
254 * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
255 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
256 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
257 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
258 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
259 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
260 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
261 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
262 * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
263
6b4e363a
AJ
264 [BZ #6507]
265 * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
266 ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
267 elf_fpregset_t): Define. Don't include asm/elf.h.
268
7deeab19
RM
2692008-11-26 Roland McGrath <roland@redhat.com>
270
271 * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
272 repository's ia64 file; #include that.
273 * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
274 repository's powerpc file; #include that.
275
5823b578
RM
2762008-11-25 Roland McGrath <roland@redhat.com>
277
278 * ChangeLog.alpha: New file (this one).
279 * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
280 sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
281 sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
282 sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
283 Subdirectories moved here from main repository.
284 * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
285 Subdirectories moved here from main repository's nptl/ subdirectory.
286 * sysdeps/alpha/preconfigure: New file.
287 * sysdeps/alpha/shlib-versions: New file.
288\f
289Local Variables:
290mode: change-log
291left-margin: 8
292fill-column: 74
293End: