Rewrite MIPS' atomic.h to use __atomic_* builtins.
[glibc.git] / ports / ChangeLog.mips
blobaf8884b9c3ede4e392a2ec70d340615079fac6f0
1 2012-07-11  Tom de Vries  <vries@codesourcery.com>
2             Maxim Kuvyrkov  <maxim@codesourcery.com>
4         * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
5         (__arch_compare_and_exchange_bool_32_int)
6         (__arch_compare_and_exchange_val_32_int)
7         (__arch_compare_and_exchange_bool_64_int)
8         (__arch_compare_and_exchange_val_64_int)
9         Define in terms of __atomic_compare_exchange_n.
10         [__GNUC_PREREQ (4, 8)]
11         (__arch_exchange_32_int, __arch_exchange_64_int):
12         Define in terms of __atomic_exchange_n.
13         [__GNUC_PREREQ (4, 8)]
14         (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
15         Define in terms of __atomic_fetch_add.
16         [!__GNUC_PREREQ (4, 8)]: Update formatting.
18 2012-07-06  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
20         * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
21         the stack pointer.
23 2012-06-19  Joseph Myers  <joseph@codesourcery.com>
25         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
26         _gp_disp entry.
27         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
28         Likewise.
29         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
30         Likewise.
31         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
32         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
33         Likewise.
34         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
35         Likewise.
36         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
37         Likewise.
38         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
39         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
40         Likewise.
41         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
42         Likewise.
43         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
44         Likewise.
45         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
46         Likewise.
47         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
48         Likewise.
49         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
50         Likewise.
51         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
52         Likewise.
53         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
54         Likewise.
55         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
56         Likewise.
57         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
58         Likewise.
59         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
60         Likewise.
61         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
62         Likewise.
63         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
64         Likewise.
66 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
68         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
69         (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
70         variable.
72 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
74         * sysdeps/mips/mips64/n32/s_fma.c: New file.
75         * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
77         * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
78         typo.
80 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
82         * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
84         * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
85         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
87 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
89         * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
90         settings out of conditional.
92         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
93         __connect_internal alias.
95         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
96         (FP_TRAPPING_EXCEPTIONS): Define.
98         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
99         Rename to abi-variants.
100         (syscall-list-includes): Rename to abi-includes.
101         (syscall-list-o32-options): Rename to abi-o32-options.
102         (syscall-list-o32-condition): Rename to abi-o32-condition.
103         (syscall-list-n32-options): Rename to abi-n32-options.
104         (syscall-list-n32-condition): Rename to abi-n32-condition.
105         (syscall-list-n64-options): Rename to abi-n64-options.
106         (syscall-list-n64-condition): Rename to abi-n64-condition.
107         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
108         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
109         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
111         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
112         _internal alias by hidden_def.
114 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
116         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
117         file.
118         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
119         Likewise.
120         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
121         Likewise.
122         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
123         Likewise.
124         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
125         Likewise.
126         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
127         Likewise.
128         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
129         Likewise.
130         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
131         Likewise.
133 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
135         * sysdeps/unix/sysv/linux/mips/kernel-features.h
136         (__ASSUME_32BITUIDS): Remove.
138 2012-05-23  Steve Ellcey  <sellcey@mips.com>
140         * sysdeps/unix/sysv/linux/mips/Makefile
141         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
142         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
143         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
145 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
147         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
148         Define.
149         (MADV_DODUMP): Likewise.
151 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
153         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
154         __WORDSIZE_TIME64_COMPAT32.
156         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
157         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
158         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
160 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
162         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
163         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
164         (kernel-features.h): Don't include.
165         [__NR_ftruncate64]: Make code unconditional.
166         [!__NR_ftruncate64]: Remove conditional code.
167         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
168         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
169         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
170         (kernel-features.h): Don't include.
171         [__NR_truncate64]: Make code unconditional.
172         [!__NR_truncate64]: Remove conditional code.
173         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
174         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
175         Add syscall.
176         (truncate): Likewise.
177         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
178         (ftruncate): Remove syscall.
179         (truncate): Likewise.
180         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
181         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
182         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
183         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
185 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
187         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
188         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
189         type unsigned long and names st_atimensec, st_mtimensec and
190         st_ctimensec.
191         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
193 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
195         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
196         Remove conditional code.
197         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
198         * sysdeps/unix/sysv/linux/mips/pread64.c
199         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
200         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
201         * sysdeps/unix/sysv/linux/mips/pwrite.c
202         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
203         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
204         * sysdeps/unix/sysv/linux/mips/pwrite64.c
205         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
206         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
207         * sysdeps/unix/sysv/linux/mips/sigaction.c
208         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
209         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
211 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
213         * sysdeps/mips/dl-lookup.c: Update from generic version.
215 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
217         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
218         * sysdeps/mips/mips32/libm-test-ulps: ... here.
219         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
220         * sysdeps/mips/mips64/libm-test-ulps: ... here.
221         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
223 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
225         [BZ #14044]
226         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
227         from libc version and add symbol versions.
228         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
229         (GLIBC_2.3.3): Add posix_fadvise64.
231 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
233         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
234         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
235         Likewise.
236         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
237         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
238         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
239         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
240         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
241         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
242         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
243         Likewise.
244         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
245         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
246         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
247         Likewise.
248         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
249         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
250         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
251         Likewise.
252         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
253         Likewise.
254         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
255         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
256         Likewise.
257         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
258         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
259         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
260         Likewise.
261         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
262         Likewise.
263         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
264         Likewise.
265         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
266         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
267         Likewise.
268         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
269         Likewise.
270         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
271         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
272         Likewise.
273         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
274         Likewise.
275         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
276         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
277         Likewise.
278         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
279         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
280         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
281         Likewise.
282         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
283         Likewise.
284         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
285         Likewise.
286         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
287         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
288         Likewise.
289         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
290         Likewise.
292         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
293         __MIPSEB instead of __BYTE_ORDER.
294         * sysdeps/mips/mips64/memset.S: Likewise.
296 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
298         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
299         Change to 2.6.12.
300         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
302 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
304         * sysdeps/unix/mips/brk.S: Remove file.
305         * sysdeps/unix/mips/dl-brk.S: Likewise.
306         * sysdeps/unix/mips/sigreturn.S: Likewise.
307         * sysdeps/unix/mips/wait.S: Likewise.
309 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
311         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
312         instead of __BYTE_ORDER.
313         * sysdeps/mips/memset.S: Likewise.
315         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
316         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
318 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
320         * sysdeps/unix/mips/fork.S: Remove file.
322 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
324         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
325         (ldd_rewrite_script): Change $dest to $dir.
326         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
328 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
330         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
331         sysdeps/unix/sysv/linux/arm/readahead.c not
332         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
334 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
336         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
337         (MAP_HUGETLB): Likewise.
339 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
341         * sysdeps/mips/elf/start.S: Moved to ...
342         * sysdeps/mips/start.S: ...here.
343         * sysdeps/mips/elf/configure.in: Moved to ...
344         * sysdeps/mips/configure.in: ...here.  Update comment.
345         * sysdeps/mips/configure: New generated file.
347 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
349         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
350         instead of <stdio-common/_itoa.h>.
352 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
354         [BZ #13673]
355         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
356         with URL.
358 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
360         [BZ #13673]
361         Replace FSF snail mail address with URLs, as per GNU coding standards.
363 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
365         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
366         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
368 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
370         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
371         declare recvmmsg and sendmmsg.
373 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
375         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
376         Change union tag to pthread_attr_t.  Only define typedef if not
377         already defined.
378         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
379         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
380         typedef if not already defined.
382 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
384         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
385         siginfo_t struct.  Add forward declaration of pthread_attr_t and
386         use it in sigevent.
387         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
388         pthread_attr_t union.
390 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
392         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
393         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
394         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
395         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
397 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
399         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
400         not defined.
402 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
404         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
405         matching the array in dl-procinfo.c.
407 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
409         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
410         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
411         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
413 2012-02-15  Robert Millan  <rmh@gnu.org>
415         [BZ #12301]
416         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
417         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
419 2012-02-15  Robert Millan  <rmh@gnu.org>
421         [BZ #12298]
422         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
423         * sysdeps/mips/sys/tas.h: ... here.
425 2012-02-15  Robert Millan  <rmh@gnu.org>
427         [BZ #12297]
428         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
429         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
430         * sysdeps/unix/mips/entry.h: ... here.
432 2012-02-15  Robert Millan  <rmh@gnu.org>
434         [BZ #12193]
435         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
436         Define.
437         * sysdeps/mips/dl-procinfo.c: New file.
438         * sysdeps/mips/dl-procinfo.h: Likewise.
440 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
442         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
443         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
445 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
447         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
448         around calls to _dl_lookup_symbol_x.
450 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
452         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
453         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
455 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
457         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
458         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
460 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
462         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
463         for sysdeps/generic/initfini.c.
464         * sysdeps/mips/mips32/crtn.S: Likewise.
465         * sysdeps/mips/mips64/n32/crti.S: Likewise.
466         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
467         * sysdeps/mips/mips64/n64/crti.S: Likewise.
468         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
469         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
470         (CFLAGS-pt-initfini.s): Likewise.
471         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
472         variables.
474 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
476         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
477         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
478         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
479         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
481 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
483         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
484         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
485         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
486         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
487         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
488         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
489         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
491 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
493         * sysdeps/mips/nptl/shlib-versions: New.
495 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
497         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
499 2012-01-04  Tom de Vries  <tom@codesourcery.com>
501         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
502         -fno-unwind-tables.
504 2012-01-03  Tom de Vries  <tom@codesourcery.com>
506         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
507         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
509 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
511         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
512         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
513         Remove.
514         (syscall-list-variants, syscall-list-includes)
515         (syscall-list-o32-options, syscall-list-o32-condition)
516         (syscall-list-n32-options, syscall-list-n32-condition)
517         (syscall-list-n64-options, syscall-list-n64-condition): Define.
518         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
519         asm-unistd.h.
520         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
521         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
523 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
525         [BZ #13538]
526         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
527         (EPOLLET): Initialize with unsigned values.
529 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
531         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
532         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
534 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
536         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
537         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
539 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
541         * sysdeps/mips/dl-lookup.c: Update from generic version.
543 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
545         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
546         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
547         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
549 2011-10-05  Andreas Schwab  <schwab@redhat.com>
551         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
552         (elf_machine_lazy_rel): Add parameter skip_ifunc.
554 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
556         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
557         return value to (struct cmsghdr *).
559 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
561         * sysdeps/mips/elf/configure.in: Always test for TLS support and
562         error out in case it is missing.
563         * sysdeps/mips/elf/configure: Regenerate.
564         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
566 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
568         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
569         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
571 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
573         [BZ #13109]
574         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
575         (statfs): New.
576         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
577         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
579 2011-08-02  Matt Turner  <mattst88@gmail.com>
581         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
583 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
585         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
586         Define.
588 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
590         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
591         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
593 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
595         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
596         mention raise in the comment.
598 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
600         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
601         Add.
603 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
605         * sysdeps/mips/dl-lookup.c: Update from generic version.
607 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
609         * sysdeps/mips/dl-lookup.c: Update from generic version.
611 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
613         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
615 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
617         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
618         to open_by_handle_at.
620 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
622         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
624 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
626         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
627         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
628         open_by_handle.  Augment a few comments.
630 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
632         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
633         cancelable.
634         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
635         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
636         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
637         sync_file_range as cancellation point.
638         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
639         sync_file_range as cancellation point.
641 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
643         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
644         sync_file_range.
646 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
648         * sysdeps/mips/dl-lookup.c: Update from generic version.
650 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
652         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
653         MADV_NOHUGEPAGE): Define.
655 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
657         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
658         PF_CAIF, PF_ALG): Define.
660 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
662         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
663         NO_CTORS_DTORS_SECTIONS is defined.
664         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
666 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
668         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
670 2010-12-06  Matt Turner  <mattst88@gmail.com>
672         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
674 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
676         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
677         Change to 2.4.1.
678         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
680 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
682         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
683         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
684         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
685         for fanotify_mark.
687 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
689         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
690         libm_hidden_def.
691         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
693 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
695         * sysdeps/unix/sysv/linux/mips/kernel-features.h
696         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
698 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
700         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
701         jump delay slot.
702         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
704 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
706         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
708 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
710         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
711         struct statfs64): Add f_flags field.
713 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
715         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
716         Define.
718 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
720         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
721         and prlimit64.
722         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
723         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
724         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
725         prlimit64 syscall.
727 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
729         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
730         F_GETPIPE_SZ): Define.
732 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
734         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
735         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
737 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
739         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
741 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
743         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
744         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
745         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
746         Define.
748 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
750         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
751         MSG_WAITFORONE.
753 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
755         * sysdeps/mips/dl-lookup.c: Update from generic version.
757 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
759         [BZ #11291]
760         * sysdeps/mips/bits/atomic.h
761         (__arch_compare_and_exchange_xxx_32_int,
762         __arch_compare_and_exchange_xxx_64_int,
763         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
764         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
765         Specify *mem as asm output as well as input.
767 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
769         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
771 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
773         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
774         _dl_runtime_pltresolve): Calculate offset from start of function
775         to .cpload instead of hardcoding instruction size.
777 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
779         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
780         problem.
782 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
784         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
785         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
787 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
789         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
790         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
791         XPG7.
792         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
793         fcntl.h.
795 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
797         [BZ #11093]
798         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
799         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
801 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
803         * sysdeps/mips/dl-lookup.c: Update from generic version.
805 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
807         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
808         O_DSYNC to match 2.6.33+ kernels.
810 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
812         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
813         declare recvmmsg.
815 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
817         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
818         (posix_fadvise): Remove.
819         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
820         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
821         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
823 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
825         * sysdeps/mips/dl-lookup.c: Update from generic version.
827 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
829         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
830         for timestamps also if __USE_XOPEN2K8.
832 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
834         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
835         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
837 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
839         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
840         names of parameters of sync_file_range.
842 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
844         [BZ #10972]
845         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
846         constants from recent kernels.
848 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
850         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
851         not already defined.
853 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
855         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
856         F_GETOWN_EX): Update values.
858 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
860         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
861         of last two arguments when -D_FILE_OFFSET_BITS=64.
863 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
865         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
866         f_owner_ex.
868 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
870         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
871         and F_GETOWN_EX.
873 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
875         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
876         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
877         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
878         (__SYSCALL_CLOBBERS): Likewise.
879         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
880         (__SYSCALL_CLOBBERS): Likewise.
882 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
884         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
885         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
886         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
887         variable for env.  Use expansion of CHECK_SP macro for check.
888         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
890 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
892         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
893         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
895 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
897         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
898         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
900 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
902         * sysdeps/mips/do-lookup.h: Remove.
903         * sysdeps/mips/dl-lookup.c: Update from generic version, with
904         non-PIC handling integrated.
906 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
908         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
909         and AF_IEEE802154.
911 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
913         * sysdeps/mips/____longjmp_chk.c: New file.
914         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
915         undefine __longjmp.
916         * sysdeps/mips64/__longjmp.c: Likewise.
918 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
920         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
921         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
922         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
923         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
925 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
927         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
928         fallocate64@@GLIBC_2.11.
930 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
932         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
933         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
935 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
937         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
938         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
939         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
940         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
941         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
942         Update comment.
943         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
944         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
945         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
946         Add ucontext_i.sym.
948 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
950         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
951         __ASSUME_PWRITEV): Don't define here.
953 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
955         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
957 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
959         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
960         numbers.
961         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
962         Define.
963         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
964         preadv and pwritev.
966 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
968         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
969         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
971 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
973         [BZ #7074]
974         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
975         Fix the condition used to annotate n32 objects.
977 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
979         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
980         Change parameters and use next_line.
982 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
984         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
985         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
986         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
988 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
990         * sysdeps/mips/bits/link.h: Uglify function parameter names.
991         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
992         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
993         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
994         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
996 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
998         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
999         fallocate{,64}.
1001 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
1003         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1004         UTIME_OMIT only with __USE_ATFILE.
1006 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1008         [BZ #7040]
1009         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1010         inotify_rm_watch should have type int.
1012 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
1014         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1016 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
1017             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1019         PR glibc/1048
1020         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1021         variable page size for MIPS.
1022         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1023         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1024         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1026 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1028         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1029         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1030         -D_GNU_SOURCE.
1032 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1034         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1035         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1037 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
1039         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1040         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1041         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1042         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1044 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
1046         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1047         Make available only for __USE_GNU.
1049 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
1051         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1052         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1054 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
1056         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1057         __THROW vs. __nonnull order for C++.
1059 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1061         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1062         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1063         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1065 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1066             Daniel Jacobowitz  <dan@codesourcery.com>
1067             Richard Sandiford  <rdsandiford@googlemail.com>
1069         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1070         * sysdeps/mips/dl-lookup.c: New.
1071         * sysdeps/mips/do-lookup.h: New.
1072         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1073         definition.
1074         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1075         if needed.
1076         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1077         (elf_machine_type_class): Likewise.
1078         (ELF_MACHINE_PLT_REL): Define.
1079         (elf_machine_fixup_plt): New.
1080         (elf_machine_plt_value): New.
1081         (elf_machine_reloc): Handle jump slot and copy relocations.
1082         (elf_machine_lazy_rel): Point relocation place at PLT if
1083         required.
1084         (RESOLVE_GOTSYM): Take a relocation type argument.
1085         (elf_machine_got_rel): Bind lazy stubs directly to their target if
1086         !lazy.  Skip lazy binding for PLT symbols.
1087         (elf_machine_runtime_setup): Fill in .got.plt header.
1088         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1089         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1090         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1091         (_dl_runtime_pltresolve): New.
1092         * sysdeps/mips/bits/linkmap.h: New file.
1093         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1094         64-bit versions.
1096         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1097         Delete definition.
1098         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1099         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1100         (PSEUDO): Use them.  Move outside __PIC__.
1101         (PSEUDO_JMP): New.
1102         (CENABLE, CDISABLE): Use it.
1104 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1106         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1107         to epoll_create1.
1109 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1111         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1112         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1113         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1114         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1115         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1116         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1117         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1119 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1121         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1122         volatile.
1124 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1126         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1127         type.
1129 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1131         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1132         (SOCK_DCCP): Define.
1134 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1136         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1137         RUSAGE_THREAD and RUSAGE_LWP.
1139 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1141         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1142         shmid_ds.
1144 2008-04-21  Khem Raj  <kraj@mvista.com>
1146         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1148 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1150         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1151         truncate and ftruncate systems calls.
1152         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1153         empty file.
1154         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1156 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1158         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1159         ARG_MAX if <linux/limits.h> has defined it.
1161 2008-03-28  Robin Randhawa  <robin@mips.com>
1163         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1164         barriers to enforce strict ordering on weakly ordered systems.
1166 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1167             Daniel Jacobowitz  <dan@codesourcery.com>
1169         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1170         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1171         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1173 2008-03-09  Andreas Jaeger  <aj@suse.de>
1175         [BZ #5753]
1176         * sysdeps/mips/ieee754.h: Use protected namespace
1177         __BIG_ENDIAN/__LITTLE_ENDIAN.
1178         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1180 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1182         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1183         Reorganize to match other architectures.  Replace _timer._timer1
1184         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1185         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1186         (si_timerid, si_overrun): Define.
1187         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1188         (__pthread_attr_s): Remove declaration.
1189         (struct sigevent): Remove XXX.  Add _tid.
1191 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1193         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1195 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1197         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1198         type and __THROW marker of splice, vmsplice, and tee.
1200 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1202         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1203         LLL_PRIVATE argument to lll_futex_wake.
1204         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1205         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1206         comment.
1207         (PF_IUCV, PF_RXRPC): Define.
1208         (PF_MAX): Update.
1209         (AF_IUCV, AF_RXRPC): Define.
1210         (MSG_CMSG_CLOEXEC): Define.
1211         (_EXTERN_INLINE): Define to __extern_inline.
1212         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1213         UTIME_OMIT): Define.
1214         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1215         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1216         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1217         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1218         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1219         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1220         LLL_LOCK_*.  Include <kernel-features.h>.
1221         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1222         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1223         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1224         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1225         lll_futex_wait.
1226         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1227         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1228         private arguments.
1229         (__lll_robust_trylock): Convert to macro.
1230         (__lll_robust_lock_wait): Add private argument.
1231         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1232         (__lll_lock): Convert to macro.  Take private argument.
1233         (__lll_cond_lock): Likewise.
1234         (lll_lock, lll_cond_lock): Take private arguments.
1235         (__lll_robust_lock): Take private argument.  Convert to macro.
1236         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1237         lll_robust_cond_lock): Take private arguments.
1238         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1239         arguments.
1240         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1241         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1242         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1243         private arguments.
1244         (lll_unlock, lll_robust_unlock): Take private arguments.
1245         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1246         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1247         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1248         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1249         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1250         lll_cond_wake, lll_cond_broadcast): Remove.
1251         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1252         to __extern_inline.
1254 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1256         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1257         New macros for the (n)64 and n32 ABIs.
1258         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1260 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1262         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1263         Define __WORDSIZE_COMPAT32 as 1.
1265 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1267         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1268         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1269         PTHREAD_STACK_MIN.
1271 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1273         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1275         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1276         Delete.
1278 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1280         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1281         (internal_syscall1, internal_syscall2, internal_syscall3,
1282         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1284 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1286         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1287         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1288         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1289         THREAD_GSCOPE_WAIT): Define.
1290         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1291         (FUTEX_PRIVATE_FLAG): Define.
1292         (lll_unlock_wake_cb): Delete prototype.
1293         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1294         <endian.h>.
1295         (pthread_rwlock_t): Shrink __flags and add __shared.
1297 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1299         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1300         (posix_fadvise): Fix high word of len argument.
1302 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1304         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1305         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1306         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1307         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1308         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1309         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1311 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1313         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1314         * sysdeps/mips/mips64/n64/Implies: Likewise.
1315         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1316         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1317         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1318         <fpu_control.h>.  Use hardware exception and rounding mode
1319         settings.
1321 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1323         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1324         r_info argument to ElfW(Addr).
1326 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1328         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1330 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1331             Daniel Jacobowitz  <dan@codesourcery.com>
1333         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1334         shmctl, and semctl.
1335         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1336         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1337         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1339 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1341         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1342         PTR_DEMANGLE): Define.
1343         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1344         PTR_DEMANGLE): Define.
1345         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1346         PTR_DEMANGLE): Define.
1348 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1350         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1351         (cfi_same_value): Delete definition.
1353 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1355         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1356         (elf_machine_reloc): New function, retaining the body of
1357         elf_machine_rel.  Take the reloc's r_info field as an argument,
1358         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1359         When inplace_p is false, use r_addend as the addend, not the contents
1360         of the relocation field.  Hoist the conversion of reloc_addr to
1361         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1362         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1363         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1364         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1365         to ElfW(Rela).
1367 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1369         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1370         multiple inclusion guard.
1371         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1373 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1375         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1376         to match the kernel.
1378 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1380         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1381         (RTLD_SINGLE_THREAD_P): Define.
1382         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1384 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1386         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1387         prototype.
1389 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1391         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1392         code.
1393         (__xstat_conv): Use memset to clear padding arrays.  Check for
1394         overflow.
1395         (__xstat64_conv): Use memset to clear padding arrays.
1396         (__xstat32_conv): New function.
1397         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1398         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1400 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1402         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1403         floating-point registers.
1404         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1405         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1406         Likewise.
1408 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1410         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1411         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1413 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1415         * sysdeps/mips/mips64/n32/libm-test-ulps,
1416         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1418 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1420         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1421         defined, include the named file.
1423 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1425         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1426         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1427         Define.
1429 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1431         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1432         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1433         types.
1435 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1437         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1438         Don't use struct timespec.
1439         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1440         __xstat64_conv): Copy individual timespec fields.
1442 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1444         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1446 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1448         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1449         * sysdeps/mips/fpu/fesetround.c: Likewise.
1451 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1452             Daniel Jacobowitz  <dan@codesourcery.com>
1454         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1455         dump sc_cause, sc_status or sc_badvaddr.
1456         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1457         structure definitions after DSP kernel changes.
1458         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1459         after the same DSP changes.
1461 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1463         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1464         st_atim, st_mtim and st_ctim interface.
1465         (struct stat64): Likewise.
1466         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1467         Replace st_atime and its padding field with st_atim.  Likewise
1468         st_mtime/st_mtim and st_ctime/st_ctim.
1469         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1470         after above changes.
1471         (__xstat64_conv): Likewise.
1473 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1475         * sysdeps/mips/ldsodefs.h: New file.
1476         * sysdeps/mips/tst-audit.h: New file.
1478 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1480         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1481         for consistency with other ports.
1482         (MADV_REMOVE): Correct value.
1483         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1484         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1485         POSIX_MADV_DONTNEED): Define.
1487 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1489         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1490         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1491         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1492         and SYNC_FILE_RANGE_WAIT_AFTER.
1493         Declare sync_file_range, vmsplice, splice and tee.
1495 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1497         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1498         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1499         prototype.
1501 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1503         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1504         Define.
1506 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1508         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1509         typo.
1511 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1513         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1514         i386/fork.c.
1516 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1518         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1519         libc_cv_localedir, libdir, arch_minimum_kernel, and
1520         libc_cv_gcc_unwind_find_fde.
1521         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1522         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1523         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1525 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1527         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1528         (__pthread_list_t, __pthread_slist_t): New typedefs.
1529         (pthread_mutex_t): Replace __next and __prev fields with __list.
1530         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1531         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1532         (lll_futex_wake_unlock): Define.
1533         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1534         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1535         lll_robust_mutex_unlock): New macros.
1536         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1537         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1538         vfork.S.
1539         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1541 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1543         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1544         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1546 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1548         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1549         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1550         (INTERNAL_SYSCALL_NCS): New.
1551         (internal_syscall0, internal_syscall1, internal_syscall2,
1552         internal_syscall3, internal_syscall4, internal_syscall5,
1553         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1554         Use them.  Correct types for registers.
1555         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1556         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1557         (INTERNAL_SYSCALL_NCS): New.
1558         (internal_syscall0, internal_syscall1, internal_syscall2,
1559         internal_syscall3, internal_syscall4, internal_syscall5,
1560         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1561         Use them.
1562         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1563         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1564         points.
1565         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1566         Use Elf(Addr) for TLS relocation targets.
1567         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1568         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1569         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1570         futexp to long for n64.
1571         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1573 2006-02-20  Roland McGrath  <roland@redhat.com>
1575         * sysdeps/mips/shlib-versions: New file.
1576         * sysdeps/mips/preconfigure: New file.
1577         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.