m68k: use hidden_def for __pthread_once
[glibc.git] / ChangeLog.mips
bloba63f05177b3b612d53fa74b4bfa98145bdfe9d80
1 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
4         (FP_TRAPPING_EXCEPTIONS): Define.
6         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
7         Rename to abi-variants.
8         (syscall-list-includes): Rename to abi-includes.
9         (syscall-list-o32-options): Rename to abi-o32-options.
10         (syscall-list-o32-condition): Rename to abi-o32-condition.
11         (syscall-list-n32-options): Rename to abi-n32-options.
12         (syscall-list-n32-condition): Rename to abi-n32-condition.
13         (syscall-list-n64-options): Rename to abi-n64-options.
14         (syscall-list-n64-condition): Rename to abi-n64-condition.
15         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
16         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
17         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
19         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
20         _internal alias by hidden_def.
22 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
24         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
25         file.
26         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
27         Likewise.
28         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
29         Likewise.
30         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
31         Likewise.
32         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
33         Likewise.
34         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
35         Likewise.
36         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
37         Likewise.
38         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
39         Likewise.
41 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43         * sysdeps/unix/sysv/linux/mips/kernel-features.h
44         (__ASSUME_32BITUIDS): Remove.
46 2012-05-23  Steve Ellcey  <sellcey@mips.com>
48         * sysdeps/unix/sysv/linux/mips/Makefile
49         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
50         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
51         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
53 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
55         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
56         Define.
57         (MADV_DODUMP): Likewise.
59 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
61         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
62         __WORDSIZE_TIME64_COMPAT32.
64         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
65         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
66         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
68 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
70         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
71         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
72         (kernel-features.h): Don't include.
73         [__NR_ftruncate64]: Make code unconditional.
74         [!__NR_ftruncate64]: Remove conditional code.
75         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
76         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
77         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
78         (kernel-features.h): Don't include.
79         [__NR_truncate64]: Make code unconditional.
80         [!__NR_truncate64]: Remove conditional code.
81         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
82         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
83         Add syscall.
84         (truncate): Likewise.
85         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
86         (ftruncate): Remove syscall.
87         (truncate): Likewise.
88         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
89         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
90         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
91         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
93 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
95         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
96         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
97         type unsigned long and names st_atimensec, st_mtimensec and
98         st_ctimensec.
99         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
101 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
103         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
104         Remove conditional code.
105         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
106         * sysdeps/unix/sysv/linux/mips/pread64.c
107         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
108         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
109         * sysdeps/unix/sysv/linux/mips/pwrite.c
110         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
111         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
112         * sysdeps/unix/sysv/linux/mips/pwrite64.c
113         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
114         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
115         * sysdeps/unix/sysv/linux/mips/sigaction.c
116         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
117         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
119 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
121         * sysdeps/mips/dl-lookup.c: Update from generic version.
123 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
125         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
126         * sysdeps/mips/mips32/libm-test-ulps: ... here.
127         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
128         * sysdeps/mips/mips64/libm-test-ulps: ... here.
129         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
131 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
133         [BZ #14044]
134         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
135         from libc version and add symbol versions.
136         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
137         (GLIBC_2.3.3): Add posix_fadvise64.
139 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
141         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
142         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
143         Likewise.
144         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
145         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
146         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
147         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
148         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
149         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
150         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
151         Likewise.
152         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
153         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
154         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
155         Likewise.
156         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
157         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
158         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
159         Likewise.
160         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
161         Likewise.
162         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
163         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
164         Likewise.
165         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
166         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
167         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
168         Likewise.
169         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
170         Likewise.
171         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
172         Likewise.
173         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
174         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
175         Likewise.
176         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
177         Likewise.
178         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
179         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
180         Likewise.
181         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
182         Likewise.
183         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
184         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
185         Likewise.
186         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
187         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
188         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
189         Likewise.
190         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
191         Likewise.
192         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
193         Likewise.
194         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
195         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
196         Likewise.
197         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
198         Likewise.
200         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
201         __MIPSEB instead of __BYTE_ORDER.
202         * sysdeps/mips/mips64/memset.S: Likewise.
204 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
206         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
207         Change to 2.6.12.
208         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
210 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
212         * sysdeps/unix/mips/brk.S: Remove file.
213         * sysdeps/unix/mips/dl-brk.S: Likewise.
214         * sysdeps/unix/mips/sigreturn.S: Likewise.
215         * sysdeps/unix/mips/wait.S: Likewise.
217 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
219         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
220         instead of __BYTE_ORDER.
221         * sysdeps/mips/memset.S: Likewise.
223         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
224         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
226 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
228         * sysdeps/unix/mips/fork.S: Remove file.
230 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
232         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
233         (ldd_rewrite_script): Change $dest to $dir.
234         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
236 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
238         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
239         sysdeps/unix/sysv/linux/arm/readahead.c not
240         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
242 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
244         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
245         (MAP_HUGETLB): Likewise.
247 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
249         * sysdeps/mips/elf/start.S: Moved to ...
250         * sysdeps/mips/start.S: ...here.
251         * sysdeps/mips/elf/configure.in: Moved to ...
252         * sysdeps/mips/configure.in: ...here.  Update comment.
253         * sysdeps/mips/configure: New generated file.
255 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
257         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
258         instead of <stdio-common/_itoa.h>.
260 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
262         [BZ #13673]
263         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
264         with URL.
266 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
268         [BZ #13673]
269         Replace FSF snail mail address with URLs, as per GNU coding standards.
271 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
273         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
274         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
276 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
278         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
279         declare recvmmsg and sendmmsg.
281 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
283         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
284         Change union tag to pthread_attr_t.  Only define typedef if not
285         already defined.
286         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
287         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
288         typedef if not already defined.
290 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
292         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
293         siginfo_t struct.  Add forward declaration of pthread_attr_t and
294         use it in sigevent.
295         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
296         pthread_attr_t union.
298 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
300         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
301         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
302         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
303         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
305 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
307         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
308         not defined.
310 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
312         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
313         matching the array in dl-procinfo.c.
315 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
317         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
318         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
319         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
321 2012-02-15  Robert Millan  <rmh@gnu.org>
323         [BZ #12301]
324         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
325         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
327 2012-02-15  Robert Millan  <rmh@gnu.org>
329         [BZ #12298]
330         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
331         * sysdeps/mips/sys/tas.h: ... here.
333 2012-02-15  Robert Millan  <rmh@gnu.org>
335         [BZ #12297]
336         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
337         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
338         * sysdeps/unix/mips/entry.h: ... here.
340 2012-02-15  Robert Millan  <rmh@gnu.org>
342         [BZ #12193]
343         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
344         Define.
345         * sysdeps/mips/dl-procinfo.c: New file.
346         * sysdeps/mips/dl-procinfo.h: Likewise.
348 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
350         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
351         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
353 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
355         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
356         around calls to _dl_lookup_symbol_x.
358 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
360         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
361         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
363 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
365         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
366         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
368 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
370         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
371         for sysdeps/generic/initfini.c.
372         * sysdeps/mips/mips32/crtn.S: Likewise.
373         * sysdeps/mips/mips64/n32/crti.S: Likewise.
374         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
375         * sysdeps/mips/mips64/n64/crti.S: Likewise.
376         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
377         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
378         (CFLAGS-pt-initfini.s): Likewise.
379         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
380         variables.
382 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
384         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
385         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
386         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
387         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
389 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
391         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
392         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
393         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
394         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
395         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
396         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
397         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
399 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
401         * sysdeps/mips/nptl/shlib-versions: New.
403 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
405         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
407 2012-01-04  Tom de Vries  <tom@codesourcery.com>
409         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
410         -fno-unwind-tables.
412 2012-01-03  Tom de Vries  <tom@codesourcery.com>
414         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
415         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
417 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
419         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
420         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
421         Remove.
422         (syscall-list-variants, syscall-list-includes)
423         (syscall-list-o32-options, syscall-list-o32-condition)
424         (syscall-list-n32-options, syscall-list-n32-condition)
425         (syscall-list-n64-options, syscall-list-n64-condition): Define.
426         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
427         asm-unistd.h.
428         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
429         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
431 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
433         [BZ #13538]
434         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
435         (EPOLLET): Initialize with unsigned values.
437 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
439         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
440         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
442 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
444         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
445         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
447 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
449         * sysdeps/mips/dl-lookup.c: Update from generic version.
451 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
453         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
454         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
455         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
457 2011-10-05  Andreas Schwab  <schwab@redhat.com>
459         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
460         (elf_machine_lazy_rel): Add parameter skip_ifunc.
462 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
464         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
465         return value to (struct cmsghdr *).
467 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
469         * sysdeps/mips/elf/configure.in: Always test for TLS support and
470         error out in case it is missing.
471         * sysdeps/mips/elf/configure: Regenerate.
472         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
474 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
476         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
477         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
479 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
481         [BZ #13109]
482         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
483         (statfs): New.
484         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
485         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
487 2011-08-02  Matt Turner  <mattst88@gmail.com>
489         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
491 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
493         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
494         Define.
496 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
498         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
499         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
501 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
503         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
504         mention raise in the comment.
506 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
508         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
509         Add.
511 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
513         * sysdeps/mips/dl-lookup.c: Update from generic version.
515 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
517         * sysdeps/mips/dl-lookup.c: Update from generic version.
519 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
521         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
523 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
525         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
526         to open_by_handle_at.
528 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
530         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
532 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
534         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
535         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
536         open_by_handle.  Augment a few comments.
538 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
540         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
541         cancelable.
542         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
543         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
544         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
545         sync_file_range as cancellation point.
546         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
547         sync_file_range as cancellation point.
549 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
551         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
552         sync_file_range.
554 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
556         * sysdeps/mips/dl-lookup.c: Update from generic version.
558 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
560         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
561         MADV_NOHUGEPAGE): Define.
563 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
565         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
566         PF_CAIF, PF_ALG): Define.
568 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
570         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
571         NO_CTORS_DTORS_SECTIONS is defined.
572         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
574 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
576         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
578 2010-12-06  Matt Turner  <mattst88@gmail.com>
580         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
582 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
584         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
585         Change to 2.4.1.
586         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
588 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
590         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
591         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
592         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
593         for fanotify_mark.
595 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
597         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
598         libm_hidden_def.
599         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
601 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
603         * sysdeps/unix/sysv/linux/mips/kernel-features.h
604         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
606 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
608         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
609         jump delay slot.
610         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
612 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
614         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
616 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
618         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
619         struct statfs64): Add f_flags field.
621 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
623         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
624         Define.
626 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
628         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
629         and prlimit64.
630         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
631         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
632         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
633         prlimit64 syscall.
635 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
637         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
638         F_GETPIPE_SZ): Define.
640 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
642         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
643         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
645 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
647         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
649 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
651         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
652         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
653         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
654         Define.
656 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
658         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
659         MSG_WAITFORONE.
661 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
663         * sysdeps/mips/dl-lookup.c: Update from generic version.
665 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
667         [BZ #11291]
668         * sysdeps/mips/bits/atomic.h
669         (__arch_compare_and_exchange_xxx_32_int,
670         __arch_compare_and_exchange_xxx_64_int,
671         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
672         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
673         Specify *mem as asm output as well as input.
675 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
677         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
679 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
681         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
682         _dl_runtime_pltresolve): Calculate offset from start of function
683         to .cpload instead of hardcoding instruction size.
685 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
687         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
688         problem.
690 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
692         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
693         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
695 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
697         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
698         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
699         XPG7.
700         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
701         fcntl.h.
703 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
705         [BZ #11093]
706         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
707         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
709 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
711         * sysdeps/mips/dl-lookup.c: Update from generic version.
713 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
715         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
716         O_DSYNC to match 2.6.33+ kernels.
718 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
720         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
721         declare recvmmsg.
723 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
725         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
726         (posix_fadvise): Remove.
727         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
728         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
729         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
731 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
733         * sysdeps/mips/dl-lookup.c: Update from generic version.
735 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
737         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
738         for timestamps also if __USE_XOPEN2K8.
740 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
742         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
743         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
745 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
747         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
748         names of parameters of sync_file_range.
750 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
752         [BZ #10972]
753         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
754         constants from recent kernels.
756 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
758         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
759         not already defined.
761 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
763         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
764         F_GETOWN_EX): Update values.
766 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
768         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
769         of last two arguments when -D_FILE_OFFSET_BITS=64.
771 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
773         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
774         f_owner_ex.
776 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
778         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
779         and F_GETOWN_EX.
781 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
783         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
784         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
785         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
786         (__SYSCALL_CLOBBERS): Likewise.
787         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
788         (__SYSCALL_CLOBBERS): Likewise.
790 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
792         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
793         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
794         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
795         variable for env.  Use expansion of CHECK_SP macro for check.
796         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
798 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
800         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
801         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
803 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
805         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
806         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
808 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
810         * sysdeps/mips/do-lookup.h: Remove.
811         * sysdeps/mips/dl-lookup.c: Update from generic version, with
812         non-PIC handling integrated.
814 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
816         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
817         and AF_IEEE802154.
819 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
821         * sysdeps/mips/____longjmp_chk.c: New file.
822         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
823         undefine __longjmp.
824         * sysdeps/mips64/__longjmp.c: Likewise.
826 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
828         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
829         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
830         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
831         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
833 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
835         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
836         fallocate64@@GLIBC_2.11.
838 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
840         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
841         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
843 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
845         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
846         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
847         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
848         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
849         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
850         Update comment.
851         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
852         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
853         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
854         Add ucontext_i.sym.
856 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
858         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
859         __ASSUME_PWRITEV): Don't define here.
861 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
863         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
865 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
867         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
868         numbers.
869         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
870         Define.
871         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
872         preadv and pwritev.
874 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
876         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
877         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
879 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
881         [BZ #7074]
882         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
883         Fix the condition used to annotate n32 objects.
885 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
887         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
888         Change parameters and use next_line.
890 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
892         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
893         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
894         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
896 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
898         * sysdeps/mips/bits/link.h: Uglify function parameter names.
899         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
900         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
901         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
902         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
904 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
906         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
907         fallocate{,64}.
909 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
911         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
912         UTIME_OMIT only with __USE_ATFILE.
914 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
916         [BZ #7040]
917         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
918         inotify_rm_watch should have type int.
920 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
922         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
924 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
925             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
927         PR glibc/1048
928         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
929         variable page size for MIPS.
930         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
931         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
932         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
934 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
936         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
937         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
938         -D_GNU_SOURCE.
940 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
942         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
943         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
945 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
947         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
948         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
949         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
950         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
952 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
954         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
955         Make available only for __USE_GNU.
957 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
959         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
960         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
962 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
964         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
965         __THROW vs. __nonnull order for C++.
967 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
969         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
970         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
971         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
973 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
974             Daniel Jacobowitz  <dan@codesourcery.com>
975             Richard Sandiford  <rdsandiford@googlemail.com>
977         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
978         * sysdeps/mips/dl-lookup.c: New.
979         * sysdeps/mips/do-lookup.h: New.
980         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
981         definition.
982         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
983         if needed.
984         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
985         (elf_machine_type_class): Likewise.
986         (ELF_MACHINE_PLT_REL): Define.
987         (elf_machine_fixup_plt): New.
988         (elf_machine_plt_value): New.
989         (elf_machine_reloc): Handle jump slot and copy relocations.
990         (elf_machine_lazy_rel): Point relocation place at PLT if
991         required.
992         (RESOLVE_GOTSYM): Take a relocation type argument.
993         (elf_machine_got_rel): Bind lazy stubs directly to their target if
994         !lazy.  Skip lazy binding for PLT symbols.
995         (elf_machine_runtime_setup): Fill in .got.plt header.
996         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
997         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
998         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
999         (_dl_runtime_pltresolve): New.
1000         * sysdeps/mips/bits/linkmap.h: New file.
1001         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1002         64-bit versions.
1004         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1005         Delete definition.
1006         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1007         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1008         (PSEUDO): Use them.  Move outside __PIC__.
1009         (PSEUDO_JMP): New.
1010         (CENABLE, CDISABLE): Use it.
1012 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1014         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1015         to epoll_create1.
1017 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1019         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1020         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1021         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1022         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1023         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1024         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1025         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1027 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1029         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1030         volatile.
1032 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1034         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1035         type.
1037 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1039         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1040         (SOCK_DCCP): Define.
1042 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1044         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1045         RUSAGE_THREAD and RUSAGE_LWP.
1047 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1049         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1050         shmid_ds.
1052 2008-04-21  Khem Raj  <kraj@mvista.com>
1054         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1056 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1058         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1059         truncate and ftruncate systems calls.
1060         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1061         empty file.
1062         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1064 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1066         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1067         ARG_MAX if <linux/limits.h> has defined it.
1069 2008-03-28  Robin Randhawa  <robin@mips.com>
1071         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1072         barriers to enforce strict ordering on weakly ordered systems.
1074 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1075             Daniel Jacobowitz  <dan@codesourcery.com>
1077         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1078         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1079         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1081 2008-03-09  Andreas Jaeger  <aj@suse.de>
1083         [BZ #5753]
1084         * sysdeps/mips/ieee754.h: Use protected namespace
1085         __BIG_ENDIAN/__LITTLE_ENDIAN.
1086         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1088 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1090         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1091         Reorganize to match other architectures.  Replace _timer._timer1
1092         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1093         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1094         (si_timerid, si_overrun): Define.
1095         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1096         (__pthread_attr_s): Remove declaration.
1097         (struct sigevent): Remove XXX.  Add _tid.
1099 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1101         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1103 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1105         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1106         type and __THROW marker of splice, vmsplice, and tee.
1108 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1110         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1111         LLL_PRIVATE argument to lll_futex_wake.
1112         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1113         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1114         comment.
1115         (PF_IUCV, PF_RXRPC): Define.
1116         (PF_MAX): Update.
1117         (AF_IUCV, AF_RXRPC): Define.
1118         (MSG_CMSG_CLOEXEC): Define.
1119         (_EXTERN_INLINE): Define to __extern_inline.
1120         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1121         UTIME_OMIT): Define.
1122         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1123         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1124         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1125         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1126         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1127         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1128         LLL_LOCK_*.  Include <kernel-features.h>.
1129         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1130         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1131         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1132         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1133         lll_futex_wait.
1134         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1135         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1136         private arguments.
1137         (__lll_robust_trylock): Convert to macro.
1138         (__lll_robust_lock_wait): Add private argument.
1139         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1140         (__lll_lock): Convert to macro.  Take private argument.
1141         (__lll_cond_lock): Likewise.
1142         (lll_lock, lll_cond_lock): Take private arguments.
1143         (__lll_robust_lock): Take private argument.  Convert to macro.
1144         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1145         lll_robust_cond_lock): Take private arguments.
1146         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1147         arguments.
1148         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1149         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1150         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1151         private arguments.
1152         (lll_unlock, lll_robust_unlock): Take private arguments.
1153         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1154         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1155         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1156         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1157         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1158         lll_cond_wake, lll_cond_broadcast): Remove.
1159         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1160         to __extern_inline.
1162 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1164         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1165         New macros for the (n)64 and n32 ABIs.
1166         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1168 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1170         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1171         Define __WORDSIZE_COMPAT32 as 1.
1173 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1175         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1176         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1177         PTHREAD_STACK_MIN.
1179 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1181         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1183         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1184         Delete.
1186 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1188         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1189         (internal_syscall1, internal_syscall2, internal_syscall3,
1190         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1192 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1194         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1195         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1196         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1197         THREAD_GSCOPE_WAIT): Define.
1198         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1199         (FUTEX_PRIVATE_FLAG): Define.
1200         (lll_unlock_wake_cb): Delete prototype.
1201         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1202         <endian.h>.
1203         (pthread_rwlock_t): Shrink __flags and add __shared.
1205 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1207         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1208         (posix_fadvise): Fix high word of len argument.
1210 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1212         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1213         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1214         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1215         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1216         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1217         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1219 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1221         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1222         * sysdeps/mips/mips64/n64/Implies: Likewise.
1223         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1224         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1225         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1226         <fpu_control.h>.  Use hardware exception and rounding mode
1227         settings.
1229 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1231         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1232         r_info argument to ElfW(Addr).
1234 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1236         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1238 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1239             Daniel Jacobowitz  <dan@codesourcery.com>
1241         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1242         shmctl, and semctl.
1243         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1244         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1245         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1247 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1249         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1250         PTR_DEMANGLE): Define.
1251         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1252         PTR_DEMANGLE): Define.
1253         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1254         PTR_DEMANGLE): Define.
1256 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1258         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1259         (cfi_same_value): Delete definition.
1261 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1263         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1264         (elf_machine_reloc): New function, retaining the body of
1265         elf_machine_rel.  Take the reloc's r_info field as an argument,
1266         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1267         When inplace_p is false, use r_addend as the addend, not the contents
1268         of the relocation field.  Hoist the conversion of reloc_addr to
1269         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1270         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1271         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1272         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1273         to ElfW(Rela).
1275 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1277         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1278         multiple inclusion guard.
1279         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1281 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1283         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1284         to match the kernel.
1286 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1288         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1289         (RTLD_SINGLE_THREAD_P): Define.
1290         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1292 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1294         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1295         prototype.
1297 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1299         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1300         code.
1301         (__xstat_conv): Use memset to clear padding arrays.  Check for
1302         overflow.
1303         (__xstat64_conv): Use memset to clear padding arrays.
1304         (__xstat32_conv): New function.
1305         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1306         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1308 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1310         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1311         floating-point registers.
1312         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1313         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1314         Likewise.
1316 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1318         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1319         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1321 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1323         * sysdeps/mips/mips64/n32/libm-test-ulps,
1324         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1326 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1328         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1329         defined, include the named file.
1331 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1333         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1334         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1335         Define.
1337 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1339         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1340         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1341         types.
1343 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1345         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1346         Don't use struct timespec.
1347         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1348         __xstat64_conv): Copy individual timespec fields.
1350 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1352         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1354 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1356         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1357         * sysdeps/mips/fpu/fesetround.c: Likewise.
1359 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1360             Daniel Jacobowitz  <dan@codesourcery.com>
1362         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1363         dump sc_cause, sc_status or sc_badvaddr.
1364         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1365         structure definitions after DSP kernel changes.
1366         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1367         after the same DSP changes.
1369 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1371         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1372         st_atim, st_mtim and st_ctim interface.
1373         (struct stat64): Likewise.
1374         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1375         Replace st_atime and its padding field with st_atim.  Likewise
1376         st_mtime/st_mtim and st_ctime/st_ctim.
1377         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1378         after above changes.
1379         (__xstat64_conv): Likewise.
1381 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1383         * sysdeps/mips/ldsodefs.h: New file.
1384         * sysdeps/mips/tst-audit.h: New file.
1386 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1388         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1389         for consistency with other ports.
1390         (MADV_REMOVE): Correct value.
1391         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1392         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1393         POSIX_MADV_DONTNEED): Define.
1395 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1397         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1398         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1399         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1400         and SYNC_FILE_RANGE_WAIT_AFTER.
1401         Declare sync_file_range, vmsplice, splice and tee.
1403 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1405         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1406         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1407         prototype.
1409 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1411         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1412         Define.
1414 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1416         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1417         typo.
1419 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1421         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1422         i386/fork.c.
1424 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1426         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1427         libc_cv_localedir, libdir, arch_minimum_kernel, and
1428         libc_cv_gcc_unwind_find_fde.
1429         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1430         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1431         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1433 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1435         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1436         (__pthread_list_t, __pthread_slist_t): New typedefs.
1437         (pthread_mutex_t): Replace __next and __prev fields with __list.
1438         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1439         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1440         (lll_futex_wake_unlock): Define.
1441         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1442         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1443         lll_robust_mutex_unlock): New macros.
1444         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1445         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1446         vfork.S.
1447         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1449 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1451         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1452         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1454 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1456         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1457         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1458         (INTERNAL_SYSCALL_NCS): New.
1459         (internal_syscall0, internal_syscall1, internal_syscall2,
1460         internal_syscall3, internal_syscall4, internal_syscall5,
1461         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1462         Use them.  Correct types for registers.
1463         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1464         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1465         (INTERNAL_SYSCALL_NCS): New.
1466         (internal_syscall0, internal_syscall1, internal_syscall2,
1467         internal_syscall3, internal_syscall4, internal_syscall5,
1468         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1469         Use them.
1470         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1471         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1472         points.
1473         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1474         Use Elf(Addr) for TLS relocation targets.
1475         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1476         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1477         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1478         futexp to long for n64.
1479         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1481 2006-02-20  Roland McGrath  <roland@redhat.com>
1483         * sysdeps/mips/shlib-versions: New file.
1484         * sysdeps/mips/preconfigure: New file.
1485         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.