alpha: Only define __libc_alpha_cache_shape in dl-sysdep.c.
[glibc.git] / ChangeLog.alpha
blob784f6b7c82ad5b602ce10f2fa557fbbe3c71c17a
1 2010-03-26  Richard Henderson  <rth@redhat.com>
3         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
4         Define extern here; move definition...
5         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
7 2010-03-26  Richard Henderson  <rth@redhat.com>
9         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
10         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
12 2010-03-26  Richard Henderson  <rth@redhat.com>
14         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
15         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
16         F_OWNER_GID, struct f_owner_ex): Define.
17         (F_SETOWN, F_GETOWN): Define with XPG7.
19 2010-03-26  Richard Henderson  <rth@redhat.com>
21         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
22         (PTR_DEMANGLE): Likewise.
24 2010-03-26  Richard Henderson  <rth@redhat.com>
26         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
27         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
29 2010-03-26  Richard Henderson  <rth@redhat.com>
31         * sysdep/unix/sysv/linux/alpha/creat.c: New.
33 2010-03-26  Richard Henderson  <rth@redhat.com>
35         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
36         Adjust the test for gcc 4.5.
37         * sysdep/alpha/elf/configure: Rebuild.
39 2010-03-26  Richard Henderson  <rth@redhat.com>
41         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
42         __arch_exchange_16_int, __arch_exchange_32_int,
43         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
44         __arch_exchange_and_add_64_int): Use __typeof to get the
45         return type correct without warning.
47 2010-03-23  Matt Turner  <mattst88@gmail.com>
48             Aurelien Jarno  <aurelien@aurel32.net>
50         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
52 2010-01-12  Matt Turner  <mattst88@gmail.com>
54         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
55         problem.
57 2010-01-12  Matt Turner  <mattst88@gmail.com>
59         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
60         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
62 2010-01-12  Matt Turner  <mattst88@gmail.com>
64         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
65         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
66         XPG7.
67         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
68         fcntl.h.
70 2010-01-12  Matt Turner  <mattst88@gmail.com>
72         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
73         O_DSYNC to match 2.6.33+ kernels.
75 2009-12-02  Mike Frysinger <vapier@gentoo.org>
77         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
78         include timer_gettime.c -> timer_settime.c.
80 2009-11-23  Matt Turner  <mattst88@gmail.com>
82         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
83         for timestamps also if __USE_XOPEN2K8.
85 2009-11-23  Matt Turner  <mattst88@gmail.com>
87         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
88         names of parameters of sync_file_range.
90 2009-11-23  Matt Turner  <mattst88@gmail.com>
92         [BZ #10972]
93         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
94         constants from recent kernels.
96 2009-11-10  Matt Turner  <mattst88@gmail.com>
98         [BZ #10609]
99         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
100         of empty parameters for file names.
102 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
104         [BZ #10158]
105         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
106         Change parameters and use next_line.
108         [BZ #10160]
109         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
110         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
111         FUTEX_BITSET_MATCH_ANY.
113         [BZ #10161]
114         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
115         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
116         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
117         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
118         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
119         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
120         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
121         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
122         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
124         [BZ #6507]
125         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
126         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
127         elf_fpregset_t): Define. Don't include asm/elf.h.
129 2008-11-26  Roland McGrath  <roland@redhat.com>
131         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
132         repository's ia64 file; #include that.
133         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
134         repository's powerpc file; #include that.
136 2008-11-25  Roland McGrath  <roland@redhat.com>
138         * ChangeLog.alpha: New file (this one).
139         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
140         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
141         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
142         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
143         Subdirectories moved here from main repository.
144         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
145         Subdirectories moved here from main repository's nptl/ subdirectory.
146         * sysdeps/alpha/preconfigure: New file.
147         * sysdeps/alpha/shlib-versions: New file.
149 Local Variables:
150 mode: change-log
151 left-margin: 8
152 fill-column: 74
153 End: