1 2012-06-14 Joseph Myers <joseph@codesourcery.com>
3 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
4 (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
7 2012-06-01 Joseph Myers <joseph@codesourcery.com>
9 * sysdeps/mips/mips64/n32/s_fma.c: New file.
10 * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
12 * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
15 2012-05-31 Joseph Myers <joseph@codesourcery.com>
17 * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
19 * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
20 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
22 2012-05-30 Joseph Myers <joseph@codesourcery.com>
24 * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
25 settings out of conditional.
27 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
28 __connect_internal alias.
30 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
31 (FP_TRAPPING_EXCEPTIONS): Define.
33 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
34 Rename to abi-variants.
35 (syscall-list-includes): Rename to abi-includes.
36 (syscall-list-o32-options): Rename to abi-o32-options.
37 (syscall-list-o32-condition): Rename to abi-o32-condition.
38 (syscall-list-n32-options): Rename to abi-n32-options.
39 (syscall-list-n32-condition): Rename to abi-n32-condition.
40 (syscall-list-n64-options): Rename to abi-n64-options.
41 (syscall-list-n64-condition): Rename to abi-n64-condition.
42 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
43 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
44 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
46 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
47 _internal alias by hidden_def.
49 2012-05-26 Joseph Myers <joseph@codesourcery.com>
51 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
53 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
55 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
57 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
59 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
61 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
63 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
65 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
68 2012-05-25 Joseph Myers <joseph@codesourcery.com>
70 * sysdeps/unix/sysv/linux/mips/kernel-features.h
71 (__ASSUME_32BITUIDS): Remove.
73 2012-05-23 Steve Ellcey <sellcey@mips.com>
75 * sysdeps/unix/sysv/linux/mips/Makefile
76 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
77 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
78 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
80 2012-05-23 Joseph Myers <joseph@codesourcery.com>
82 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
84 (MADV_DODUMP): Likewise.
86 2012-05-21 Joseph Myers <joseph@codesourcery.com>
88 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
89 __WORDSIZE_TIME64_COMPAT32.
91 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
92 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
93 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
95 2012-05-19 Joseph Myers <joseph@codesourcery.com>
97 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
98 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
99 (kernel-features.h): Don't include.
100 [__NR_ftruncate64]: Make code unconditional.
101 [!__NR_ftruncate64]: Remove conditional code.
102 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
103 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
104 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
105 (kernel-features.h): Don't include.
106 [__NR_truncate64]: Make code unconditional.
107 [!__NR_truncate64]: Remove conditional code.
108 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
109 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
111 (truncate): Likewise.
112 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
113 (ftruncate): Remove syscall.
114 (truncate): Likewise.
115 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
116 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
117 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
118 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
120 2012-05-16 Joseph Myers <joseph@codesourcery.com>
122 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
123 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
124 type unsigned long and names st_atimensec, st_mtimensec and
126 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
128 2012-05-14 Joseph Myers <joseph@codesourcery.com>
130 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
131 Remove conditional code.
132 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
133 * sysdeps/unix/sysv/linux/mips/pread64.c
134 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
135 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
136 * sysdeps/unix/sysv/linux/mips/pwrite.c
137 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
138 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
139 * sysdeps/unix/sysv/linux/mips/pwrite64.c
140 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
141 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
142 * sysdeps/unix/sysv/linux/mips/sigaction.c
143 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
144 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
146 2012-05-11 Joseph Myers <joseph@codesourcery.com>
148 * sysdeps/mips/dl-lookup.c: Update from generic version.
150 2012-05-08 Joseph Myers <joseph@codesourcery.com>
152 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
153 * sysdeps/mips/mips32/libm-test-ulps: ... here.
154 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
155 * sysdeps/mips/mips64/libm-test-ulps: ... here.
156 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
158 2012-05-01 Joseph Myers <joseph@codesourcery.com>
161 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
162 from libc version and add symbol versions.
163 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
164 (GLIBC_2.3.3): Add posix_fadvise64.
166 2012-04-28 Joseph Myers <joseph@codesourcery.com>
168 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
169 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
171 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
172 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
173 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
174 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
175 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
176 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
177 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
179 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
180 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
181 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
183 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
184 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
185 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
187 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
189 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
190 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
192 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
193 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
194 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
196 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
198 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
200 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
201 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
203 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
205 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
206 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
208 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
210 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
211 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
213 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
214 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
215 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
217 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
219 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
221 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
222 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
224 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
227 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
228 __MIPSEB instead of __BYTE_ORDER.
229 * sysdeps/mips/mips64/memset.S: Likewise.
231 2012-04-27 Joseph Myers <joseph@codesourcery.com>
233 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
235 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
237 2012-04-26 Joseph Myers <joseph@codesourcery.com>
239 * sysdeps/unix/mips/brk.S: Remove file.
240 * sysdeps/unix/mips/dl-brk.S: Likewise.
241 * sysdeps/unix/mips/sigreturn.S: Likewise.
242 * sysdeps/unix/mips/wait.S: Likewise.
244 2012-04-26 Joseph Myers <joseph@codesourcery.com>
246 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
247 instead of __BYTE_ORDER.
248 * sysdeps/mips/memset.S: Likewise.
250 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
251 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
253 2012-04-24 Joseph Myers <joseph@codesourcery.com>
255 * sysdeps/unix/mips/fork.S: Remove file.
257 2012-04-24 Mike Frysinger <vapier@gentoo.org>
259 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
260 (ldd_rewrite_script): Change $dest to $dir.
261 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
263 2012-04-21 Joseph Myers <joseph@codesourcery.com>
265 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
266 sysdeps/unix/sysv/linux/arm/readahead.c not
267 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
269 2012-03-28 Joseph Myers <joseph@codesourcery.com>
271 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
272 (MAP_HUGETLB): Likewise.
274 2012-03-27 Joseph Myers <joseph@codesourcery.com>
276 * sysdeps/mips/elf/start.S: Moved to ...
277 * sysdeps/mips/start.S: ...here.
278 * sysdeps/mips/elf/configure.in: Moved to ...
279 * sysdeps/mips/configure.in: ...here. Update comment.
280 * sysdeps/mips/configure: New generated file.
282 2012-03-20 Joseph Myers <joseph@codesourcery.com>
284 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
285 instead of <stdio-common/_itoa.h>.
287 2012-03-10 Paul Eggert <eggert@cs.ucla.edu>
290 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
293 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
296 Replace FSF snail mail address with URLs, as per GNU coding standards.
298 2012-03-09 Joseph Myers <joseph@codesourcery.com>
300 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
301 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
303 2012-02-27 Joseph Myers <joseph@codesourcery.com>
305 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
306 declare recvmmsg and sendmmsg.
308 2012-02-27 Joseph Myers <joseph@codesourcery.com>
310 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
311 Change union tag to pthread_attr_t. Only define typedef if not
313 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
314 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
315 typedef if not already defined.
317 2012-02-26 Joseph Myers <joseph@codesourcery.com>
319 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
320 siginfo_t struct. Add forward declaration of pthread_attr_t and
322 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
323 pthread_attr_t union.
325 2012-02-21 Joseph Myers <joseph@codesourcery.com>
327 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
328 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
329 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
330 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
332 2012-02-20 Andreas Schwab <schwab@linux-m68k.org>
334 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
337 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
339 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
340 matching the array in dl-procinfo.c.
342 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
344 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
345 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
346 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
348 2012-02-15 Robert Millan <rmh@gnu.org>
351 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
352 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
354 2012-02-15 Robert Millan <rmh@gnu.org>
357 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
358 * sysdeps/mips/sys/tas.h: ... here.
360 2012-02-15 Robert Millan <rmh@gnu.org>
363 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
364 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
365 * sysdeps/unix/mips/entry.h: ... here.
367 2012-02-15 Robert Millan <rmh@gnu.org>
370 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
372 * sysdeps/mips/dl-procinfo.c: New file.
373 * sysdeps/mips/dl-procinfo.h: Likewise.
375 2012-02-15 Joseph Myers <joseph@codesourcery.com>
377 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
378 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
380 2012-02-15 Viju Vincent <vijuvince@gmail.com>
382 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
383 around calls to _dl_lookup_symbol_x.
385 2012-02-13 Joseph Myers <joseph@codesourcery.com>
387 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
388 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
390 2012-02-13 Joseph Myers <joseph@codesourcery.com>
392 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
393 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
395 2012-02-10 Joseph Myers <joseph@codesourcery.com>
397 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
398 for sysdeps/generic/initfini.c.
399 * sysdeps/mips/mips32/crtn.S: Likewise.
400 * sysdeps/mips/mips64/n32/crti.S: Likewise.
401 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
402 * sysdeps/mips/mips64/n64/crti.S: Likewise.
403 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
404 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
405 (CFLAGS-pt-initfini.s): Likewise.
406 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
409 2012-01-26 Joseph Myers <joseph@codesourcery.com>
411 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
412 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
413 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
414 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
416 2012-01-08 Joseph Myers <joseph@codesourcery.com>
418 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
419 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
420 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
421 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
422 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
423 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
424 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
426 2012-01-07 Joseph Myers <joseph@codesourcery.com>
428 * sysdeps/mips/nptl/shlib-versions: New.
430 2012-01-07 Joseph Myers <joseph@codesourcery.com>
432 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
434 2012-01-04 Tom de Vries <tom@codesourcery.com>
436 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
439 2012-01-03 Tom de Vries <tom@codesourcery.com>
441 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
442 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
444 2011-12-22 Joseph Myers <joseph@codesourcery.com>
446 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
447 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
449 (syscall-list-variants, syscall-list-includes)
450 (syscall-list-o32-options, syscall-list-o32-condition)
451 (syscall-list-n32-options, syscall-list-n32-condition)
452 (syscall-list-n64-options, syscall-list-n64-condition): Define.
453 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
455 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
456 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
458 2011-12-22 Joseph Myers <joseph@codesourcery.com>
461 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
462 (EPOLLET): Initialize with unsigned values.
464 2011-12-19 Joseph Myers <joseph@codesourcery.com>
466 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
467 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
469 2011-11-17 Joseph Myers <joseph@codesourcery.com>
471 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
472 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
474 2011-11-11 Joseph Myers <joseph@codesourcery.com>
476 * sysdeps/mips/dl-lookup.c: Update from generic version.
478 2011-10-12 Joseph Myers <joseph@codesourcery.com>
480 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
481 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
482 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
484 2011-10-05 Andreas Schwab <schwab@redhat.com>
486 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
487 (elf_machine_lazy_rel): Add parameter skip_ifunc.
489 2011-09-13 Joseph Myers <joseph@codesourcery.com>
491 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
492 return value to (struct cmsghdr *).
494 2011-09-13 Joseph Myers <joseph@codesourcery.com>
496 * sysdeps/mips/elf/configure.in: Always test for TLS support and
497 error out in case it is missing.
498 * sysdeps/mips/elf/configure: Regenerate.
499 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
501 2011-09-11 Joseph Myers <joseph@codesourcery.com>
503 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
504 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
506 2011-09-06 Joseph Myers <joseph@codesourcery.com>
509 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
511 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
512 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
514 2011-08-02 Matt Turner <mattst88@gmail.com>
516 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
518 2011-07-25 Joseph Myers <joseph@codesourcery.com>
520 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
523 2011-06-20 Joseph Myers <joseph@codesourcery.com>
525 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
526 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
528 2011-06-20 Joseph Myers <joseph@codesourcery.com>
530 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
531 mention raise in the comment.
533 2011-05-23 Aurelien Jarno <aurelien@aurel32.net>
535 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
538 2011-05-13 Joseph Myers <joseph@codesourcery.com>
540 * sysdeps/mips/dl-lookup.c: Update from generic version.
542 2011-05-10 Joseph Myers <joseph@codesourcery.com>
544 * sysdeps/mips/dl-lookup.c: Update from generic version.
546 2011-04-11 Joseph Myers <joseph@codesourcery.com>
548 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
550 2011-04-01 Joseph Myers <joseph@codesourcery.com>
552 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
553 to open_by_handle_at.
555 2011-04-01 Joseph Myers <joseph@codesourcery.com>
557 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
559 2011-04-01 Joseph Myers <joseph@codesourcery.com>
561 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
562 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
563 open_by_handle. Augment a few comments.
565 2011-04-01 Joseph Myers <joseph@codesourcery.com>
567 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
569 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
570 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
571 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
572 sync_file_range as cancellation point.
573 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
574 sync_file_range as cancellation point.
576 2011-04-01 Joseph Myers <joseph@codesourcery.com>
578 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
581 2011-03-22 Joseph Myers <joseph@codesourcery.com>
583 * sysdeps/mips/dl-lookup.c: Update from generic version.
585 2011-01-25 Joseph Myers <joseph@codesourcery.com>
587 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
588 MADV_NOHUGEPAGE): Define.
590 2011-01-25 Joseph Myers <joseph@codesourcery.com>
592 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
593 PF_CAIF, PF_ALG): Define.
595 2010-12-30 Joseph Myers <joseph@codesourcery.com>
597 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
598 NO_CTORS_DTORS_SECTIONS is defined.
599 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
601 2010-12-21 Joseph Myers <joseph@codesourcery.com>
603 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
605 2010-12-06 Matt Turner <mattst88@gmail.com>
607 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
609 2010-12-06 Joseph Myers <joseph@codesourcery.com>
611 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
613 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
615 2010-10-21 Joseph Myers <joseph@codesourcery.com>
617 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
618 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
619 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
622 2010-10-11 Joseph Myers <joseph@codesourcery.com>
624 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
626 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
628 2010-08-13 Joseph Myers <joseph@codesourcery.com>
630 * sysdeps/unix/sysv/linux/mips/kernel-features.h
631 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
633 2010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
635 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
637 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
639 2010-08-13 Joseph Myers <joseph@codesourcery.com>
641 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
643 2010-08-12 Joseph Myers <joseph@codesourcery.com>
645 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
646 struct statfs64): Add f_flags field.
648 2010-08-12 Joseph Myers <joseph@codesourcery.com>
650 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
653 2010-08-12 Joseph Myers <joseph@codesourcery.com>
655 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
657 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
658 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
659 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
662 2010-06-14 Joseph Myers <joseph@codesourcery.com>
664 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
665 F_GETPIPE_SZ): Define.
667 2010-05-21 Joseph Myers <joseph@codesourcery.com>
669 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
670 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
672 2010-04-14 Joseph Myers <joseph@codesourcery.com>
674 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
676 2010-04-06 Joseph Myers <joseph@codesourcery.com>
678 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
679 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
680 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
683 2010-03-30 Joseph Myers <joseph@codesourcery.com>
685 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
688 2010-03-24 Joseph Myers <joseph@codesourcery.com>
690 * sysdeps/mips/dl-lookup.c: Update from generic version.
692 2010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
695 * sysdeps/mips/bits/atomic.h
696 (__arch_compare_and_exchange_xxx_32_int,
697 __arch_compare_and_exchange_xxx_64_int,
698 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
699 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
700 Specify *mem as asm output as well as input.
702 2010-02-10 Joseph Myers <joseph@codesourcery.com>
704 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
706 2010-01-28 Joseph Myers <joseph@codesourcery.com>
708 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
709 _dl_runtime_pltresolve): Calculate offset from start of function
710 to .cpload instead of hardcoding instruction size.
712 2010-01-11 Joseph Myers <joseph@codesourcery.com>
714 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
717 2010-01-11 Joseph Myers <joseph@codesourcery.com>
719 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
720 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
722 2010-01-10 Joseph Myers <joseph@codesourcery.com>
724 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
725 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
727 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
730 2009-12-16 Joseph Myers <joseph@codesourcery.com>
733 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
734 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
736 2009-12-16 Joseph Myers <joseph@codesourcery.com>
738 * sysdeps/mips/dl-lookup.c: Update from generic version.
740 2009-12-15 Joseph Myers <joseph@codesourcery.com>
742 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
743 O_DSYNC to match 2.6.33+ kernels.
745 2009-12-09 Joseph Myers <joseph@codesourcery.com>
747 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
750 2009-12-01 Joseph Myers <joseph@codesourcery.com>
752 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
753 (posix_fadvise): Remove.
754 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
755 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
756 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
758 2009-12-01 Joseph Myers <joseph@codesourcery.com>
760 * sysdeps/mips/dl-lookup.c: Update from generic version.
762 2009-11-23 Joseph Myers <joseph@codesourcery.com>
764 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
765 for timestamps also if __USE_XOPEN2K8.
767 2009-11-19 Joseph Myers <joseph@codesourcery.com>
769 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
770 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
772 2009-11-18 Joseph Myers <joseph@codesourcery.com>
774 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
775 names of parameters of sync_file_range.
777 2009-11-17 Joseph Myers <joseph@codesourcery.com>
780 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
781 constants from recent kernels.
783 2009-11-17 Joseph Myers <joseph@codesourcery.com>
785 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
788 2009-11-14 Joseph Myers <joseph@codesourcery.com>
790 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
791 F_GETOWN_EX): Update values.
793 2009-11-06 Joseph Myers <joseph@codesourcery.com>
795 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
796 of last two arguments when -D_FILE_OFFSET_BITS=64.
798 2009-10-29 Joseph Myers <joseph@codesourcery.com>
800 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
803 2009-10-03 Joseph Myers <joseph@codesourcery.com>
805 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
808 2009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
810 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
811 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
812 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
813 (__SYSCALL_CLOBBERS): Likewise.
814 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
815 (__SYSCALL_CLOBBERS): Likewise.
817 2009-08-05 Joseph Myers <joseph@codesourcery.com>
819 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
820 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
821 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
822 variable for env. Use expansion of CHECK_SP macro for check.
823 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
825 2009-08-03 Joseph Myers <joseph@codesourcery.com>
827 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
828 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
830 2009-07-20 Aurelien Jarno <aurelien@aurel32.net>
832 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
833 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
835 2009-07-17 Joseph Myers <joseph@codesourcery.com>
837 * sysdeps/mips/do-lookup.h: Remove.
838 * sysdeps/mips/dl-lookup.c: Update from generic version, with
839 non-PIC handling integrated.
841 2009-06-18 Joseph Myers <joseph@codesourcery.com>
843 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
846 2009-05-16 Joseph Myers <joseph@codesourcery.com>
848 * sysdeps/mips/____longjmp_chk.c: New file.
849 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
851 * sysdeps/mips64/__longjmp.c: Likewise.
853 2009-05-16 Joseph Myers <joseph@codesourcery.com>
855 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
856 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
857 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
858 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
860 2009-05-16 Joseph Myers <joseph@codesourcery.com>
862 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
863 fallocate64@@GLIBC_2.11.
865 2009-05-14 Joseph Myers <joseph@codesourcery.com>
867 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
868 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
870 2009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
872 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
873 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
874 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
875 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
876 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
878 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
879 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
880 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
883 2009-04-18 Joseph Myers <joseph@codesourcery.com>
885 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
886 __ASSUME_PWRITEV): Don't define here.
888 2009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
890 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
892 2009-04-09 Joseph Myers <joseph@codesourcery.com>
894 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
896 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
898 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
901 2009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
903 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
904 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
906 2009-03-18 Zhang Le <r0bertz@gentoo.org>
909 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
910 Fix the condition used to annotate n32 objects.
912 2009-03-17 Joseph Myers <joseph@codesourcery.com>
914 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
915 Change parameters and use next_line.
917 2009-03-17 Joseph Myers <joseph@codesourcery.com>
919 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
920 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
921 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
923 2009-03-15 Joseph Myers <joseph@codesourcery.com>
925 * sysdeps/mips/bits/link.h: Uglify function parameter names.
926 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
927 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
928 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
929 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
931 2009-03-03 Joseph Myers <joseph@codesourcery.com>
933 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
936 2009-02-26 Joseph Myers <joseph@codesourcery.com>
938 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
939 UTIME_OMIT only with __USE_ATFILE.
941 2009-02-13 Joseph Myers <joseph@codesourcery.com>
944 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
945 inotify_rm_watch should have type int.
947 2009-02-02 Joseph Myers <joseph@codesourcery.com>
949 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
951 2009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
952 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
955 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
956 variable page size for MIPS.
957 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
958 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
959 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
961 2009-01-12 Joseph Myers <joseph@codesourcery.com>
963 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
964 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
967 2009-01-12 Joseph Myers <joseph@codesourcery.com>
969 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
970 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
972 2008-12-19 Joseph Myers <joseph@codesourcery.com>
974 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
975 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
976 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
977 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
979 2008-12-09 Joseph Myers <joseph@codesourcery.com>
981 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
982 Make available only for __USE_GNU.
984 2008-12-03 Joseph Myers <joseph@codesourcery.com>
986 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
987 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
989 2008-11-25 Joseph Myers <joseph@codesourcery.com>
991 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
992 __THROW vs. __nonnull order for C++.
994 2008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
996 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
997 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
998 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1000 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
1001 Daniel Jacobowitz <dan@codesourcery.com>
1002 Richard Sandiford <rdsandiford@googlemail.com>
1004 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1005 * sysdeps/mips/dl-lookup.c: New.
1006 * sysdeps/mips/do-lookup.h: New.
1007 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1009 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1011 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1012 (elf_machine_type_class): Likewise.
1013 (ELF_MACHINE_PLT_REL): Define.
1014 (elf_machine_fixup_plt): New.
1015 (elf_machine_plt_value): New.
1016 (elf_machine_reloc): Handle jump slot and copy relocations.
1017 (elf_machine_lazy_rel): Point relocation place at PLT if
1019 (RESOLVE_GOTSYM): Take a relocation type argument.
1020 (elf_machine_got_rel): Bind lazy stubs directly to their target if
1021 !lazy. Skip lazy binding for PLT symbols.
1022 (elf_machine_runtime_setup): Fill in .got.plt header.
1023 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1024 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1025 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1026 (_dl_runtime_pltresolve): New.
1027 * sysdeps/mips/bits/linkmap.h: New file.
1028 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
1031 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1033 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1034 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1035 (PSEUDO): Use them. Move outside __PIC__.
1037 (CENABLE, CDISABLE): Use it.
1039 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1041 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1044 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1046 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1047 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1048 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1049 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1050 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1051 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1052 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1054 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1056 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1059 2008-07-18 Joseph Myers <joseph@codesourcery.com>
1061 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1064 2008-05-21 Joseph Myers <joseph@codesourcery.com>
1066 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1067 (SOCK_DCCP): Define.
1069 2008-05-01 Joseph Myers <joseph@codesourcery.com>
1071 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1072 RUSAGE_THREAD and RUSAGE_LWP.
1074 2008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1076 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1079 2008-04-21 Khem Raj <kraj@mvista.com>
1081 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1083 2008-04-02 Aurelien Jarno <aurelien@aurel32.net>
1085 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1086 truncate and ftruncate systems calls.
1087 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1089 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1091 2008-03-28 Joseph Myers <joseph@codesourcery.com>
1093 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1094 ARG_MAX if <linux/limits.h> has defined it.
1096 2008-03-28 Robin Randhawa <robin@mips.com>
1098 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1099 barriers to enforce strict ordering on weakly ordered systems.
1101 2008-03-26 David Stephenson <david.stephenson@sicortex.com>
1102 Daniel Jacobowitz <dan@codesourcery.com>
1104 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1105 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1106 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1108 2008-03-09 Andreas Jaeger <aj@suse.de>
1111 * sysdeps/mips/ieee754.h: Use protected namespace
1112 __BIG_ENDIAN/__LITTLE_ENDIAN.
1113 Patch by Aurelien Jarno <aurelien@aurel32.net>.
1115 2008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1117 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1118 Reorganize to match other architectures. Replace _timer._timer1
1119 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1120 _timer.si_sigval. Correct the type of _sigpoll.si_band.
1121 (si_timerid, si_overrun): Define.
1122 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1123 (__pthread_attr_s): Remove declaration.
1124 (struct sigevent): Remove XXX. Add _tid.
1126 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1128 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1130 2007-09-25 Joseph Myers <joseph@codesourcery.com>
1132 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1133 type and __THROW marker of splice, vmsplice, and tee.
1135 2007-09-12 Joseph Myers <joseph@codesourcery.com>
1137 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1138 LLL_PRIVATE argument to lll_futex_wake.
1139 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1140 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1142 (PF_IUCV, PF_RXRPC): Define.
1144 (AF_IUCV, AF_RXRPC): Define.
1145 (MSG_CMSG_CLOEXEC): Define.
1146 (_EXTERN_INLINE): Define to __extern_inline.
1147 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1148 UTIME_OMIT): Define.
1149 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1150 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1151 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1152 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1153 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1154 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
1155 LLL_LOCK_*. Include <kernel-features.h>.
1156 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1157 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1158 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1159 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1161 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1162 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1164 (__lll_robust_trylock): Convert to macro.
1165 (__lll_robust_lock_wait): Add private argument.
1166 (__lll_lock_wait_private, __lll_lock_wait): Declare.
1167 (__lll_lock): Convert to macro. Take private argument.
1168 (__lll_cond_lock): Likewise.
1169 (lll_lock, lll_cond_lock): Take private arguments.
1170 (__lll_robust_lock): Take private argument. Convert to macro.
1171 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1172 lll_robust_cond_lock): Take private arguments.
1173 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1175 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1176 (lll_timedlock, lll_robust_timedlock): Take private arguments.
1177 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
1179 (lll_unlock, lll_robust_unlock): Take private arguments.
1180 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1181 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1182 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1183 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1184 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1185 lll_cond_wake, lll_cond_broadcast): Remove.
1186 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1189 2007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
1191 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1192 New macros for the (n)64 and n32 ABIs.
1193 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1195 2007-07-13 Carlos O'Donell <carlos@codesourcery.com>
1197 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1198 Define __WORDSIZE_COMPAT32 as 1.
1200 2007-07-13 Joseph Myers <joseph@codesourcery.com>
1202 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1203 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
1206 2007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
1208 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1210 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1213 2007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1215 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1216 (internal_syscall1, internal_syscall2, internal_syscall3,
1217 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1219 2007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
1221 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1222 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1223 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1224 THREAD_GSCOPE_WAIT): Define.
1225 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1226 (FUTEX_PRIVATE_FLAG): Define.
1227 (lll_unlock_wake_cb): Delete prototype.
1228 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1230 (pthread_rwlock_t): Shrink __flags and add __shared.
1232 2007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1234 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1235 (posix_fadvise): Fix high word of len argument.
1237 2007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1239 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1240 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1241 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1242 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1243 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1244 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1246 2007-05-23 Joseph Myers <joseph@codesourcery.com>
1248 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1249 * sysdeps/mips/mips64/n64/Implies: Likewise.
1250 * sysdeps/mips/mips64/soft-fp/Makefile: New.
1251 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1252 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1253 <fpu_control.h>. Use hardware exception and rounding mode
1256 2007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
1258 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1259 r_info argument to ElfW(Addr).
1261 2007-02-01 Joseph Myers <joseph@codesourcery.com>
1263 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1265 2007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1266 Daniel Jacobowitz <dan@codesourcery.com>
1268 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1270 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1271 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1272 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1274 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1276 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1277 PTR_DEMANGLE): Define.
1278 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1279 PTR_DEMANGLE): Define.
1280 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1281 PTR_DEMANGLE): Define.
1283 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1285 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1286 (cfi_same_value): Delete definition.
1288 2007-01-08 Richard Sandiford <richard@codesourcery.com>
1290 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1291 (elf_machine_reloc): New function, retaining the body of
1292 elf_machine_rel. Take the reloc's r_info field as an argument,
1293 not the reloc itself. Add extra r_addend and inplace_p arguments.
1294 When inplace_p is false, use r_addend as the addend, not the contents
1295 of the relocation field. Hoist the conversion of reloc_addr to
1296 "ELFW(Addr) *". Don't try to apply TLS relocations against
1297 undefined symbols. Add R_MIPS_GLOB_DAT support.
1298 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1299 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1302 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1304 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
1305 multiple inclusion guard.
1306 * sysdeps/mips/elf/ldsodefs.h: Delete file.
1308 2007-01-04 Thiemo Seufer <ths@networkno.de>
1310 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1311 to match the kernel.
1313 2006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
1315 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1316 (RTLD_SINGLE_THREAD_P): Define.
1317 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1319 2006-10-31 Joseph Myers <joseph@codesourcery.com>
1321 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1324 2006-09-22 Richard Sandiford <richard@codesourcery.com>
1326 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1328 (__xstat_conv): Use memset to clear padding arrays. Check for
1330 (__xstat64_conv): Use memset to clear padding arrays.
1331 (__xstat32_conv): New function.
1332 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1333 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1335 2006-09-21 Joseph Myers <joseph@codesourcery.com>
1337 * sysdeps/mips/fpu_control.h: If soft-float, don't use
1338 floating-point registers.
1339 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1340 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1343 2006-08-04 Joseph Myers <joseph@codesourcery.com>
1345 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1346 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1348 2006-07-24 Joseph Myers <joseph@codesourcery.com>
1350 * sysdeps/mips/mips64/n32/libm-test-ulps,
1351 sysdeps/mips/mips64/n64/libm-test-ulps: New.
1353 2006-07-24 Joseph Myers <joseph@codesourcery.com>
1355 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1356 defined, include the named file.
1358 2006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
1360 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1361 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1364 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1366 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1367 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
1370 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1372 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1373 Don't use struct timespec.
1374 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1375 __xstat64_conv): Copy individual timespec fields.
1377 2006-06-02 Richard Sandiford <richard@codesourcery.com>
1379 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1381 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1383 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1384 * sysdeps/mips/fpu/fesetround.c: Likewise.
1386 2006-05-10 Richard Sandiford <richard@codesourcery.com>
1387 Daniel Jacobowitz <dan@codesourcery.com>
1389 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1390 dump sc_cause, sc_status or sc_badvaddr.
1391 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
1392 structure definitions after DSP kernel changes.
1393 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1394 after the same DSP changes.
1396 2006-05-08 Richard Sandiford <richard@codesourcery.com>
1398 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1399 st_atim, st_mtim and st_ctim interface.
1400 (struct stat64): Likewise.
1401 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1402 Replace st_atime and its padding field with st_atim. Likewise
1403 st_mtime/st_mtim and st_ctime/st_ctim.
1404 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1405 after above changes.
1406 (__xstat64_conv): Likewise.
1408 2006-05-08 Richard Sandiford <richard@codesourcery.com>
1410 * sysdeps/mips/ldsodefs.h: New file.
1411 * sysdeps/mips/tst-audit.h: New file.
1413 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1415 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1416 for consistency with other ports.
1417 (MADV_REMOVE): Correct value.
1418 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1419 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1420 POSIX_MADV_DONTNEED): Define.
1422 2006-05-05 Lior Balkohen <balkohen@gmail.com>
1424 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1425 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1426 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1427 and SYNC_FILE_RANGE_WAIT_AFTER.
1428 Declare sync_file_range, vmsplice, splice and tee.
1430 2006-03-27 Lior Balkohen <balkohen@gmail.com>
1432 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1433 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
1436 2006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1438 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1441 2006-03-27 Denis Barbier <barbier@linuxfr.org>
1443 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1446 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1448 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1451 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1453 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1454 libc_cv_localedir, libdir, arch_minimum_kernel, and
1455 libc_cv_gcc_unwind_find_fde.
1456 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1457 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1458 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1460 2006-03-02 Lior Balkohen <balkohen@gmail.com>
1462 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1463 (__pthread_list_t, __pthread_slist_t): New typedefs.
1464 (pthread_mutex_t): Replace __next and __prev fields with __list.
1465 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1466 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1467 (lll_futex_wake_unlock): Define.
1468 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1469 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1470 lll_robust_mutex_unlock): New macros.
1471 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1472 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1474 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1476 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1478 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1479 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1481 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1483 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1484 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1485 (INTERNAL_SYSCALL_NCS): New.
1486 (internal_syscall0, internal_syscall1, internal_syscall2,
1487 internal_syscall3, internal_syscall4, internal_syscall5,
1488 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1489 Use them. Correct types for registers.
1490 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1491 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1492 (INTERNAL_SYSCALL_NCS): New.
1493 (internal_syscall0, internal_syscall1, internal_syscall2,
1494 internal_syscall3, internal_syscall4, internal_syscall5,
1495 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1497 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1498 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
1500 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1501 Use Elf(Addr) for TLS relocation targets.
1502 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1503 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1504 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1505 futexp to long for n64.
1506 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1508 2006-02-20 Roland McGrath <roland@redhat.com>
1510 * sysdeps/mips/shlib-versions: New file.
1511 * sysdeps/mips/preconfigure: New file.
1512 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.