1 2012-05-30 Joseph Myers <joseph@codesourcery.com>
3 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
4 _internal alias by hidden_def.
6 2012-05-26 Joseph Myers <joseph@codesourcery.com>
8 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
10 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
12 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
14 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
16 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
18 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
20 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
22 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
25 2012-05-25 Joseph Myers <joseph@codesourcery.com>
27 * sysdeps/unix/sysv/linux/mips/kernel-features.h
28 (__ASSUME_32BITUIDS): Remove.
30 2012-05-23 Steve Ellcey <sellcey@mips.com>
32 * sysdeps/unix/sysv/linux/mips/Makefile
33 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
34 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
35 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
37 2012-05-23 Joseph Myers <joseph@codesourcery.com>
39 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
41 (MADV_DODUMP): Likewise.
43 2012-05-21 Joseph Myers <joseph@codesourcery.com>
45 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
46 __WORDSIZE_TIME64_COMPAT32.
48 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
49 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
50 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
52 2012-05-19 Joseph Myers <joseph@codesourcery.com>
54 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
55 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
56 (kernel-features.h): Don't include.
57 [__NR_ftruncate64]: Make code unconditional.
58 [!__NR_ftruncate64]: Remove conditional code.
59 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
60 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
61 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
62 (kernel-features.h): Don't include.
63 [__NR_truncate64]: Make code unconditional.
64 [!__NR_truncate64]: Remove conditional code.
65 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
66 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
69 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
70 (ftruncate): Remove syscall.
72 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
73 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
74 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
75 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
77 2012-05-16 Joseph Myers <joseph@codesourcery.com>
79 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
80 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
81 type unsigned long and names st_atimensec, st_mtimensec and
83 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
85 2012-05-14 Joseph Myers <joseph@codesourcery.com>
87 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
88 Remove conditional code.
89 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
90 * sysdeps/unix/sysv/linux/mips/pread64.c
91 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
92 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
93 * sysdeps/unix/sysv/linux/mips/pwrite.c
94 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
95 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
96 * sysdeps/unix/sysv/linux/mips/pwrite64.c
97 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
98 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
99 * sysdeps/unix/sysv/linux/mips/sigaction.c
100 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
101 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
103 2012-05-11 Joseph Myers <joseph@codesourcery.com>
105 * sysdeps/mips/dl-lookup.c: Update from generic version.
107 2012-05-08 Joseph Myers <joseph@codesourcery.com>
109 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
110 * sysdeps/mips/mips32/libm-test-ulps: ... here.
111 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
112 * sysdeps/mips/mips64/libm-test-ulps: ... here.
113 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
115 2012-05-01 Joseph Myers <joseph@codesourcery.com>
118 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
119 from libc version and add symbol versions.
120 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
121 (GLIBC_2.3.3): Add posix_fadvise64.
123 2012-04-28 Joseph Myers <joseph@codesourcery.com>
125 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
126 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
128 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
129 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
130 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
131 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
132 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
133 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
134 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
136 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
137 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
138 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
140 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
141 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
142 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
144 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
146 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
147 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
149 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
150 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
151 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
153 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
155 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
157 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
158 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
160 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
162 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
163 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
165 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
167 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
168 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
170 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
171 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
172 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
174 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
176 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
178 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
179 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
181 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
184 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
185 __MIPSEB instead of __BYTE_ORDER.
186 * sysdeps/mips/mips64/memset.S: Likewise.
188 2012-04-27 Joseph Myers <joseph@codesourcery.com>
190 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
192 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
194 2012-04-26 Joseph Myers <joseph@codesourcery.com>
196 * sysdeps/unix/mips/brk.S: Remove file.
197 * sysdeps/unix/mips/dl-brk.S: Likewise.
198 * sysdeps/unix/mips/sigreturn.S: Likewise.
199 * sysdeps/unix/mips/wait.S: Likewise.
201 2012-04-26 Joseph Myers <joseph@codesourcery.com>
203 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
204 instead of __BYTE_ORDER.
205 * sysdeps/mips/memset.S: Likewise.
207 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
208 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
210 2012-04-24 Joseph Myers <joseph@codesourcery.com>
212 * sysdeps/unix/mips/fork.S: Remove file.
214 2012-04-24 Mike Frysinger <vapier@gentoo.org>
216 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
217 (ldd_rewrite_script): Change $dest to $dir.
218 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
220 2012-04-21 Joseph Myers <joseph@codesourcery.com>
222 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
223 sysdeps/unix/sysv/linux/arm/readahead.c not
224 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
226 2012-03-28 Joseph Myers <joseph@codesourcery.com>
228 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
229 (MAP_HUGETLB): Likewise.
231 2012-03-27 Joseph Myers <joseph@codesourcery.com>
233 * sysdeps/mips/elf/start.S: Moved to ...
234 * sysdeps/mips/start.S: ...here.
235 * sysdeps/mips/elf/configure.in: Moved to ...
236 * sysdeps/mips/configure.in: ...here. Update comment.
237 * sysdeps/mips/configure: New generated file.
239 2012-03-20 Joseph Myers <joseph@codesourcery.com>
241 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
242 instead of <stdio-common/_itoa.h>.
244 2012-03-10 Paul Eggert <eggert@cs.ucla.edu>
247 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
250 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
253 Replace FSF snail mail address with URLs, as per GNU coding standards.
255 2012-03-09 Joseph Myers <joseph@codesourcery.com>
257 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
258 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
260 2012-02-27 Joseph Myers <joseph@codesourcery.com>
262 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
263 declare recvmmsg and sendmmsg.
265 2012-02-27 Joseph Myers <joseph@codesourcery.com>
267 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
268 Change union tag to pthread_attr_t. Only define typedef if not
270 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
271 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
272 typedef if not already defined.
274 2012-02-26 Joseph Myers <joseph@codesourcery.com>
276 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
277 siginfo_t struct. Add forward declaration of pthread_attr_t and
279 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
280 pthread_attr_t union.
282 2012-02-21 Joseph Myers <joseph@codesourcery.com>
284 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
285 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
286 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
287 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
289 2012-02-20 Andreas Schwab <schwab@linux-m68k.org>
291 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
294 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
296 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
297 matching the array in dl-procinfo.c.
299 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
301 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
302 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
303 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
305 2012-02-15 Robert Millan <rmh@gnu.org>
308 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
309 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
311 2012-02-15 Robert Millan <rmh@gnu.org>
314 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
315 * sysdeps/mips/sys/tas.h: ... here.
317 2012-02-15 Robert Millan <rmh@gnu.org>
320 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
321 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
322 * sysdeps/unix/mips/entry.h: ... here.
324 2012-02-15 Robert Millan <rmh@gnu.org>
327 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
329 * sysdeps/mips/dl-procinfo.c: New file.
330 * sysdeps/mips/dl-procinfo.h: Likewise.
332 2012-02-15 Joseph Myers <joseph@codesourcery.com>
334 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
335 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
337 2012-02-15 Viju Vincent <vijuvince@gmail.com>
339 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
340 around calls to _dl_lookup_symbol_x.
342 2012-02-13 Joseph Myers <joseph@codesourcery.com>
344 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
345 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
347 2012-02-13 Joseph Myers <joseph@codesourcery.com>
349 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
350 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
352 2012-02-10 Joseph Myers <joseph@codesourcery.com>
354 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
355 for sysdeps/generic/initfini.c.
356 * sysdeps/mips/mips32/crtn.S: Likewise.
357 * sysdeps/mips/mips64/n32/crti.S: Likewise.
358 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
359 * sysdeps/mips/mips64/n64/crti.S: Likewise.
360 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
361 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
362 (CFLAGS-pt-initfini.s): Likewise.
363 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
366 2012-01-26 Joseph Myers <joseph@codesourcery.com>
368 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
369 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
370 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
371 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
373 2012-01-08 Joseph Myers <joseph@codesourcery.com>
375 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
376 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
377 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
378 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
379 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
380 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
381 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
383 2012-01-07 Joseph Myers <joseph@codesourcery.com>
385 * sysdeps/mips/nptl/shlib-versions: New.
387 2012-01-07 Joseph Myers <joseph@codesourcery.com>
389 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
391 2012-01-04 Tom de Vries <tom@codesourcery.com>
393 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
396 2012-01-03 Tom de Vries <tom@codesourcery.com>
398 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
399 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
401 2011-12-22 Joseph Myers <joseph@codesourcery.com>
403 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
404 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
406 (syscall-list-variants, syscall-list-includes)
407 (syscall-list-o32-options, syscall-list-o32-condition)
408 (syscall-list-n32-options, syscall-list-n32-condition)
409 (syscall-list-n64-options, syscall-list-n64-condition): Define.
410 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
412 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
413 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
415 2011-12-22 Joseph Myers <joseph@codesourcery.com>
418 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
419 (EPOLLET): Initialize with unsigned values.
421 2011-12-19 Joseph Myers <joseph@codesourcery.com>
423 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
424 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
426 2011-11-17 Joseph Myers <joseph@codesourcery.com>
428 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
429 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
431 2011-11-11 Joseph Myers <joseph@codesourcery.com>
433 * sysdeps/mips/dl-lookup.c: Update from generic version.
435 2011-10-12 Joseph Myers <joseph@codesourcery.com>
437 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
438 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
439 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
441 2011-10-05 Andreas Schwab <schwab@redhat.com>
443 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
444 (elf_machine_lazy_rel): Add parameter skip_ifunc.
446 2011-09-13 Joseph Myers <joseph@codesourcery.com>
448 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
449 return value to (struct cmsghdr *).
451 2011-09-13 Joseph Myers <joseph@codesourcery.com>
453 * sysdeps/mips/elf/configure.in: Always test for TLS support and
454 error out in case it is missing.
455 * sysdeps/mips/elf/configure: Regenerate.
456 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
458 2011-09-11 Joseph Myers <joseph@codesourcery.com>
460 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
461 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
463 2011-09-06 Joseph Myers <joseph@codesourcery.com>
466 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
468 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
469 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
471 2011-08-02 Matt Turner <mattst88@gmail.com>
473 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
475 2011-07-25 Joseph Myers <joseph@codesourcery.com>
477 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
480 2011-06-20 Joseph Myers <joseph@codesourcery.com>
482 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
483 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
485 2011-06-20 Joseph Myers <joseph@codesourcery.com>
487 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
488 mention raise in the comment.
490 2011-05-23 Aurelien Jarno <aurelien@aurel32.net>
492 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
495 2011-05-13 Joseph Myers <joseph@codesourcery.com>
497 * sysdeps/mips/dl-lookup.c: Update from generic version.
499 2011-05-10 Joseph Myers <joseph@codesourcery.com>
501 * sysdeps/mips/dl-lookup.c: Update from generic version.
503 2011-04-11 Joseph Myers <joseph@codesourcery.com>
505 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
507 2011-04-01 Joseph Myers <joseph@codesourcery.com>
509 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
510 to open_by_handle_at.
512 2011-04-01 Joseph Myers <joseph@codesourcery.com>
514 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
516 2011-04-01 Joseph Myers <joseph@codesourcery.com>
518 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
519 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
520 open_by_handle. Augment a few comments.
522 2011-04-01 Joseph Myers <joseph@codesourcery.com>
524 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
526 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
527 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
528 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
529 sync_file_range as cancellation point.
530 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
531 sync_file_range as cancellation point.
533 2011-04-01 Joseph Myers <joseph@codesourcery.com>
535 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
538 2011-03-22 Joseph Myers <joseph@codesourcery.com>
540 * sysdeps/mips/dl-lookup.c: Update from generic version.
542 2011-01-25 Joseph Myers <joseph@codesourcery.com>
544 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
545 MADV_NOHUGEPAGE): Define.
547 2011-01-25 Joseph Myers <joseph@codesourcery.com>
549 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
550 PF_CAIF, PF_ALG): Define.
552 2010-12-30 Joseph Myers <joseph@codesourcery.com>
554 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
555 NO_CTORS_DTORS_SECTIONS is defined.
556 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
558 2010-12-21 Joseph Myers <joseph@codesourcery.com>
560 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
562 2010-12-06 Matt Turner <mattst88@gmail.com>
564 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
566 2010-12-06 Joseph Myers <joseph@codesourcery.com>
568 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
570 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
572 2010-10-21 Joseph Myers <joseph@codesourcery.com>
574 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
575 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
576 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
579 2010-10-11 Joseph Myers <joseph@codesourcery.com>
581 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
583 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
585 2010-08-13 Joseph Myers <joseph@codesourcery.com>
587 * sysdeps/unix/sysv/linux/mips/kernel-features.h
588 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
590 2010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
592 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
594 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
596 2010-08-13 Joseph Myers <joseph@codesourcery.com>
598 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
600 2010-08-12 Joseph Myers <joseph@codesourcery.com>
602 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
603 struct statfs64): Add f_flags field.
605 2010-08-12 Joseph Myers <joseph@codesourcery.com>
607 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
610 2010-08-12 Joseph Myers <joseph@codesourcery.com>
612 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
614 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
615 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
616 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
619 2010-06-14 Joseph Myers <joseph@codesourcery.com>
621 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
622 F_GETPIPE_SZ): Define.
624 2010-05-21 Joseph Myers <joseph@codesourcery.com>
626 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
627 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
629 2010-04-14 Joseph Myers <joseph@codesourcery.com>
631 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
633 2010-04-06 Joseph Myers <joseph@codesourcery.com>
635 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
636 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
637 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
640 2010-03-30 Joseph Myers <joseph@codesourcery.com>
642 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
645 2010-03-24 Joseph Myers <joseph@codesourcery.com>
647 * sysdeps/mips/dl-lookup.c: Update from generic version.
649 2010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
652 * sysdeps/mips/bits/atomic.h
653 (__arch_compare_and_exchange_xxx_32_int,
654 __arch_compare_and_exchange_xxx_64_int,
655 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
656 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
657 Specify *mem as asm output as well as input.
659 2010-02-10 Joseph Myers <joseph@codesourcery.com>
661 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
663 2010-01-28 Joseph Myers <joseph@codesourcery.com>
665 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
666 _dl_runtime_pltresolve): Calculate offset from start of function
667 to .cpload instead of hardcoding instruction size.
669 2010-01-11 Joseph Myers <joseph@codesourcery.com>
671 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
674 2010-01-11 Joseph Myers <joseph@codesourcery.com>
676 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
677 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
679 2010-01-10 Joseph Myers <joseph@codesourcery.com>
681 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
682 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
684 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
687 2009-12-16 Joseph Myers <joseph@codesourcery.com>
690 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
691 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
693 2009-12-16 Joseph Myers <joseph@codesourcery.com>
695 * sysdeps/mips/dl-lookup.c: Update from generic version.
697 2009-12-15 Joseph Myers <joseph@codesourcery.com>
699 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
700 O_DSYNC to match 2.6.33+ kernels.
702 2009-12-09 Joseph Myers <joseph@codesourcery.com>
704 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
707 2009-12-01 Joseph Myers <joseph@codesourcery.com>
709 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
710 (posix_fadvise): Remove.
711 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
712 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
713 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
715 2009-12-01 Joseph Myers <joseph@codesourcery.com>
717 * sysdeps/mips/dl-lookup.c: Update from generic version.
719 2009-11-23 Joseph Myers <joseph@codesourcery.com>
721 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
722 for timestamps also if __USE_XOPEN2K8.
724 2009-11-19 Joseph Myers <joseph@codesourcery.com>
726 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
727 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
729 2009-11-18 Joseph Myers <joseph@codesourcery.com>
731 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
732 names of parameters of sync_file_range.
734 2009-11-17 Joseph Myers <joseph@codesourcery.com>
737 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
738 constants from recent kernels.
740 2009-11-17 Joseph Myers <joseph@codesourcery.com>
742 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
745 2009-11-14 Joseph Myers <joseph@codesourcery.com>
747 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
748 F_GETOWN_EX): Update values.
750 2009-11-06 Joseph Myers <joseph@codesourcery.com>
752 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
753 of last two arguments when -D_FILE_OFFSET_BITS=64.
755 2009-10-29 Joseph Myers <joseph@codesourcery.com>
757 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
760 2009-10-03 Joseph Myers <joseph@codesourcery.com>
762 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
765 2009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
767 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
768 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
769 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
770 (__SYSCALL_CLOBBERS): Likewise.
771 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
772 (__SYSCALL_CLOBBERS): Likewise.
774 2009-08-05 Joseph Myers <joseph@codesourcery.com>
776 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
777 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
778 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
779 variable for env. Use expansion of CHECK_SP macro for check.
780 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
782 2009-08-03 Joseph Myers <joseph@codesourcery.com>
784 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
785 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
787 2009-07-20 Aurelien Jarno <aurelien@aurel32.net>
789 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
790 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
792 2009-07-17 Joseph Myers <joseph@codesourcery.com>
794 * sysdeps/mips/do-lookup.h: Remove.
795 * sysdeps/mips/dl-lookup.c: Update from generic version, with
796 non-PIC handling integrated.
798 2009-06-18 Joseph Myers <joseph@codesourcery.com>
800 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
803 2009-05-16 Joseph Myers <joseph@codesourcery.com>
805 * sysdeps/mips/____longjmp_chk.c: New file.
806 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
808 * sysdeps/mips64/__longjmp.c: Likewise.
810 2009-05-16 Joseph Myers <joseph@codesourcery.com>
812 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
813 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
814 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
815 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
817 2009-05-16 Joseph Myers <joseph@codesourcery.com>
819 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
820 fallocate64@@GLIBC_2.11.
822 2009-05-14 Joseph Myers <joseph@codesourcery.com>
824 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
825 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
827 2009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
829 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
830 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
831 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
832 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
833 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
835 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
836 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
837 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
840 2009-04-18 Joseph Myers <joseph@codesourcery.com>
842 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
843 __ASSUME_PWRITEV): Don't define here.
845 2009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
847 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
849 2009-04-09 Joseph Myers <joseph@codesourcery.com>
851 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
853 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
855 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
858 2009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
860 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
861 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
863 2009-03-18 Zhang Le <r0bertz@gentoo.org>
866 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
867 Fix the condition used to annotate n32 objects.
869 2009-03-17 Joseph Myers <joseph@codesourcery.com>
871 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
872 Change parameters and use next_line.
874 2009-03-17 Joseph Myers <joseph@codesourcery.com>
876 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
877 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
878 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
880 2009-03-15 Joseph Myers <joseph@codesourcery.com>
882 * sysdeps/mips/bits/link.h: Uglify function parameter names.
883 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
884 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
885 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
886 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
888 2009-03-03 Joseph Myers <joseph@codesourcery.com>
890 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
893 2009-02-26 Joseph Myers <joseph@codesourcery.com>
895 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
896 UTIME_OMIT only with __USE_ATFILE.
898 2009-02-13 Joseph Myers <joseph@codesourcery.com>
901 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
902 inotify_rm_watch should have type int.
904 2009-02-02 Joseph Myers <joseph@codesourcery.com>
906 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
908 2009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
909 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
912 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
913 variable page size for MIPS.
914 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
915 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
916 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
918 2009-01-12 Joseph Myers <joseph@codesourcery.com>
920 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
921 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
924 2009-01-12 Joseph Myers <joseph@codesourcery.com>
926 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
927 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
929 2008-12-19 Joseph Myers <joseph@codesourcery.com>
931 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
932 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
933 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
934 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
936 2008-12-09 Joseph Myers <joseph@codesourcery.com>
938 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
939 Make available only for __USE_GNU.
941 2008-12-03 Joseph Myers <joseph@codesourcery.com>
943 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
944 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
946 2008-11-25 Joseph Myers <joseph@codesourcery.com>
948 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
949 __THROW vs. __nonnull order for C++.
951 2008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
953 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
954 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
955 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
957 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
958 Daniel Jacobowitz <dan@codesourcery.com>
959 Richard Sandiford <rdsandiford@googlemail.com>
961 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
962 * sysdeps/mips/dl-lookup.c: New.
963 * sysdeps/mips/do-lookup.h: New.
964 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
966 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
968 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
969 (elf_machine_type_class): Likewise.
970 (ELF_MACHINE_PLT_REL): Define.
971 (elf_machine_fixup_plt): New.
972 (elf_machine_plt_value): New.
973 (elf_machine_reloc): Handle jump slot and copy relocations.
974 (elf_machine_lazy_rel): Point relocation place at PLT if
976 (RESOLVE_GOTSYM): Take a relocation type argument.
977 (elf_machine_got_rel): Bind lazy stubs directly to their target if
978 !lazy. Skip lazy binding for PLT symbols.
979 (elf_machine_runtime_setup): Fill in .got.plt header.
980 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
981 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
982 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
983 (_dl_runtime_pltresolve): New.
984 * sysdeps/mips/bits/linkmap.h: New file.
985 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
988 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
990 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
991 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
992 (PSEUDO): Use them. Move outside __PIC__.
994 (CENABLE, CDISABLE): Use it.
996 2008-08-19 Joseph Myers <joseph@codesourcery.com>
998 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1001 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1003 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1004 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1005 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1006 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1007 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1008 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1009 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1011 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1013 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1016 2008-07-18 Joseph Myers <joseph@codesourcery.com>
1018 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1021 2008-05-21 Joseph Myers <joseph@codesourcery.com>
1023 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1024 (SOCK_DCCP): Define.
1026 2008-05-01 Joseph Myers <joseph@codesourcery.com>
1028 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1029 RUSAGE_THREAD and RUSAGE_LWP.
1031 2008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1033 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1036 2008-04-21 Khem Raj <kraj@mvista.com>
1038 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1040 2008-04-02 Aurelien Jarno <aurelien@aurel32.net>
1042 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1043 truncate and ftruncate systems calls.
1044 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1046 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1048 2008-03-28 Joseph Myers <joseph@codesourcery.com>
1050 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1051 ARG_MAX if <linux/limits.h> has defined it.
1053 2008-03-28 Robin Randhawa <robin@mips.com>
1055 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1056 barriers to enforce strict ordering on weakly ordered systems.
1058 2008-03-26 David Stephenson <david.stephenson@sicortex.com>
1059 Daniel Jacobowitz <dan@codesourcery.com>
1061 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1062 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1063 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1065 2008-03-09 Andreas Jaeger <aj@suse.de>
1068 * sysdeps/mips/ieee754.h: Use protected namespace
1069 __BIG_ENDIAN/__LITTLE_ENDIAN.
1070 Patch by Aurelien Jarno <aurelien@aurel32.net>.
1072 2008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1074 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1075 Reorganize to match other architectures. Replace _timer._timer1
1076 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1077 _timer.si_sigval. Correct the type of _sigpoll.si_band.
1078 (si_timerid, si_overrun): Define.
1079 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1080 (__pthread_attr_s): Remove declaration.
1081 (struct sigevent): Remove XXX. Add _tid.
1083 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1085 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1087 2007-09-25 Joseph Myers <joseph@codesourcery.com>
1089 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1090 type and __THROW marker of splice, vmsplice, and tee.
1092 2007-09-12 Joseph Myers <joseph@codesourcery.com>
1094 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1095 LLL_PRIVATE argument to lll_futex_wake.
1096 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1097 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1099 (PF_IUCV, PF_RXRPC): Define.
1101 (AF_IUCV, AF_RXRPC): Define.
1102 (MSG_CMSG_CLOEXEC): Define.
1103 (_EXTERN_INLINE): Define to __extern_inline.
1104 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1105 UTIME_OMIT): Define.
1106 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1107 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1108 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1109 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1110 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1111 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
1112 LLL_LOCK_*. Include <kernel-features.h>.
1113 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1114 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1115 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1116 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1118 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1119 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1121 (__lll_robust_trylock): Convert to macro.
1122 (__lll_robust_lock_wait): Add private argument.
1123 (__lll_lock_wait_private, __lll_lock_wait): Declare.
1124 (__lll_lock): Convert to macro. Take private argument.
1125 (__lll_cond_lock): Likewise.
1126 (lll_lock, lll_cond_lock): Take private arguments.
1127 (__lll_robust_lock): Take private argument. Convert to macro.
1128 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1129 lll_robust_cond_lock): Take private arguments.
1130 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1132 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1133 (lll_timedlock, lll_robust_timedlock): Take private arguments.
1134 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
1136 (lll_unlock, lll_robust_unlock): Take private arguments.
1137 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1138 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1139 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1140 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1141 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1142 lll_cond_wake, lll_cond_broadcast): Remove.
1143 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1146 2007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
1148 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1149 New macros for the (n)64 and n32 ABIs.
1150 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1152 2007-07-13 Carlos O'Donell <carlos@codesourcery.com>
1154 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1155 Define __WORDSIZE_COMPAT32 as 1.
1157 2007-07-13 Joseph Myers <joseph@codesourcery.com>
1159 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1160 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
1163 2007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
1165 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1167 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1170 2007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1172 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1173 (internal_syscall1, internal_syscall2, internal_syscall3,
1174 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1176 2007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
1178 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1179 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1180 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1181 THREAD_GSCOPE_WAIT): Define.
1182 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1183 (FUTEX_PRIVATE_FLAG): Define.
1184 (lll_unlock_wake_cb): Delete prototype.
1185 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1187 (pthread_rwlock_t): Shrink __flags and add __shared.
1189 2007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1191 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1192 (posix_fadvise): Fix high word of len argument.
1194 2007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1196 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1197 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1198 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1199 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1200 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1201 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1203 2007-05-23 Joseph Myers <joseph@codesourcery.com>
1205 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1206 * sysdeps/mips/mips64/n64/Implies: Likewise.
1207 * sysdeps/mips/mips64/soft-fp/Makefile: New.
1208 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1209 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1210 <fpu_control.h>. Use hardware exception and rounding mode
1213 2007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
1215 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1216 r_info argument to ElfW(Addr).
1218 2007-02-01 Joseph Myers <joseph@codesourcery.com>
1220 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1222 2007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1223 Daniel Jacobowitz <dan@codesourcery.com>
1225 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1227 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1228 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1229 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1231 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1233 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1234 PTR_DEMANGLE): Define.
1235 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1236 PTR_DEMANGLE): Define.
1237 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1238 PTR_DEMANGLE): Define.
1240 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1242 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1243 (cfi_same_value): Delete definition.
1245 2007-01-08 Richard Sandiford <richard@codesourcery.com>
1247 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1248 (elf_machine_reloc): New function, retaining the body of
1249 elf_machine_rel. Take the reloc's r_info field as an argument,
1250 not the reloc itself. Add extra r_addend and inplace_p arguments.
1251 When inplace_p is false, use r_addend as the addend, not the contents
1252 of the relocation field. Hoist the conversion of reloc_addr to
1253 "ELFW(Addr) *". Don't try to apply TLS relocations against
1254 undefined symbols. Add R_MIPS_GLOB_DAT support.
1255 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1256 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1259 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1261 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
1262 multiple inclusion guard.
1263 * sysdeps/mips/elf/ldsodefs.h: Delete file.
1265 2007-01-04 Thiemo Seufer <ths@networkno.de>
1267 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1268 to match the kernel.
1270 2006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
1272 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1273 (RTLD_SINGLE_THREAD_P): Define.
1274 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1276 2006-10-31 Joseph Myers <joseph@codesourcery.com>
1278 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1281 2006-09-22 Richard Sandiford <richard@codesourcery.com>
1283 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1285 (__xstat_conv): Use memset to clear padding arrays. Check for
1287 (__xstat64_conv): Use memset to clear padding arrays.
1288 (__xstat32_conv): New function.
1289 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1290 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1292 2006-09-21 Joseph Myers <joseph@codesourcery.com>
1294 * sysdeps/mips/fpu_control.h: If soft-float, don't use
1295 floating-point registers.
1296 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1297 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1300 2006-08-04 Joseph Myers <joseph@codesourcery.com>
1302 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1303 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1305 2006-07-24 Joseph Myers <joseph@codesourcery.com>
1307 * sysdeps/mips/mips64/n32/libm-test-ulps,
1308 sysdeps/mips/mips64/n64/libm-test-ulps: New.
1310 2006-07-24 Joseph Myers <joseph@codesourcery.com>
1312 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1313 defined, include the named file.
1315 2006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
1317 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1318 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1321 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1323 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1324 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
1327 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1329 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1330 Don't use struct timespec.
1331 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1332 __xstat64_conv): Copy individual timespec fields.
1334 2006-06-02 Richard Sandiford <richard@codesourcery.com>
1336 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1338 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1340 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1341 * sysdeps/mips/fpu/fesetround.c: Likewise.
1343 2006-05-10 Richard Sandiford <richard@codesourcery.com>
1344 Daniel Jacobowitz <dan@codesourcery.com>
1346 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1347 dump sc_cause, sc_status or sc_badvaddr.
1348 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
1349 structure definitions after DSP kernel changes.
1350 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1351 after the same DSP changes.
1353 2006-05-08 Richard Sandiford <richard@codesourcery.com>
1355 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1356 st_atim, st_mtim and st_ctim interface.
1357 (struct stat64): Likewise.
1358 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1359 Replace st_atime and its padding field with st_atim. Likewise
1360 st_mtime/st_mtim and st_ctime/st_ctim.
1361 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1362 after above changes.
1363 (__xstat64_conv): Likewise.
1365 2006-05-08 Richard Sandiford <richard@codesourcery.com>
1367 * sysdeps/mips/ldsodefs.h: New file.
1368 * sysdeps/mips/tst-audit.h: New file.
1370 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1372 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1373 for consistency with other ports.
1374 (MADV_REMOVE): Correct value.
1375 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1376 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1377 POSIX_MADV_DONTNEED): Define.
1379 2006-05-05 Lior Balkohen <balkohen@gmail.com>
1381 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1382 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1383 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1384 and SYNC_FILE_RANGE_WAIT_AFTER.
1385 Declare sync_file_range, vmsplice, splice and tee.
1387 2006-03-27 Lior Balkohen <balkohen@gmail.com>
1389 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1390 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
1393 2006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1395 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1398 2006-03-27 Denis Barbier <barbier@linuxfr.org>
1400 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1403 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1405 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1408 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1410 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1411 libc_cv_localedir, libdir, arch_minimum_kernel, and
1412 libc_cv_gcc_unwind_find_fde.
1413 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1414 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1415 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1417 2006-03-02 Lior Balkohen <balkohen@gmail.com>
1419 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1420 (__pthread_list_t, __pthread_slist_t): New typedefs.
1421 (pthread_mutex_t): Replace __next and __prev fields with __list.
1422 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1423 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1424 (lll_futex_wake_unlock): Define.
1425 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1426 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1427 lll_robust_mutex_unlock): New macros.
1428 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1429 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1431 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1433 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1435 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1436 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1438 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1440 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1441 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1442 (INTERNAL_SYSCALL_NCS): New.
1443 (internal_syscall0, internal_syscall1, internal_syscall2,
1444 internal_syscall3, internal_syscall4, internal_syscall5,
1445 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1446 Use them. Correct types for registers.
1447 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1448 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1449 (INTERNAL_SYSCALL_NCS): New.
1450 (internal_syscall0, internal_syscall1, internal_syscall2,
1451 internal_syscall3, internal_syscall4, internal_syscall5,
1452 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1454 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1455 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
1457 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1458 Use Elf(Addr) for TLS relocation targets.
1459 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1460 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1461 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1462 futexp to long for n64.
1463 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1465 2006-02-20 Roland McGrath <roland@redhat.com>
1467 * sysdeps/mips/shlib-versions: New file.
1468 * sysdeps/mips/preconfigure: New file.
1469 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.