alpha: Re-add imaxdiv.
[glibc.git] / ChangeLog.alpha
blob3e225c781325cc398d3314ad16874aaa3d23a9f5
1 2012-05-24  Richard Henderson  <rth@twiddle.net>
3         * sysdeps/alpha/ldiv.S (imaxdiv): Re-add alias.
5         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove __ASSUME_32BITUIDS.
6         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
7         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
9         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MADV_HUGEPAGE): New.
10         (MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): New.
12 2012-05-20  Richard Henderson  <rth@twiddle.net>
14         * sysdeps/alpha/add_n.S: Rename from add_n.s.
15         * sysdeps/alpha/addmul_1.S: Rename from addmul_1.s.
16         * sysdeps/alpha/alphaev5/add_n.S: Rename from add_n.s.
17         * sysdeps/alpha/alphaev5/lshift.S: Rename from lshift.s.
18         * sysdeps/alpha/alphaev5/rshift.S: Rename from rshift.s.
19         * sysdeps/alpha/alphaev5/sub_n.S: Rename from sub_n.s.
20         * sysdeps/alpha/alphaev6/addmul_1.S: Rename from addmul_1.s.
21         * sysdeps/alpha/lshift.S: Rename from lshift.s.
22         * sysdeps/alpha/mul_1.S: Rename from mul_1.s.
23         * sysdeps/alpha/rshift.S: Rename from rshift.s.
24         * sysdeps/alpha/sub_n.S: Rename from sub_n.s.
25         * sysdeps/alpha/submul_1.S: Rename from submul_1.s.
27 2012-05-18  Richard Henderson  <rth@twiddle.net>
29         * data/localplt-alpha-linux-gnu.data: New file.
31         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__FSWORD_T_TYPE,
32         __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE): New.
34 2012-04-26  Matt Turner  <mattst88@gmail.com>
36         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel
37         version needed to define __ASSUME_ACCEPT4.
39         * sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo): Use "c"
40         and "e" in fopen.
42         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MAP_STACK): Define.
43         (MAP_HUGETLB): Likewise.
45         * sysdeps/alpha/bits/mathdef.h: Remove __STDC__ conditionals.
46         * sysdeps/unix/alpha/sysdep.h: Likewise.
47         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
49         * sysdeps/alpha/fpu/bits/fenv.h: Use const instead of __const.
50         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Likewise.
51         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
53         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
55 2012-03-27  Richard Henderson  <rth@twiddle.net>
57         * sysdeps/alpha/elf/configure.in: Move to ...
58         * sysdeps/alpha/configure.in: ... here.  Update comment.
59         * sysdeps/alpha/configure: Regenerate.
60         * sysdeps/alpha/elf/crti.S: Move to ...
61         * sysdeps/alpha/crti.S: ... here.
62         * sysdeps/alpha/elf/crtn.S: Move to ...
63         * sysdeps/alpha/crtn.S: ... here.
64         * sysdeps/alpha/elf/start.S: Move to ...
65         * sysdeps/alpha/start.S: ... here.
67 2012-03-21  Richard Henderson  <rth@twiddle.net>
69         * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead
70         of <stdio-common/_itoa.h>.
72 2012-03-19  Richard Henderson  <rth@twiddle.net>
74         * sysdeps/alpha/fpu/math_private.h: New file.
76 2012-03-11  Richard Henderson  <rth@twiddle.net>
78         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Remove file.
79         * sysdeps/unix/sysv/linux/alpha/bits/socket_type.h: New file.
81 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
83         [BZ #13673]
84         Replace FSF snail mail address with URLs, as per GNU coding standards.
86 2012-03-04  Richard Henderson  <rth@twiddle.net>
88         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_sethae): Mark
89         as always_inline.
91 2012-03-04  Richard Henderson  <rth@twiddle.net>
93         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (recvmmsg): Only
94         declare if __USE_GNU.
95         (sendmmsg): Add declaration.
97 2012-03-04  Richard Henderson  <rth@twiddle.net>
99         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Don't name the
100         siginfo_t struct.  Add forward declaration of pthread_attr_t;
101         use it in sigevent.
102         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
103         (pthread_attr_t): Add union tag to pthread_attr_t; only define
104         typedef if not already defined.
106 2012-02-21  Richard Henderson  <rth@twiddle.net>
108         * sysdeps/unix/sysv/linux/alpha/bits/epoll.h: New file.
109         * sysdeps/unix/sysv/linux/alpha/bits/timerfd.h: Likewise.
110         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: Remove.
111         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: Likewise.
113 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
115         * sysdeps/unix/sysv/linux/alpha/bits/errno.h (ERFKILL, EHWPOISON):
116         Define if not defined.
117         * sysdeps/unix/sysv/linux/alpha/Versions: Add new errlist compat
118         entry for 2.16.
120 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
122         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Fix cache sysconf switch.
124 2012-02-16  Richard Henderson  <rth@twiddle.net>
126         * sysdeps/alpha/fpu/fenv_libc.h (__ieee_set_fp_control,
127         __ieee_get_fp_control): Mark as hidden proto.
129 2012-02-15  Mike Hommey  <mh+reportbug@glandium.org>
131         [BZ #11677]
132         * sysdeps/unix/sysv/linux/alpha/syscall.S: Support 6th argument.
134 2012-02-15  Richard Henderson  <rth@twiddle.net>
136         * sysdeps/unix/sysv/linux/alpha/bits/signalfd.h: New file.
137         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: Remove.
139         * sysdeps/unix/alpha/sysdep.h (syscall_promote): New.
140         (inline_syscall0, inline_syscall1, inline_syscall2,
141         inline_syscall3, inline_syscall4, inline_syscall5,
142         inline_syscall6): Use it.
143         * sysdeps/unix/sysv/linux/alpha/setregid.c: Remove.
144         * sysdeps/unix/sysv/linux/alpha/setreuid.c: Remove.
145         * sysdeps/unix/sysv/linux/alpha/setresgid.c: Remove.
146         * sysdeps/unix/sysv/linux/alpha/setresuid.c: Remove.
148         * sysdeps/unix/alpha/sysdep.h: Don't include <tls.h>
149         [PIC] (SYSCALL_ERROR_HANDLER): Emit nothing.
150         [PIC] (SYSCALL_ERROR_LABEL): Add !samegp markup.
152         * sysdeps/alpha/dl-machine.h: Don't check USE___THREAD.
154         * sysdeps/unix/alpha/sysdeps.S: Don't check __ELF__, USE___THREAD,
155         or _LIBC_REENTRANT.
157 2012-02-15  Richard Henderson  <rth@twiddle.net>
159         [BZ #13361]
160         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (struct file_handle): New.
161         (fallocate, name_to_handle_at, open_by_handle_at): Declare.
163 2012-02-14  Joseph Myers  <joseph@codesourcery.com>
164             Tom de Vries  <tom@codesourcery.com>
166         * sysdeps/alpha/preconfigure: Make setting of libc_commonpagesize and
167         libc_relro_required conditional on alpha machine.  Move setting of
168         libc_cv_gcc_unwind_find_fde ...
169         * sysdeps/unix/sysv/linux/alpha/configure.in: ... here.
171 2012-02-13  Richard Henderson  <rth@twiddle.net>
173         * sysdeps/unix/sysv/linux/alpha/bits/eventfd.h: New file.
174         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: Remove.
176 2012-02-09  Richard Henderson  <rth@twiddle.net>
178         * sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
179         (libc_commonpagesize, libc_relro_required): New.
181 2012-02-08  Richard Henderson  <rth@twiddle.net>
183         * sysdeps/alpha/ldsodefs.h: New file.
184         * sysdeps/alpha/tst-audit.h: New file.
185         * sysdeps/alpha/tls-macros.h: New file.
187         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Don't check HAVE_ELF.
188         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
189         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
190         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
191         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
192         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
193         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
194         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
196         * sysdeps/alpha/elf/crti.S, sysdeps/alpha/elf/crtn.S: New files...
197         * sysdeps/alpha/elf/initfini.c: ... split from here.  Remove file.
198         * sysdeps/alpha/nptl/elf/pt-initfini.c: Remove file.
200         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_DECL): Mark unused.
202         * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New.
204         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
206         * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
207         * sysdeps/unix/sysv/linux/alpha/configure: Build.
208         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
209         multiple includes.  Disable statfs64 entirely.
211         * sysdeps/alpha/nptl/tls.h: Don't test HAVE_TLS_SUPPORT.
212         * sysdeps/unix/alpha/sysdep.h: Don't test HAVE___THREAD.
213         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_tls): Error out if
214         the test fails.  Don't set HAVE_TLS_SUPPORT.
215         * sysdeps/alpha/elf/configure: Rebuild.
217 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
219         * sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
220         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
221         wordexp.c.
223 2011-10-05  Andreas Schwab  <schwab@redhat.com>
225         * sysdeps/alpha/dl-machine.h (elf_machine_rela)
226         (elf_machine_lazy_rel): Add parameter skip_ifunc.
228 2011-03-28  Aurelien Jarno  <aurelien@aurel32.net>
230         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S(____longjmp_chk):
231         Fix wrong register in stack pointer comparison.
233 2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
235         * sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
236         * sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
238 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
240         * sysdeps/unix/sysv/linux/alpha/bits/statfs.h (struct statfs,
241         struct statfs64): Add f_flags field.
243 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
245         * sysdeps/alpha/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
247 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
249         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
250         F_GETPIPE_SZ): Define.
252 2010-09-26  Michael Cree  <mcree@orcon.net.nz>
254         * sysdeps/alpha/memchr.c: Include <bp-sym.h>
255         (__memchr): Add casts for integer arithmetic on pointers.
257 2010-09-23  Richard Henderson  <rth@redhat.com>
259         [BZ #12019]
260         * sysdeps/alpha/alphaev6/memchr.S: Remove.
261         * sysdeps/alpha/memchr.S: Remove.
262         * sysdeps/alpha/memchr.c: New.
264 2010-09-23  Richard Henderson  <rth@redhat.com>
266         [BZ #1864]
267         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
268         * sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
269         * sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
270         * sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
271         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
272         * sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
273         * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
274         * sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
275         Define without 64-bit aliases.
277 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
279         * sysdeps/alpha/memchr.S: Use prefetch load.
280         * sysdeps/alpha/alphaev6/memchr.S: Likewise.
282 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
284         [BZ #6827]
285         * sysdeps/alpha/dl-machine.h: Add dl-procinfo support.
286         * sysdeps/alpha/dl-procinfo.c: New.
287         * sysdeps/alpha/dl-procinfo.h: New.
289 2010-05-03  Aurelien Jarno  <aurelien@aurel32.net>
291         [BZ #5350]
292         * sysdeps/alpha/fpu/s_ceil.c: Fix corner cases.
293         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
294         * sysdeps/alpha/fpu/s_floor.c: Likewise.
295         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
296         * sysdeps/alpha/fpu/s_rint.c: Likewise.
297         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
299 2010-05-03  GOTO Masanori  <gotom@debian.or.jp>
301         [BZ #1026]
302         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Define
303         __ASSUME_STAT64_SYSCALL.
304         * sysdeps/unix/sysv/linux/alpha/fxstat.c: Check
305         __ASSUME_STAT64_SYSCALL.
306         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Likewise.
307         * sysdeps/unix/sysv/linux/alpha/lxstat.c: Likewise.
308         * sysdeps/unix/sysv/linux/alpha/xstat.c: Likewise.
309         * sysdeps/unix/sysv/linux/alpha/xstatconv.c: Don't define
310         __libc_missing_axp_stat64 when it's not needed.
311         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
313 2010-03-30  Richard Henderson  <rth@redhat.com>
315         * sysdeps/unix/sysv/linux/alpha/bits/socket.h (MSG_WAITFORONE): New.
317 2010-03-30  Matt Turner  <mattst88@gmail.com>
319         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: New.
321 2010-03-26  Richard Henderson  <rth@redhat.com>
323         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
325 2010-03-26  Richard Henderson  <rth@redhat.com>
327         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
328         for GLIBC_2.12.
330 2010-03-26  Richard Henderson  <rth@redhat.com>
332         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
334 2010-03-26  Richard Henderson  <rth@redhat.com>
336         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
337         Define extern here; move definition...
338         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
340 2010-03-26  Richard Henderson  <rth@redhat.com>
342         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
343         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
345 2010-03-26  Richard Henderson  <rth@redhat.com>
347         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
348         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
349         F_OWNER_GID, struct f_owner_ex): Define.
350         (F_SETOWN, F_GETOWN): Define with XPG7.
352 2010-03-26  Richard Henderson  <rth@redhat.com>
354         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
355         (PTR_DEMANGLE): Likewise.
357 2010-03-26  Richard Henderson  <rth@redhat.com>
359         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
360         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
362 2010-03-26  Richard Henderson  <rth@redhat.com>
364         * sysdep/unix/sysv/linux/alpha/creat.c: New.
366 2010-03-26  Richard Henderson  <rth@redhat.com>
368         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
369         Adjust the test for gcc 4.5.
370         * sysdep/alpha/elf/configure: Rebuild.
372 2010-03-26  Richard Henderson  <rth@redhat.com>
374         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
375         __arch_exchange_16_int, __arch_exchange_32_int,
376         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
377         __arch_exchange_and_add_64_int): Use __typeof to get the
378         return type correct without warning.
380 2010-03-23  Matt Turner  <mattst88@gmail.com>
381             Aurelien Jarno  <aurelien@aurel32.net>
383         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
385 2010-01-12  Matt Turner  <mattst88@gmail.com>
387         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
388         problem.
390 2010-01-12  Matt Turner  <mattst88@gmail.com>
392         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
393         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
395 2010-01-12  Matt Turner  <mattst88@gmail.com>
397         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
398         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
399         XPG7.
400         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
401         fcntl.h.
403 2010-01-12  Matt Turner  <mattst88@gmail.com>
405         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
406         O_DSYNC to match 2.6.33+ kernels.
408 2009-12-02  Mike Frysinger <vapier@gentoo.org>
410         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
411         include timer_gettime.c -> timer_settime.c.
413 2009-11-23  Matt Turner  <mattst88@gmail.com>
415         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
416         for timestamps also if __USE_XOPEN2K8.
418 2009-11-23  Matt Turner  <mattst88@gmail.com>
420         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
421         names of parameters of sync_file_range.
423 2009-11-23  Matt Turner  <mattst88@gmail.com>
425         [BZ #10972]
426         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
427         constants from recent kernels.
429 2009-11-10  Matt Turner  <mattst88@gmail.com>
431         [BZ #10609]
432         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
433         of empty parameters for file names.
435 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
437         [BZ #10158]
438         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
439         Change parameters and use next_line.
441         [BZ #10160]
442         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
443         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
444         FUTEX_BITSET_MATCH_ANY.
446         [BZ #10161]
447         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
448         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
449         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
450         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
451         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
452         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
453         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
454         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
455         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
457         [BZ #6507]
458         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
459         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
460         elf_fpregset_t): Define. Don't include asm/elf.h.
462 2008-11-26  Roland McGrath  <roland@redhat.com>
464         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
465         repository's ia64 file; #include that.
466         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
467         repository's powerpc file; #include that.
469 2008-11-25  Roland McGrath  <roland@redhat.com>
471         * ChangeLog.alpha: New file (this one).
472         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
473         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
474         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
475         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
476         Subdirectories moved here from main repository.
477         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
478         Subdirectories moved here from main repository's nptl/ subdirectory.
479         * sysdeps/alpha/preconfigure: New file.
480         * sysdeps/alpha/shlib-versions: New file.
482 Local Variables:
483 mode: change-log
484 left-margin: 8
485 fill-column: 74
486 End: