Use -D options in building MIPS syscall.h.
[glibc.git] / ChangeLog.mips
blobc341c74b4e0beb72f249616124ad512eeeddb3a9
1 2012-05-23  Steve Ellcey  <sellcey@mips.com>
3         * sysdeps/unix/sysv/linux/mips/Makefile
4         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
5         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
6         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
8 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
10         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
11         Define.
12         (MADV_DODUMP): Likewise.
14 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
16         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
17         __WORDSIZE_TIME64_COMPAT32.
19         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
20         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
21         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
23 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
25         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
26         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
27         (kernel-features.h): Don't include.
28         [__NR_ftruncate64]: Make code unconditional.
29         [!__NR_ftruncate64]: Remove conditional code.
30         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
31         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
32         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
33         (kernel-features.h): Don't include.
34         [__NR_truncate64]: Make code unconditional.
35         [!__NR_truncate64]: Remove conditional code.
36         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
38         Add syscall.
39         (truncate): Likewise.
40         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
41         (ftruncate): Remove syscall.
42         (truncate): Likewise.
43         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
44         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
45         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
46         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
48 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
50         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
51         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
52         type unsigned long and names st_atimensec, st_mtimensec and
53         st_ctimensec.
54         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
56 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
58         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
59         Remove conditional code.
60         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
61         * sysdeps/unix/sysv/linux/mips/pread64.c
62         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
63         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
64         * sysdeps/unix/sysv/linux/mips/pwrite.c
65         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
66         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
67         * sysdeps/unix/sysv/linux/mips/pwrite64.c
68         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
69         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
70         * sysdeps/unix/sysv/linux/mips/sigaction.c
71         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
72         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
74 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
76         * sysdeps/mips/dl-lookup.c: Update from generic version.
78 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
80         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
81         * sysdeps/mips/mips32/libm-test-ulps: ... here.
82         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
83         * sysdeps/mips/mips64/libm-test-ulps: ... here.
84         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
86 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
88         [BZ #14044]
89         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
90         from libc version and add symbol versions.
91         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
92         (GLIBC_2.3.3): Add posix_fadvise64.
94 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
96         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
97         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
98         Likewise.
99         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
100         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
101         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
102         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
103         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
104         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
105         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
106         Likewise.
107         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
108         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
109         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
110         Likewise.
111         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
112         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
113         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
114         Likewise.
115         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
116         Likewise.
117         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
118         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
119         Likewise.
120         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
121         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
122         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
123         Likewise.
124         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
125         Likewise.
126         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
127         Likewise.
128         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
129         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
130         Likewise.
131         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
132         Likewise.
133         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
134         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
135         Likewise.
136         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
137         Likewise.
138         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
139         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
140         Likewise.
141         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
142         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
143         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
144         Likewise.
145         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
146         Likewise.
147         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
148         Likewise.
149         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
150         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
151         Likewise.
152         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
153         Likewise.
155         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
156         __MIPSEB instead of __BYTE_ORDER.
157         * sysdeps/mips/mips64/memset.S: Likewise.
159 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
161         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
162         Change to 2.6.12.
163         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
165 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
167         * sysdeps/unix/mips/brk.S: Remove file.
168         * sysdeps/unix/mips/dl-brk.S: Likewise.
169         * sysdeps/unix/mips/sigreturn.S: Likewise.
170         * sysdeps/unix/mips/wait.S: Likewise.
172 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
174         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
175         instead of __BYTE_ORDER.
176         * sysdeps/mips/memset.S: Likewise.
178         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
179         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
181 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
183         * sysdeps/unix/mips/fork.S: Remove file.
185 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
187         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
188         (ldd_rewrite_script): Change $dest to $dir.
189         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
191 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
193         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
194         sysdeps/unix/sysv/linux/arm/readahead.c not
195         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
197 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
199         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
200         (MAP_HUGETLB): Likewise.
202 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
204         * sysdeps/mips/elf/start.S: Moved to ...
205         * sysdeps/mips/start.S: ...here.
206         * sysdeps/mips/elf/configure.in: Moved to ...
207         * sysdeps/mips/configure.in: ...here.  Update comment.
208         * sysdeps/mips/configure: New generated file.
210 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
212         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
213         instead of <stdio-common/_itoa.h>.
215 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
217         [BZ #13673]
218         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
219         with URL.
221 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
223         [BZ #13673]
224         Replace FSF snail mail address with URLs, as per GNU coding standards.
226 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
228         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
229         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
231 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
233         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
234         declare recvmmsg and sendmmsg.
236 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
238         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
239         Change union tag to pthread_attr_t.  Only define typedef if not
240         already defined.
241         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
242         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
243         typedef if not already defined.
245 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
247         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
248         siginfo_t struct.  Add forward declaration of pthread_attr_t and
249         use it in sigevent.
250         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
251         pthread_attr_t union.
253 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
255         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
256         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
257         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
258         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
260 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
262         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
263         not defined.
265 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
267         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
268         matching the array in dl-procinfo.c.
270 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
272         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
273         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
274         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
276 2012-02-15  Robert Millan  <rmh@gnu.org>
278         [BZ #12301]
279         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
280         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
282 2012-02-15  Robert Millan  <rmh@gnu.org>
284         [BZ #12298]
285         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
286         * sysdeps/mips/sys/tas.h: ... here.
288 2012-02-15  Robert Millan  <rmh@gnu.org>
290         [BZ #12297]
291         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
292         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
293         * sysdeps/unix/mips/entry.h: ... here.
295 2012-02-15  Robert Millan  <rmh@gnu.org>
297         [BZ #12193]
298         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
299         Define.
300         * sysdeps/mips/dl-procinfo.c: New file.
301         * sysdeps/mips/dl-procinfo.h: Likewise.
303 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
305         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
306         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
308 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
310         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
311         around calls to _dl_lookup_symbol_x.
313 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
315         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
316         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
318 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
320         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
321         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
323 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
325         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
326         for sysdeps/generic/initfini.c.
327         * sysdeps/mips/mips32/crtn.S: Likewise.
328         * sysdeps/mips/mips64/n32/crti.S: Likewise.
329         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
330         * sysdeps/mips/mips64/n64/crti.S: Likewise.
331         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
332         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
333         (CFLAGS-pt-initfini.s): Likewise.
334         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
335         variables.
337 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
339         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
340         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
341         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
342         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
344 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
346         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
347         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
348         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
349         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
350         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
351         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
352         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
354 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
356         * sysdeps/mips/nptl/shlib-versions: New.
358 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
360         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
362 2012-01-04  Tom de Vries  <tom@codesourcery.com>
364         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
365         -fno-unwind-tables.
367 2012-01-03  Tom de Vries  <tom@codesourcery.com>
369         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
370         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
372 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
374         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
375         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
376         Remove.
377         (syscall-list-variants, syscall-list-includes)
378         (syscall-list-o32-options, syscall-list-o32-condition)
379         (syscall-list-n32-options, syscall-list-n32-condition)
380         (syscall-list-n64-options, syscall-list-n64-condition): Define.
381         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
382         asm-unistd.h.
383         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
384         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
386 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
388         [BZ #13538]
389         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
390         (EPOLLET): Initialize with unsigned values.
392 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
394         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
395         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
397 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
399         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
400         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
402 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
404         * sysdeps/mips/dl-lookup.c: Update from generic version.
406 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
408         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
409         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
410         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
412 2011-10-05  Andreas Schwab  <schwab@redhat.com>
414         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
415         (elf_machine_lazy_rel): Add parameter skip_ifunc.
417 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
419         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
420         return value to (struct cmsghdr *).
422 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
424         * sysdeps/mips/elf/configure.in: Always test for TLS support and
425         error out in case it is missing.
426         * sysdeps/mips/elf/configure: Regenerate.
427         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
429 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
431         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
432         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
434 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
436         [BZ #13109]
437         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
438         (statfs): New.
439         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
440         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
442 2011-08-02  Matt Turner  <mattst88@gmail.com>
444         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
446 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
448         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
449         Define.
451 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
453         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
454         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
456 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
458         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
459         mention raise in the comment.
461 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
463         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
464         Add.
466 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
468         * sysdeps/mips/dl-lookup.c: Update from generic version.
470 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
472         * sysdeps/mips/dl-lookup.c: Update from generic version.
474 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
476         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
478 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
480         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
481         to open_by_handle_at.
483 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
485         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
487 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
489         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
490         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
491         open_by_handle.  Augment a few comments.
493 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
495         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
496         cancelable.
497         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
498         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
499         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
500         sync_file_range as cancellation point.
501         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
502         sync_file_range as cancellation point.
504 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
506         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
507         sync_file_range.
509 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
511         * sysdeps/mips/dl-lookup.c: Update from generic version.
513 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
515         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
516         MADV_NOHUGEPAGE): Define.
518 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
520         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
521         PF_CAIF, PF_ALG): Define.
523 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
525         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
526         NO_CTORS_DTORS_SECTIONS is defined.
527         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
529 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
531         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
533 2010-12-06  Matt Turner  <mattst88@gmail.com>
535         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
537 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
539         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
540         Change to 2.4.1.
541         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
543 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
545         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
546         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
547         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
548         for fanotify_mark.
550 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
552         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
553         libm_hidden_def.
554         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
556 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
558         * sysdeps/unix/sysv/linux/mips/kernel-features.h
559         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
561 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
563         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
564         jump delay slot.
565         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
567 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
569         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
571 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
573         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
574         struct statfs64): Add f_flags field.
576 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
578         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
579         Define.
581 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
583         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
584         and prlimit64.
585         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
586         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
587         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
588         prlimit64 syscall.
590 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
592         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
593         F_GETPIPE_SZ): Define.
595 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
597         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
598         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
600 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
602         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
604 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
606         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
607         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
608         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
609         Define.
611 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
613         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
614         MSG_WAITFORONE.
616 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
618         * sysdeps/mips/dl-lookup.c: Update from generic version.
620 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
622         [BZ #11291]
623         * sysdeps/mips/bits/atomic.h
624         (__arch_compare_and_exchange_xxx_32_int,
625         __arch_compare_and_exchange_xxx_64_int,
626         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
627         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
628         Specify *mem as asm output as well as input.
630 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
632         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
634 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
636         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
637         _dl_runtime_pltresolve): Calculate offset from start of function
638         to .cpload instead of hardcoding instruction size.
640 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
642         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
643         problem.
645 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
647         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
648         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
650 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
652         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
653         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
654         XPG7.
655         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
656         fcntl.h.
658 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
660         [BZ #11093]
661         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
662         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
664 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
666         * sysdeps/mips/dl-lookup.c: Update from generic version.
668 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
670         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
671         O_DSYNC to match 2.6.33+ kernels.
673 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
675         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
676         declare recvmmsg.
678 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
680         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
681         (posix_fadvise): Remove.
682         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
683         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
684         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
686 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
688         * sysdeps/mips/dl-lookup.c: Update from generic version.
690 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
692         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
693         for timestamps also if __USE_XOPEN2K8.
695 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
697         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
698         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
700 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
702         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
703         names of parameters of sync_file_range.
705 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
707         [BZ #10972]
708         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
709         constants from recent kernels.
711 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
713         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
714         not already defined.
716 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
718         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
719         F_GETOWN_EX): Update values.
721 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
723         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
724         of last two arguments when -D_FILE_OFFSET_BITS=64.
726 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
728         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
729         f_owner_ex.
731 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
733         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
734         and F_GETOWN_EX.
736 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
738         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
739         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
740         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
741         (__SYSCALL_CLOBBERS): Likewise.
742         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
743         (__SYSCALL_CLOBBERS): Likewise.
745 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
747         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
748         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
749         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
750         variable for env.  Use expansion of CHECK_SP macro for check.
751         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
753 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
755         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
756         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
758 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
760         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
761         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
763 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
765         * sysdeps/mips/do-lookup.h: Remove.
766         * sysdeps/mips/dl-lookup.c: Update from generic version, with
767         non-PIC handling integrated.
769 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
771         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
772         and AF_IEEE802154.
774 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
776         * sysdeps/mips/____longjmp_chk.c: New file.
777         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
778         undefine __longjmp.
779         * sysdeps/mips64/__longjmp.c: Likewise.
781 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
783         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
784         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
785         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
786         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
788 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
790         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
791         fallocate64@@GLIBC_2.11.
793 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
795         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
796         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
798 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
800         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
801         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
802         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
803         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
804         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
805         Update comment.
806         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
807         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
808         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
809         Add ucontext_i.sym.
811 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
813         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
814         __ASSUME_PWRITEV): Don't define here.
816 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
818         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
820 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
822         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
823         numbers.
824         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
825         Define.
826         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
827         preadv and pwritev.
829 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
831         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
832         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
834 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
836         [BZ #7074]
837         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
838         Fix the condition used to annotate n32 objects.
840 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
842         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
843         Change parameters and use next_line.
845 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
847         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
848         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
849         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
851 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
853         * sysdeps/mips/bits/link.h: Uglify function parameter names.
854         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
855         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
856         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
857         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
859 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
861         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
862         fallocate{,64}.
864 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
866         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
867         UTIME_OMIT only with __USE_ATFILE.
869 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
871         [BZ #7040]
872         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
873         inotify_rm_watch should have type int.
875 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
877         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
879 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
880             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
882         PR glibc/1048
883         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
884         variable page size for MIPS.
885         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
886         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
887         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
889 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
891         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
892         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
893         -D_GNU_SOURCE.
895 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
897         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
898         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
900 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
902         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
903         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
904         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
905         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
907 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
909         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
910         Make available only for __USE_GNU.
912 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
914         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
915         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
917 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
919         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
920         __THROW vs. __nonnull order for C++.
922 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
924         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
925         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
926         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
928 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
929             Daniel Jacobowitz  <dan@codesourcery.com>
930             Richard Sandiford  <rdsandiford@googlemail.com>
932         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
933         * sysdeps/mips/dl-lookup.c: New.
934         * sysdeps/mips/do-lookup.h: New.
935         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
936         definition.
937         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
938         if needed.
939         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
940         (elf_machine_type_class): Likewise.
941         (ELF_MACHINE_PLT_REL): Define.
942         (elf_machine_fixup_plt): New.
943         (elf_machine_plt_value): New.
944         (elf_machine_reloc): Handle jump slot and copy relocations.
945         (elf_machine_lazy_rel): Point relocation place at PLT if
946         required.
947         (RESOLVE_GOTSYM): Take a relocation type argument.
948         (elf_machine_got_rel): Bind lazy stubs directly to their target if
949         !lazy.  Skip lazy binding for PLT symbols.
950         (elf_machine_runtime_setup): Fill in .got.plt header.
951         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
952         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
953         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
954         (_dl_runtime_pltresolve): New.
955         * sysdeps/mips/bits/linkmap.h: New file.
956         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
957         64-bit versions.
959         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
960         Delete definition.
961         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
962         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
963         (PSEUDO): Use them.  Move outside __PIC__.
964         (PSEUDO_JMP): New.
965         (CENABLE, CDISABLE): Use it.
967 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
969         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
970         to epoll_create1.
972 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
974         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
975         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
976         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
977         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
978         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
979         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
980         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
982 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
984         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
985         volatile.
987 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
989         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
990         type.
992 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
994         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
995         (SOCK_DCCP): Define.
997 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
999         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1000         RUSAGE_THREAD and RUSAGE_LWP.
1002 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1004         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1005         shmid_ds.
1007 2008-04-21  Khem Raj  <kraj@mvista.com>
1009         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1011 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1013         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1014         truncate and ftruncate systems calls.
1015         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1016         empty file.
1017         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1019 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1021         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1022         ARG_MAX if <linux/limits.h> has defined it.
1024 2008-03-28  Robin Randhawa  <robin@mips.com>
1026         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1027         barriers to enforce strict ordering on weakly ordered systems.
1029 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1030             Daniel Jacobowitz  <dan@codesourcery.com>
1032         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1033         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1034         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1036 2008-03-09  Andreas Jaeger  <aj@suse.de>
1038         [BZ #5753]
1039         * sysdeps/mips/ieee754.h: Use protected namespace
1040         __BIG_ENDIAN/__LITTLE_ENDIAN.
1041         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1043 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1045         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1046         Reorganize to match other architectures.  Replace _timer._timer1
1047         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1048         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1049         (si_timerid, si_overrun): Define.
1050         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1051         (__pthread_attr_s): Remove declaration.
1052         (struct sigevent): Remove XXX.  Add _tid.
1054 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1056         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1058 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1060         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1061         type and __THROW marker of splice, vmsplice, and tee.
1063 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1065         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1066         LLL_PRIVATE argument to lll_futex_wake.
1067         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1068         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1069         comment.
1070         (PF_IUCV, PF_RXRPC): Define.
1071         (PF_MAX): Update.
1072         (AF_IUCV, AF_RXRPC): Define.
1073         (MSG_CMSG_CLOEXEC): Define.
1074         (_EXTERN_INLINE): Define to __extern_inline.
1075         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1076         UTIME_OMIT): Define.
1077         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1078         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1079         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1080         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1081         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1082         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1083         LLL_LOCK_*.  Include <kernel-features.h>.
1084         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1085         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1086         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1087         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1088         lll_futex_wait.
1089         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1090         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1091         private arguments.
1092         (__lll_robust_trylock): Convert to macro.
1093         (__lll_robust_lock_wait): Add private argument.
1094         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1095         (__lll_lock): Convert to macro.  Take private argument.
1096         (__lll_cond_lock): Likewise.
1097         (lll_lock, lll_cond_lock): Take private arguments.
1098         (__lll_robust_lock): Take private argument.  Convert to macro.
1099         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1100         lll_robust_cond_lock): Take private arguments.
1101         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1102         arguments.
1103         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1104         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1105         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1106         private arguments.
1107         (lll_unlock, lll_robust_unlock): Take private arguments.
1108         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1109         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1110         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1111         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1112         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1113         lll_cond_wake, lll_cond_broadcast): Remove.
1114         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1115         to __extern_inline.
1117 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1119         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1120         New macros for the (n)64 and n32 ABIs.
1121         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1123 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1125         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1126         Define __WORDSIZE_COMPAT32 as 1.
1128 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1130         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1131         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1132         PTHREAD_STACK_MIN.
1134 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1136         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1138         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1139         Delete.
1141 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1143         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1144         (internal_syscall1, internal_syscall2, internal_syscall3,
1145         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1147 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1149         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1150         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1151         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1152         THREAD_GSCOPE_WAIT): Define.
1153         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1154         (FUTEX_PRIVATE_FLAG): Define.
1155         (lll_unlock_wake_cb): Delete prototype.
1156         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1157         <endian.h>.
1158         (pthread_rwlock_t): Shrink __flags and add __shared.
1160 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1162         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1163         (posix_fadvise): Fix high word of len argument.
1165 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1167         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1168         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1169         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1170         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1171         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1172         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1174 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1176         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1177         * sysdeps/mips/mips64/n64/Implies: Likewise.
1178         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1179         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1180         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1181         <fpu_control.h>.  Use hardware exception and rounding mode
1182         settings.
1184 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1186         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1187         r_info argument to ElfW(Addr).
1189 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1191         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1193 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1194             Daniel Jacobowitz  <dan@codesourcery.com>
1196         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1197         shmctl, and semctl.
1198         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1199         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1200         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1202 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1204         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1205         PTR_DEMANGLE): Define.
1206         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1207         PTR_DEMANGLE): Define.
1208         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1209         PTR_DEMANGLE): Define.
1211 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1213         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1214         (cfi_same_value): Delete definition.
1216 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1218         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1219         (elf_machine_reloc): New function, retaining the body of
1220         elf_machine_rel.  Take the reloc's r_info field as an argument,
1221         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1222         When inplace_p is false, use r_addend as the addend, not the contents
1223         of the relocation field.  Hoist the conversion of reloc_addr to
1224         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1225         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1226         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1227         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1228         to ElfW(Rela).
1230 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1232         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1233         multiple inclusion guard.
1234         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1236 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1238         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1239         to match the kernel.
1241 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1243         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1244         (RTLD_SINGLE_THREAD_P): Define.
1245         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1247 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1249         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1250         prototype.
1252 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1254         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1255         code.
1256         (__xstat_conv): Use memset to clear padding arrays.  Check for
1257         overflow.
1258         (__xstat64_conv): Use memset to clear padding arrays.
1259         (__xstat32_conv): New function.
1260         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1261         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1263 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1265         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1266         floating-point registers.
1267         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1268         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1269         Likewise.
1271 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1273         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1274         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1276 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1278         * sysdeps/mips/mips64/n32/libm-test-ulps,
1279         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1281 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1283         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1284         defined, include the named file.
1286 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1288         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1289         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1290         Define.
1292 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1294         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1295         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1296         types.
1298 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1300         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1301         Don't use struct timespec.
1302         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1303         __xstat64_conv): Copy individual timespec fields.
1305 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1307         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1309 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1311         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1312         * sysdeps/mips/fpu/fesetround.c: Likewise.
1314 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1315             Daniel Jacobowitz  <dan@codesourcery.com>
1317         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1318         dump sc_cause, sc_status or sc_badvaddr.
1319         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1320         structure definitions after DSP kernel changes.
1321         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1322         after the same DSP changes.
1324 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1326         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1327         st_atim, st_mtim and st_ctim interface.
1328         (struct stat64): Likewise.
1329         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1330         Replace st_atime and its padding field with st_atim.  Likewise
1331         st_mtime/st_mtim and st_ctime/st_ctim.
1332         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1333         after above changes.
1334         (__xstat64_conv): Likewise.
1336 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1338         * sysdeps/mips/ldsodefs.h: New file.
1339         * sysdeps/mips/tst-audit.h: New file.
1341 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1343         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1344         for consistency with other ports.
1345         (MADV_REMOVE): Correct value.
1346         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1347         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1348         POSIX_MADV_DONTNEED): Define.
1350 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1352         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1353         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1354         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1355         and SYNC_FILE_RANGE_WAIT_AFTER.
1356         Declare sync_file_range, vmsplice, splice and tee.
1358 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1360         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1361         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1362         prototype.
1364 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1366         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1367         Define.
1369 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1371         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1372         typo.
1374 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1376         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1377         i386/fork.c.
1379 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1381         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1382         libc_cv_localedir, libdir, arch_minimum_kernel, and
1383         libc_cv_gcc_unwind_find_fde.
1384         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1385         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1386         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1388 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1390         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1391         (__pthread_list_t, __pthread_slist_t): New typedefs.
1392         (pthread_mutex_t): Replace __next and __prev fields with __list.
1393         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1394         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1395         (lll_futex_wake_unlock): Define.
1396         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1397         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1398         lll_robust_mutex_unlock): New macros.
1399         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1400         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1401         vfork.S.
1402         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1404 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1406         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1407         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1409 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1411         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1412         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1413         (INTERNAL_SYSCALL_NCS): New.
1414         (internal_syscall0, internal_syscall1, internal_syscall2,
1415         internal_syscall3, internal_syscall4, internal_syscall5,
1416         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1417         Use them.  Correct types for registers.
1418         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1419         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1420         (INTERNAL_SYSCALL_NCS): New.
1421         (internal_syscall0, internal_syscall1, internal_syscall2,
1422         internal_syscall3, internal_syscall4, internal_syscall5,
1423         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1424         Use them.
1425         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1426         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1427         points.
1428         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1429         Use Elf(Addr) for TLS relocation targets.
1430         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1431         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1432         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1433         futexp to long for n64.
1434         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1436 2006-02-20  Roland McGrath  <roland@redhat.com>
1438         * sysdeps/mips/shlib-versions: New file.
1439         * sysdeps/mips/preconfigure: New file.
1440         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.