1 2012-05-31 Joseph Myers <joseph@codesourcery.com>
3 * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
4 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6 2012-05-30 Joseph Myers <joseph@codesourcery.com>
8 * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
9 settings out of conditional.
11 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
12 __connect_internal alias.
14 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15 (FP_TRAPPING_EXCEPTIONS): Define.
17 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
18 Rename to abi-variants.
19 (syscall-list-includes): Rename to abi-includes.
20 (syscall-list-o32-options): Rename to abi-o32-options.
21 (syscall-list-o32-condition): Rename to abi-o32-condition.
22 (syscall-list-n32-options): Rename to abi-n32-options.
23 (syscall-list-n32-condition): Rename to abi-n32-condition.
24 (syscall-list-n64-options): Rename to abi-n64-options.
25 (syscall-list-n64-condition): Rename to abi-n64-condition.
26 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
27 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
28 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
30 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
31 _internal alias by hidden_def.
33 2012-05-26 Joseph Myers <joseph@codesourcery.com>
35 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
37 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
39 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
41 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
43 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
45 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
47 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
49 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
52 2012-05-25 Joseph Myers <joseph@codesourcery.com>
54 * sysdeps/unix/sysv/linux/mips/kernel-features.h
55 (__ASSUME_32BITUIDS): Remove.
57 2012-05-23 Steve Ellcey <sellcey@mips.com>
59 * sysdeps/unix/sysv/linux/mips/Makefile
60 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
61 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
62 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
64 2012-05-23 Joseph Myers <joseph@codesourcery.com>
66 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
68 (MADV_DODUMP): Likewise.
70 2012-05-21 Joseph Myers <joseph@codesourcery.com>
72 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
73 __WORDSIZE_TIME64_COMPAT32.
75 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
76 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
77 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
79 2012-05-19 Joseph Myers <joseph@codesourcery.com>
81 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
82 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
83 (kernel-features.h): Don't include.
84 [__NR_ftruncate64]: Make code unconditional.
85 [!__NR_ftruncate64]: Remove conditional code.
86 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
87 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
88 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
89 (kernel-features.h): Don't include.
90 [__NR_truncate64]: Make code unconditional.
91 [!__NR_truncate64]: Remove conditional code.
92 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
93 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
96 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
97 (ftruncate): Remove syscall.
99 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
100 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
101 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
102 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
104 2012-05-16 Joseph Myers <joseph@codesourcery.com>
106 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
107 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
108 type unsigned long and names st_atimensec, st_mtimensec and
110 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
112 2012-05-14 Joseph Myers <joseph@codesourcery.com>
114 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
115 Remove conditional code.
116 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
117 * sysdeps/unix/sysv/linux/mips/pread64.c
118 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
119 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
120 * sysdeps/unix/sysv/linux/mips/pwrite.c
121 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
122 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
123 * sysdeps/unix/sysv/linux/mips/pwrite64.c
124 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
125 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
126 * sysdeps/unix/sysv/linux/mips/sigaction.c
127 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
128 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
130 2012-05-11 Joseph Myers <joseph@codesourcery.com>
132 * sysdeps/mips/dl-lookup.c: Update from generic version.
134 2012-05-08 Joseph Myers <joseph@codesourcery.com>
136 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
137 * sysdeps/mips/mips32/libm-test-ulps: ... here.
138 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
139 * sysdeps/mips/mips64/libm-test-ulps: ... here.
140 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
142 2012-05-01 Joseph Myers <joseph@codesourcery.com>
145 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
146 from libc version and add symbol versions.
147 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
148 (GLIBC_2.3.3): Add posix_fadvise64.
150 2012-04-28 Joseph Myers <joseph@codesourcery.com>
152 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
153 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
155 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
156 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
157 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
158 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
159 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
160 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
161 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
163 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
164 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
165 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
167 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
168 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
169 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
171 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
173 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
174 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
176 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
177 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
178 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
180 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
182 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
184 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
185 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
187 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
189 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
190 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
192 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
194 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
195 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
197 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
198 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
199 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
201 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
203 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
205 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
206 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
208 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
211 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
212 __MIPSEB instead of __BYTE_ORDER.
213 * sysdeps/mips/mips64/memset.S: Likewise.
215 2012-04-27 Joseph Myers <joseph@codesourcery.com>
217 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
219 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
221 2012-04-26 Joseph Myers <joseph@codesourcery.com>
223 * sysdeps/unix/mips/brk.S: Remove file.
224 * sysdeps/unix/mips/dl-brk.S: Likewise.
225 * sysdeps/unix/mips/sigreturn.S: Likewise.
226 * sysdeps/unix/mips/wait.S: Likewise.
228 2012-04-26 Joseph Myers <joseph@codesourcery.com>
230 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
231 instead of __BYTE_ORDER.
232 * sysdeps/mips/memset.S: Likewise.
234 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
235 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
237 2012-04-24 Joseph Myers <joseph@codesourcery.com>
239 * sysdeps/unix/mips/fork.S: Remove file.
241 2012-04-24 Mike Frysinger <vapier@gentoo.org>
243 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
244 (ldd_rewrite_script): Change $dest to $dir.
245 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
247 2012-04-21 Joseph Myers <joseph@codesourcery.com>
249 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
250 sysdeps/unix/sysv/linux/arm/readahead.c not
251 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
253 2012-03-28 Joseph Myers <joseph@codesourcery.com>
255 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
256 (MAP_HUGETLB): Likewise.
258 2012-03-27 Joseph Myers <joseph@codesourcery.com>
260 * sysdeps/mips/elf/start.S: Moved to ...
261 * sysdeps/mips/start.S: ...here.
262 * sysdeps/mips/elf/configure.in: Moved to ...
263 * sysdeps/mips/configure.in: ...here. Update comment.
264 * sysdeps/mips/configure: New generated file.
266 2012-03-20 Joseph Myers <joseph@codesourcery.com>
268 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
269 instead of <stdio-common/_itoa.h>.
271 2012-03-10 Paul Eggert <eggert@cs.ucla.edu>
274 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
277 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
280 Replace FSF snail mail address with URLs, as per GNU coding standards.
282 2012-03-09 Joseph Myers <joseph@codesourcery.com>
284 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
285 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
287 2012-02-27 Joseph Myers <joseph@codesourcery.com>
289 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
290 declare recvmmsg and sendmmsg.
292 2012-02-27 Joseph Myers <joseph@codesourcery.com>
294 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
295 Change union tag to pthread_attr_t. Only define typedef if not
297 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
298 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
299 typedef if not already defined.
301 2012-02-26 Joseph Myers <joseph@codesourcery.com>
303 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
304 siginfo_t struct. Add forward declaration of pthread_attr_t and
306 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
307 pthread_attr_t union.
309 2012-02-21 Joseph Myers <joseph@codesourcery.com>
311 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
312 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
313 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
314 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
316 2012-02-20 Andreas Schwab <schwab@linux-m68k.org>
318 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
321 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
323 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
324 matching the array in dl-procinfo.c.
326 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
328 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
329 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
330 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
332 2012-02-15 Robert Millan <rmh@gnu.org>
335 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
336 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
338 2012-02-15 Robert Millan <rmh@gnu.org>
341 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
342 * sysdeps/mips/sys/tas.h: ... here.
344 2012-02-15 Robert Millan <rmh@gnu.org>
347 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
348 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
349 * sysdeps/unix/mips/entry.h: ... here.
351 2012-02-15 Robert Millan <rmh@gnu.org>
354 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
356 * sysdeps/mips/dl-procinfo.c: New file.
357 * sysdeps/mips/dl-procinfo.h: Likewise.
359 2012-02-15 Joseph Myers <joseph@codesourcery.com>
361 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
362 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
364 2012-02-15 Viju Vincent <vijuvince@gmail.com>
366 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
367 around calls to _dl_lookup_symbol_x.
369 2012-02-13 Joseph Myers <joseph@codesourcery.com>
371 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
372 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
374 2012-02-13 Joseph Myers <joseph@codesourcery.com>
376 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
377 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
379 2012-02-10 Joseph Myers <joseph@codesourcery.com>
381 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
382 for sysdeps/generic/initfini.c.
383 * sysdeps/mips/mips32/crtn.S: Likewise.
384 * sysdeps/mips/mips64/n32/crti.S: Likewise.
385 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
386 * sysdeps/mips/mips64/n64/crti.S: Likewise.
387 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
388 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
389 (CFLAGS-pt-initfini.s): Likewise.
390 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
393 2012-01-26 Joseph Myers <joseph@codesourcery.com>
395 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
396 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
397 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
398 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
400 2012-01-08 Joseph Myers <joseph@codesourcery.com>
402 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
403 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
404 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
405 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
406 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
407 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
408 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
410 2012-01-07 Joseph Myers <joseph@codesourcery.com>
412 * sysdeps/mips/nptl/shlib-versions: New.
414 2012-01-07 Joseph Myers <joseph@codesourcery.com>
416 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
418 2012-01-04 Tom de Vries <tom@codesourcery.com>
420 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
423 2012-01-03 Tom de Vries <tom@codesourcery.com>
425 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
426 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
428 2011-12-22 Joseph Myers <joseph@codesourcery.com>
430 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
431 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
433 (syscall-list-variants, syscall-list-includes)
434 (syscall-list-o32-options, syscall-list-o32-condition)
435 (syscall-list-n32-options, syscall-list-n32-condition)
436 (syscall-list-n64-options, syscall-list-n64-condition): Define.
437 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
439 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
440 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
442 2011-12-22 Joseph Myers <joseph@codesourcery.com>
445 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
446 (EPOLLET): Initialize with unsigned values.
448 2011-12-19 Joseph Myers <joseph@codesourcery.com>
450 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
451 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
453 2011-11-17 Joseph Myers <joseph@codesourcery.com>
455 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
456 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
458 2011-11-11 Joseph Myers <joseph@codesourcery.com>
460 * sysdeps/mips/dl-lookup.c: Update from generic version.
462 2011-10-12 Joseph Myers <joseph@codesourcery.com>
464 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
465 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
466 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
468 2011-10-05 Andreas Schwab <schwab@redhat.com>
470 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
471 (elf_machine_lazy_rel): Add parameter skip_ifunc.
473 2011-09-13 Joseph Myers <joseph@codesourcery.com>
475 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
476 return value to (struct cmsghdr *).
478 2011-09-13 Joseph Myers <joseph@codesourcery.com>
480 * sysdeps/mips/elf/configure.in: Always test for TLS support and
481 error out in case it is missing.
482 * sysdeps/mips/elf/configure: Regenerate.
483 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
485 2011-09-11 Joseph Myers <joseph@codesourcery.com>
487 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
488 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
490 2011-09-06 Joseph Myers <joseph@codesourcery.com>
493 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
495 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
496 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
498 2011-08-02 Matt Turner <mattst88@gmail.com>
500 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
502 2011-07-25 Joseph Myers <joseph@codesourcery.com>
504 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
507 2011-06-20 Joseph Myers <joseph@codesourcery.com>
509 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
510 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
512 2011-06-20 Joseph Myers <joseph@codesourcery.com>
514 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
515 mention raise in the comment.
517 2011-05-23 Aurelien Jarno <aurelien@aurel32.net>
519 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
522 2011-05-13 Joseph Myers <joseph@codesourcery.com>
524 * sysdeps/mips/dl-lookup.c: Update from generic version.
526 2011-05-10 Joseph Myers <joseph@codesourcery.com>
528 * sysdeps/mips/dl-lookup.c: Update from generic version.
530 2011-04-11 Joseph Myers <joseph@codesourcery.com>
532 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
534 2011-04-01 Joseph Myers <joseph@codesourcery.com>
536 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
537 to open_by_handle_at.
539 2011-04-01 Joseph Myers <joseph@codesourcery.com>
541 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
543 2011-04-01 Joseph Myers <joseph@codesourcery.com>
545 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
546 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
547 open_by_handle. Augment a few comments.
549 2011-04-01 Joseph Myers <joseph@codesourcery.com>
551 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
553 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
554 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
555 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
556 sync_file_range as cancellation point.
557 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
558 sync_file_range as cancellation point.
560 2011-04-01 Joseph Myers <joseph@codesourcery.com>
562 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
565 2011-03-22 Joseph Myers <joseph@codesourcery.com>
567 * sysdeps/mips/dl-lookup.c: Update from generic version.
569 2011-01-25 Joseph Myers <joseph@codesourcery.com>
571 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
572 MADV_NOHUGEPAGE): Define.
574 2011-01-25 Joseph Myers <joseph@codesourcery.com>
576 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
577 PF_CAIF, PF_ALG): Define.
579 2010-12-30 Joseph Myers <joseph@codesourcery.com>
581 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
582 NO_CTORS_DTORS_SECTIONS is defined.
583 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
585 2010-12-21 Joseph Myers <joseph@codesourcery.com>
587 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
589 2010-12-06 Matt Turner <mattst88@gmail.com>
591 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
593 2010-12-06 Joseph Myers <joseph@codesourcery.com>
595 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
597 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
599 2010-10-21 Joseph Myers <joseph@codesourcery.com>
601 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
602 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
603 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
606 2010-10-11 Joseph Myers <joseph@codesourcery.com>
608 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
610 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
612 2010-08-13 Joseph Myers <joseph@codesourcery.com>
614 * sysdeps/unix/sysv/linux/mips/kernel-features.h
615 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
617 2010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
619 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
621 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
623 2010-08-13 Joseph Myers <joseph@codesourcery.com>
625 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
627 2010-08-12 Joseph Myers <joseph@codesourcery.com>
629 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
630 struct statfs64): Add f_flags field.
632 2010-08-12 Joseph Myers <joseph@codesourcery.com>
634 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
637 2010-08-12 Joseph Myers <joseph@codesourcery.com>
639 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
641 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
642 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
643 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
646 2010-06-14 Joseph Myers <joseph@codesourcery.com>
648 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
649 F_GETPIPE_SZ): Define.
651 2010-05-21 Joseph Myers <joseph@codesourcery.com>
653 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
654 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
656 2010-04-14 Joseph Myers <joseph@codesourcery.com>
658 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
660 2010-04-06 Joseph Myers <joseph@codesourcery.com>
662 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
663 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
664 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
667 2010-03-30 Joseph Myers <joseph@codesourcery.com>
669 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
672 2010-03-24 Joseph Myers <joseph@codesourcery.com>
674 * sysdeps/mips/dl-lookup.c: Update from generic version.
676 2010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
679 * sysdeps/mips/bits/atomic.h
680 (__arch_compare_and_exchange_xxx_32_int,
681 __arch_compare_and_exchange_xxx_64_int,
682 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
683 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
684 Specify *mem as asm output as well as input.
686 2010-02-10 Joseph Myers <joseph@codesourcery.com>
688 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
690 2010-01-28 Joseph Myers <joseph@codesourcery.com>
692 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
693 _dl_runtime_pltresolve): Calculate offset from start of function
694 to .cpload instead of hardcoding instruction size.
696 2010-01-11 Joseph Myers <joseph@codesourcery.com>
698 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
701 2010-01-11 Joseph Myers <joseph@codesourcery.com>
703 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
704 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
706 2010-01-10 Joseph Myers <joseph@codesourcery.com>
708 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
709 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
711 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
714 2009-12-16 Joseph Myers <joseph@codesourcery.com>
717 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
718 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
720 2009-12-16 Joseph Myers <joseph@codesourcery.com>
722 * sysdeps/mips/dl-lookup.c: Update from generic version.
724 2009-12-15 Joseph Myers <joseph@codesourcery.com>
726 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
727 O_DSYNC to match 2.6.33+ kernels.
729 2009-12-09 Joseph Myers <joseph@codesourcery.com>
731 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
734 2009-12-01 Joseph Myers <joseph@codesourcery.com>
736 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
737 (posix_fadvise): Remove.
738 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
739 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
740 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
742 2009-12-01 Joseph Myers <joseph@codesourcery.com>
744 * sysdeps/mips/dl-lookup.c: Update from generic version.
746 2009-11-23 Joseph Myers <joseph@codesourcery.com>
748 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
749 for timestamps also if __USE_XOPEN2K8.
751 2009-11-19 Joseph Myers <joseph@codesourcery.com>
753 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
754 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
756 2009-11-18 Joseph Myers <joseph@codesourcery.com>
758 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
759 names of parameters of sync_file_range.
761 2009-11-17 Joseph Myers <joseph@codesourcery.com>
764 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
765 constants from recent kernels.
767 2009-11-17 Joseph Myers <joseph@codesourcery.com>
769 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
772 2009-11-14 Joseph Myers <joseph@codesourcery.com>
774 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
775 F_GETOWN_EX): Update values.
777 2009-11-06 Joseph Myers <joseph@codesourcery.com>
779 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
780 of last two arguments when -D_FILE_OFFSET_BITS=64.
782 2009-10-29 Joseph Myers <joseph@codesourcery.com>
784 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
787 2009-10-03 Joseph Myers <joseph@codesourcery.com>
789 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
792 2009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
794 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
795 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
796 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
797 (__SYSCALL_CLOBBERS): Likewise.
798 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
799 (__SYSCALL_CLOBBERS): Likewise.
801 2009-08-05 Joseph Myers <joseph@codesourcery.com>
803 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
804 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
805 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
806 variable for env. Use expansion of CHECK_SP macro for check.
807 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
809 2009-08-03 Joseph Myers <joseph@codesourcery.com>
811 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
812 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
814 2009-07-20 Aurelien Jarno <aurelien@aurel32.net>
816 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
817 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
819 2009-07-17 Joseph Myers <joseph@codesourcery.com>
821 * sysdeps/mips/do-lookup.h: Remove.
822 * sysdeps/mips/dl-lookup.c: Update from generic version, with
823 non-PIC handling integrated.
825 2009-06-18 Joseph Myers <joseph@codesourcery.com>
827 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
830 2009-05-16 Joseph Myers <joseph@codesourcery.com>
832 * sysdeps/mips/____longjmp_chk.c: New file.
833 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
835 * sysdeps/mips64/__longjmp.c: Likewise.
837 2009-05-16 Joseph Myers <joseph@codesourcery.com>
839 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
840 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
841 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
842 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
844 2009-05-16 Joseph Myers <joseph@codesourcery.com>
846 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
847 fallocate64@@GLIBC_2.11.
849 2009-05-14 Joseph Myers <joseph@codesourcery.com>
851 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
852 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
854 2009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
856 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
857 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
858 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
859 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
860 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
862 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
863 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
864 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
867 2009-04-18 Joseph Myers <joseph@codesourcery.com>
869 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
870 __ASSUME_PWRITEV): Don't define here.
872 2009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
874 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
876 2009-04-09 Joseph Myers <joseph@codesourcery.com>
878 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
880 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
882 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
885 2009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
887 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
888 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
890 2009-03-18 Zhang Le <r0bertz@gentoo.org>
893 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
894 Fix the condition used to annotate n32 objects.
896 2009-03-17 Joseph Myers <joseph@codesourcery.com>
898 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
899 Change parameters and use next_line.
901 2009-03-17 Joseph Myers <joseph@codesourcery.com>
903 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
904 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
905 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
907 2009-03-15 Joseph Myers <joseph@codesourcery.com>
909 * sysdeps/mips/bits/link.h: Uglify function parameter names.
910 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
911 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
912 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
913 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
915 2009-03-03 Joseph Myers <joseph@codesourcery.com>
917 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
920 2009-02-26 Joseph Myers <joseph@codesourcery.com>
922 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
923 UTIME_OMIT only with __USE_ATFILE.
925 2009-02-13 Joseph Myers <joseph@codesourcery.com>
928 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
929 inotify_rm_watch should have type int.
931 2009-02-02 Joseph Myers <joseph@codesourcery.com>
933 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
935 2009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
936 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
939 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
940 variable page size for MIPS.
941 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
942 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
943 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
945 2009-01-12 Joseph Myers <joseph@codesourcery.com>
947 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
948 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
951 2009-01-12 Joseph Myers <joseph@codesourcery.com>
953 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
954 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
956 2008-12-19 Joseph Myers <joseph@codesourcery.com>
958 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
959 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
960 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
961 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
963 2008-12-09 Joseph Myers <joseph@codesourcery.com>
965 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
966 Make available only for __USE_GNU.
968 2008-12-03 Joseph Myers <joseph@codesourcery.com>
970 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
971 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
973 2008-11-25 Joseph Myers <joseph@codesourcery.com>
975 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
976 __THROW vs. __nonnull order for C++.
978 2008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
980 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
981 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
982 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
984 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
985 Daniel Jacobowitz <dan@codesourcery.com>
986 Richard Sandiford <rdsandiford@googlemail.com>
988 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
989 * sysdeps/mips/dl-lookup.c: New.
990 * sysdeps/mips/do-lookup.h: New.
991 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
993 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
995 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
996 (elf_machine_type_class): Likewise.
997 (ELF_MACHINE_PLT_REL): Define.
998 (elf_machine_fixup_plt): New.
999 (elf_machine_plt_value): New.
1000 (elf_machine_reloc): Handle jump slot and copy relocations.
1001 (elf_machine_lazy_rel): Point relocation place at PLT if
1003 (RESOLVE_GOTSYM): Take a relocation type argument.
1004 (elf_machine_got_rel): Bind lazy stubs directly to their target if
1005 !lazy. Skip lazy binding for PLT symbols.
1006 (elf_machine_runtime_setup): Fill in .got.plt header.
1007 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1008 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1009 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1010 (_dl_runtime_pltresolve): New.
1011 * sysdeps/mips/bits/linkmap.h: New file.
1012 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
1015 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1017 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1018 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1019 (PSEUDO): Use them. Move outside __PIC__.
1021 (CENABLE, CDISABLE): Use it.
1023 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1025 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1028 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1030 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1031 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1032 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1033 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1034 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1035 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1036 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1038 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1040 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1043 2008-07-18 Joseph Myers <joseph@codesourcery.com>
1045 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1048 2008-05-21 Joseph Myers <joseph@codesourcery.com>
1050 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1051 (SOCK_DCCP): Define.
1053 2008-05-01 Joseph Myers <joseph@codesourcery.com>
1055 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1056 RUSAGE_THREAD and RUSAGE_LWP.
1058 2008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1060 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1063 2008-04-21 Khem Raj <kraj@mvista.com>
1065 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1067 2008-04-02 Aurelien Jarno <aurelien@aurel32.net>
1069 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1070 truncate and ftruncate systems calls.
1071 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1073 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1075 2008-03-28 Joseph Myers <joseph@codesourcery.com>
1077 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1078 ARG_MAX if <linux/limits.h> has defined it.
1080 2008-03-28 Robin Randhawa <robin@mips.com>
1082 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1083 barriers to enforce strict ordering on weakly ordered systems.
1085 2008-03-26 David Stephenson <david.stephenson@sicortex.com>
1086 Daniel Jacobowitz <dan@codesourcery.com>
1088 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1089 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1090 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1092 2008-03-09 Andreas Jaeger <aj@suse.de>
1095 * sysdeps/mips/ieee754.h: Use protected namespace
1096 __BIG_ENDIAN/__LITTLE_ENDIAN.
1097 Patch by Aurelien Jarno <aurelien@aurel32.net>.
1099 2008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1101 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1102 Reorganize to match other architectures. Replace _timer._timer1
1103 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1104 _timer.si_sigval. Correct the type of _sigpoll.si_band.
1105 (si_timerid, si_overrun): Define.
1106 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1107 (__pthread_attr_s): Remove declaration.
1108 (struct sigevent): Remove XXX. Add _tid.
1110 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1112 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1114 2007-09-25 Joseph Myers <joseph@codesourcery.com>
1116 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1117 type and __THROW marker of splice, vmsplice, and tee.
1119 2007-09-12 Joseph Myers <joseph@codesourcery.com>
1121 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1122 LLL_PRIVATE argument to lll_futex_wake.
1123 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1124 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1126 (PF_IUCV, PF_RXRPC): Define.
1128 (AF_IUCV, AF_RXRPC): Define.
1129 (MSG_CMSG_CLOEXEC): Define.
1130 (_EXTERN_INLINE): Define to __extern_inline.
1131 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1132 UTIME_OMIT): Define.
1133 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1134 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1135 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1136 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1137 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1138 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
1139 LLL_LOCK_*. Include <kernel-features.h>.
1140 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1141 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1142 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1143 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1145 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1146 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1148 (__lll_robust_trylock): Convert to macro.
1149 (__lll_robust_lock_wait): Add private argument.
1150 (__lll_lock_wait_private, __lll_lock_wait): Declare.
1151 (__lll_lock): Convert to macro. Take private argument.
1152 (__lll_cond_lock): Likewise.
1153 (lll_lock, lll_cond_lock): Take private arguments.
1154 (__lll_robust_lock): Take private argument. Convert to macro.
1155 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1156 lll_robust_cond_lock): Take private arguments.
1157 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1159 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1160 (lll_timedlock, lll_robust_timedlock): Take private arguments.
1161 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
1163 (lll_unlock, lll_robust_unlock): Take private arguments.
1164 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1165 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1166 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1167 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1168 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1169 lll_cond_wake, lll_cond_broadcast): Remove.
1170 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1173 2007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
1175 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1176 New macros for the (n)64 and n32 ABIs.
1177 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1179 2007-07-13 Carlos O'Donell <carlos@codesourcery.com>
1181 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1182 Define __WORDSIZE_COMPAT32 as 1.
1184 2007-07-13 Joseph Myers <joseph@codesourcery.com>
1186 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1187 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
1190 2007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
1192 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1194 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1197 2007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1199 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1200 (internal_syscall1, internal_syscall2, internal_syscall3,
1201 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1203 2007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
1205 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1206 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1207 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1208 THREAD_GSCOPE_WAIT): Define.
1209 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1210 (FUTEX_PRIVATE_FLAG): Define.
1211 (lll_unlock_wake_cb): Delete prototype.
1212 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1214 (pthread_rwlock_t): Shrink __flags and add __shared.
1216 2007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1218 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1219 (posix_fadvise): Fix high word of len argument.
1221 2007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1223 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1224 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1225 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1226 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1227 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1228 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1230 2007-05-23 Joseph Myers <joseph@codesourcery.com>
1232 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1233 * sysdeps/mips/mips64/n64/Implies: Likewise.
1234 * sysdeps/mips/mips64/soft-fp/Makefile: New.
1235 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1236 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1237 <fpu_control.h>. Use hardware exception and rounding mode
1240 2007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
1242 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1243 r_info argument to ElfW(Addr).
1245 2007-02-01 Joseph Myers <joseph@codesourcery.com>
1247 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1249 2007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1250 Daniel Jacobowitz <dan@codesourcery.com>
1252 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1254 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1255 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1256 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1258 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1260 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1261 PTR_DEMANGLE): Define.
1262 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1263 PTR_DEMANGLE): Define.
1264 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1265 PTR_DEMANGLE): Define.
1267 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1269 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1270 (cfi_same_value): Delete definition.
1272 2007-01-08 Richard Sandiford <richard@codesourcery.com>
1274 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1275 (elf_machine_reloc): New function, retaining the body of
1276 elf_machine_rel. Take the reloc's r_info field as an argument,
1277 not the reloc itself. Add extra r_addend and inplace_p arguments.
1278 When inplace_p is false, use r_addend as the addend, not the contents
1279 of the relocation field. Hoist the conversion of reloc_addr to
1280 "ELFW(Addr) *". Don't try to apply TLS relocations against
1281 undefined symbols. Add R_MIPS_GLOB_DAT support.
1282 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1283 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1286 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1288 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
1289 multiple inclusion guard.
1290 * sysdeps/mips/elf/ldsodefs.h: Delete file.
1292 2007-01-04 Thiemo Seufer <ths@networkno.de>
1294 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1295 to match the kernel.
1297 2006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
1299 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1300 (RTLD_SINGLE_THREAD_P): Define.
1301 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1303 2006-10-31 Joseph Myers <joseph@codesourcery.com>
1305 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1308 2006-09-22 Richard Sandiford <richard@codesourcery.com>
1310 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1312 (__xstat_conv): Use memset to clear padding arrays. Check for
1314 (__xstat64_conv): Use memset to clear padding arrays.
1315 (__xstat32_conv): New function.
1316 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1317 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1319 2006-09-21 Joseph Myers <joseph@codesourcery.com>
1321 * sysdeps/mips/fpu_control.h: If soft-float, don't use
1322 floating-point registers.
1323 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1324 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1327 2006-08-04 Joseph Myers <joseph@codesourcery.com>
1329 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1330 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1332 2006-07-24 Joseph Myers <joseph@codesourcery.com>
1334 * sysdeps/mips/mips64/n32/libm-test-ulps,
1335 sysdeps/mips/mips64/n64/libm-test-ulps: New.
1337 2006-07-24 Joseph Myers <joseph@codesourcery.com>
1339 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1340 defined, include the named file.
1342 2006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
1344 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1345 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1348 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1350 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1351 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
1354 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1356 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1357 Don't use struct timespec.
1358 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1359 __xstat64_conv): Copy individual timespec fields.
1361 2006-06-02 Richard Sandiford <richard@codesourcery.com>
1363 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1365 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1367 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1368 * sysdeps/mips/fpu/fesetround.c: Likewise.
1370 2006-05-10 Richard Sandiford <richard@codesourcery.com>
1371 Daniel Jacobowitz <dan@codesourcery.com>
1373 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1374 dump sc_cause, sc_status or sc_badvaddr.
1375 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
1376 structure definitions after DSP kernel changes.
1377 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1378 after the same DSP changes.
1380 2006-05-08 Richard Sandiford <richard@codesourcery.com>
1382 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1383 st_atim, st_mtim and st_ctim interface.
1384 (struct stat64): Likewise.
1385 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1386 Replace st_atime and its padding field with st_atim. Likewise
1387 st_mtime/st_mtim and st_ctime/st_ctim.
1388 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1389 after above changes.
1390 (__xstat64_conv): Likewise.
1392 2006-05-08 Richard Sandiford <richard@codesourcery.com>
1394 * sysdeps/mips/ldsodefs.h: New file.
1395 * sysdeps/mips/tst-audit.h: New file.
1397 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1399 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1400 for consistency with other ports.
1401 (MADV_REMOVE): Correct value.
1402 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1403 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1404 POSIX_MADV_DONTNEED): Define.
1406 2006-05-05 Lior Balkohen <balkohen@gmail.com>
1408 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1409 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1410 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1411 and SYNC_FILE_RANGE_WAIT_AFTER.
1412 Declare sync_file_range, vmsplice, splice and tee.
1414 2006-03-27 Lior Balkohen <balkohen@gmail.com>
1416 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1417 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
1420 2006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1422 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1425 2006-03-27 Denis Barbier <barbier@linuxfr.org>
1427 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1430 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1432 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1435 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1437 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1438 libc_cv_localedir, libdir, arch_minimum_kernel, and
1439 libc_cv_gcc_unwind_find_fde.
1440 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1441 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1442 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1444 2006-03-02 Lior Balkohen <balkohen@gmail.com>
1446 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1447 (__pthread_list_t, __pthread_slist_t): New typedefs.
1448 (pthread_mutex_t): Replace __next and __prev fields with __list.
1449 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1450 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1451 (lll_futex_wake_unlock): Define.
1452 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1453 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1454 lll_robust_mutex_unlock): New macros.
1455 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1456 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1458 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1460 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1462 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1463 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1465 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1467 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1468 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1469 (INTERNAL_SYSCALL_NCS): New.
1470 (internal_syscall0, internal_syscall1, internal_syscall2,
1471 internal_syscall3, internal_syscall4, internal_syscall5,
1472 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1473 Use them. Correct types for registers.
1474 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1475 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1476 (INTERNAL_SYSCALL_NCS): New.
1477 (internal_syscall0, internal_syscall1, internal_syscall2,
1478 internal_syscall3, internal_syscall4, internal_syscall5,
1479 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1481 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1482 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
1484 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1485 Use Elf(Addr) for TLS relocation targets.
1486 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1487 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1488 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1489 futexp to long for n64.
1490 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1492 2006-02-20 Roland McGrath <roland@redhat.com>
1494 * sysdeps/mips/shlib-versions: New file.
1495 * sysdeps/mips/preconfigure: New file.
1496 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.