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