1 2013-04-02 Thomas Schwinge <thomas@codesourcery.com>
3 * sysdeps/mips/math_private.h: New file.
5 2013-03-20 Joseph Myers <joseph@codesourcery.com>
7 * sysdeps/unix/sysv/linux/mips/configure.in (default-abi): Set
9 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
10 * sysdeps/unix/sysv/linux/mips/Makefile: Do not include
13 2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
15 * sysdeps/unix/sysv/linux/mips/bits/mman.h [__USE_MISC]
16 (MAP_ANONYMOUS): Don't define.
18 2013-03-06 Andreas Jaeger <aj@suse.de>
20 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Remove all defines
21 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
22 (__MAP_ANONYMOUS): Define.
24 * sysdeps/unix/sysv/linux/mips/bits/msq.h (MSG_COPY): Define.
26 2013-02-27 Chung-Lin Tang <cltang@codesourcery.com>
27 Maciej W. Rozycki <macro@codesourcery.com>
28 Maxim Kuvyrkov <maxim@codesourcery.com>
30 * sysdeps/mips/abort-instr.h (ABORT_INSTRUCTION) [__mips16]:
32 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Add
33 MIPS16 version of assembly code.
34 (RTLD_START) [__mips16]: New macro.
35 * sysdeps/mips/fpu_control.h (__mips_fpu_getcw): New prototype.
36 (__mips_fpu_setcw): Likewise.
37 (_FPU_GETCW) [__mips16]: New macro.
38 (_FPU_SETCW) [__mips16]: Likewise.
39 * sysdeps/mips/machine-gmon.h (MCOUNT): Add `.set nomips16'.
40 * sysdeps/mips/tls-macros.h (LOAD_GP) [__mips16]: New macro.
41 (TLS_GD, TLS_LD, TLS_IE, TLS_LE) [__mips16]: Likewise.
42 * sysdeps/mips/bits/atomic.h: Also use __atomic_* builtins with
43 GCC 4.7 in MIPS16 code.
44 (atomic_compare_and_exchange_val_acq) [__mips16]: New macro.
45 (atomic_compare_and_exchange_bool_acq) [__mips16]: Likewise.
46 (atomic_exchange_acq) [__mips16]: Likewise.
47 (atomic_exchange_and_add) [__mips16]: Likewise.
48 (atomic_bit_test_set) [__mips16]: Likewise.
49 (atomic_and, atomic_and_val) [__mips16]: Likewise.
50 (atomic_or, atomic_or_val) [__mips16]: Likewise.
51 (atomic_full_barrier) [__mips16]: Likewise.
52 * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER) [__mips16]:
54 * sysdeps/mips/sys/tas.h (_test_and_set): Add `__nomips16__'
56 * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO): Add
58 (PSEUDO_ERRVAL): Likewise.
59 * sysdeps/unix/mips/mips32/sysdep.h (PSEUDO): Likewise.
60 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Likewise.
61 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Likewise.
62 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
63 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS) [__mips16]: New macros.
64 (INTERNAL_SYSCALL_MIPS16) [__mips16]: Likewise.
65 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h:
67 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO):
69 * sysdeps/mips/bsd-_setjmp.S (_setjmp): Likewise.
70 * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
71 * sysdeps/mips/memset.S (memset): Likewise.
72 * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
73 * sysdeps/mips/start.S (ENTRY_POINT) [__mips16]: New function.
74 * sysdeps/mips/mips32/crti.S: Add `.set nomips16'.
75 * sysdeps/mips/mips32/crtn.S: Likewise.
76 * sysdeps/mips/mips64/n32/crti.S: Likewise.
77 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
78 * sysdeps/mips/mips64/n64/crti.S: Likewise.
79 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
80 * sysdeps/unix/mips/sysdep.S: Likewise.
81 * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
82 * sysdeps/unix/sysv/linux/mips/getcontext.S: Likewise.
83 * sysdeps/unix/sysv/linux/mips/makecontext.S: Likewise.
84 * sysdeps/unix/sysv/linux/mips/setcontext.S: Likewise.
85 * sysdeps/unix/sysv/linux/mips/swapcontext.S: Likewise.
86 * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
87 * sysdeps/mips/__longjmp.c (__longjmp): Rename function to...
88 (____longjmp): ... this. Make static and add `nomips16'
90 (__longjmp): New alias.
91 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve) [__mips16]:
93 (_dl_runtime_pltresolve): Likewise.
94 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Add `nomips16'
96 * sysdeps/mips/fpu/e_sqrt.c (__ieee754_sqrt): Likewise.
97 * sysdeps/mips/fpu/e_sqrtf.c (__ieee754_sqrtf): Likewise.
98 * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Rewrite in terms
100 * sysdeps/mips/mips32/fpu/fpu_control.c: New file.
101 * sysdeps/mips/mips32/mips16/add_n.c: New file.
102 * sysdeps/mips/mips32/mips16/addmul_1.c: New file.
103 * sysdeps/mips/mips32/mips16/lshift.c: New file.
104 * sysdeps/mips/mips32/mips16/mul_1.c: New file.
105 * sysdeps/mips/mips32/mips16/rshift.c: New file.
106 * sysdeps/mips/mips32/mips16/sub_n.c: New file.
107 * sysdeps/mips/mips32/mips16/submul_1.c: New file.
108 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c:
110 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c:
112 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c:
114 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c:
116 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c:
118 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c:
120 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c:
122 * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.c:
124 * sysdeps/mips/mips32/fpu/Versions: New file.
125 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Versions: New file.
126 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: New
128 * sysdeps/mips/mips32/mips16/fpu/Makefile: New file.
129 * sysdeps/unix/sysv/linux/mips/mips32/mips16/Makefile: New file.
130 * sysdeps/mips/preconfigure: Handle o32 MIPS16 compilation.
132 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
134 * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
135 __attribute__ ((unused)) to __attribute__ ((__unused__)).
137 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Sort
140 * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
141 __attribute_used__ to __attribute__ ((unused)).
143 * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Add
146 * sysdeps/mips/bits/nan.h: Align to generic IEEE 754 file.
148 2013-02-19 Joseph Myers <joseph@codesourcery.com>
151 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
152 (FUTEX_WAIT_REQUEUE_PI): Define.
153 (FUTEX_CMP_REQUEUE_PI): Likewise.
154 (lll_futex_wait_requeue_pi): Likewise.
155 (lll_futex_timed_wait_requeue_pi): Likewise.
156 (lll_futex_cmp_requeue_pi): Likewise.
158 2013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
160 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
161 __cxa_thread_atexit_impl.
162 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
164 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
167 2013-02-13 Joseph Myers <joseph@codesourcery.com>
170 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c (__fxstat64): Do
172 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c (__fxstatat64):
174 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c (__lxstat64):
176 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c (__xstat64):
178 * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
181 2013-02-11 Joseph Myers <joseph@codesourcery.com>
183 * sysdeps/mips/include/sys/asm.h: New file.
184 * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use SETUP_GP64_REG
185 and RESTORE_GP64_REG.
186 * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
187 * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Likewise.
188 * sysdeps/mips/sys/asm.h (__mips_cfi_startproc): Define to empty.
189 (__mips_cfi_endproc): Likewise.
190 (LEAF): Use __mips_cfi_startproc.
192 (END): Use __mips_cfi_endproc.
193 (EXPORT): Use __mips_cfi_startproc.
194 * sysdeps/unix/mips/mips32/sysdep.h (PSEUDO): Add CFI information
195 for error-handling code in both definitions.
196 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Likewise.
197 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Likewise.
198 * sysdeps/unix/mips/sysdep.h (ENTRY): Use cfi_startproc.
199 (END): Use cfi_endproc.
200 (PSEUDO_END): Likewise.
201 (PSEUDO_END_NOERRNO): Likewise.
202 (PSEUDO_END_ERRVAL): Likewise.
203 * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Add CFI
204 information. Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
205 * sysdeps/unix/sysv/linux/mips/getcontext.S (__getcontext):
207 * sysdeps/unix/sysv/linux/mips/makecontext.S (__makecontext):
209 * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
210 SETUP_GP64_REG and RESTORE_GP64_REG.
211 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
212 [(!NOT_IN_libc || IS_IN_libpthread || IS_IN_librt) && __PIC__]
213 (PSEUDO): Use cfi_endproc before ENTRY.
214 * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Add CFI
215 information. Use SETUP_GP64_REG and RESTORE_GP64_REG.
216 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h [(!NOT_IN_libc
217 || IS_IN_libpthread || IS_IN_librt) && __PIC__] (PSEUDO): Use
218 cfi_endproc before ENTRY.
219 * sysdeps/unix/sysv/linux/mips/setcontext.S (__setcontext): Add
220 CFI information. Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
221 * sysdeps/unix/sysv/linux/mips/swapcontext.S (__swapcontext):
223 * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Add CFI
224 information. Use SETUP_GP64_REG and RESTORE_GP64_REG.
226 2013-02-08 Joseph Myers <joseph@codesourcery.com>
229 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: Don't include
231 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
232 (__libc_pread): Don't use CHECK_N.
233 * sysdeps/unix/sysv/linux/mips/pread64.c: Don't include
235 (__libc_pread64): Don't use CHECK_N.
236 * sysdeps/unix/sysv/linux/mips/pwrite.c: Don't include
238 (__libc_pwrite): Don't use CHECK_N.
239 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Don't include
241 (__libc_pwrite64): Don't use CHECK_N.
243 * sysdeps/mips/add_n.S (__mpn_add_n): Use END.
244 * sysdeps/mips/bsd-_setjmp.S (_setjmp): Likewise.
245 * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
246 * sysdeps/mips/mips64/add_n.S (__mpn_add_n): Use ENTRY and END.
247 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Likewise.
248 * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use END.
249 * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
250 * sysdeps/mips/mips64/lshift.S (__mpn_lshift): Use ENTRY and END.
251 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Likewise.
252 * sysdeps/mips/mips64/rshift.S (__mpn_rshift): Likewise.
253 * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Use END.
254 * sysdeps/mips/mips64/sub_n.S (__mpn_sub_n): Use ENTRY and END.
255 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Likewise.
256 * sysdeps/mips/setjmp.S (__sigsetjmp): Use END.
259 * sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: Do not include
261 (__msgctl): Do not use CHECK_1.
262 * sysdeps/unix/sysv/linux/mips/mips64/shmctl.c: Do not include
264 (__shmctl): Do not use CHECK_1.
265 * sysdeps/unix/sysv/linux/mips/ustat.c: Do not include
267 (ustat): Do not use CHECK_1.
269 2013-02-05 Maciej W. Rozycki <macro@codesourcery.com>
271 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Add a missing
272 space in asm register specifiers throughout.
273 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
274 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
277 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (MOVE32):
279 (INTERNAL_SYSCALL_NCS): Use it. Rewrite to respect the syscall
281 (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
283 (internal_syscall0, internal_syscall1): Likewise.
284 (internal_syscall2, internal_syscall3): Likewise.
285 (internal_syscall4, internal_syscall5): Likewise.
286 (internal_syscall6, internal_syscall7): Likewise.
287 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (MOVE32):
289 (INTERNAL_SYSCALL_NCS): Use it. Rewrite to respect the syscall
291 (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
293 (internal_syscall0, internal_syscall1): Likewise.
294 (internal_syscall2, internal_syscall3): Likewise.
295 (internal_syscall4, internal_syscall5): Likewise.
296 (internal_syscall6): Likewise.
297 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (MOVE32):
299 (INTERNAL_SYSCALL_NCS): Use it. Rewrite to respect the syscall
301 (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
303 (internal_syscall0, internal_syscall1): Likewise.
304 (internal_syscall2, internal_syscall3): Likewise.
305 (internal_syscall4, internal_syscall5): Likewise.
306 (internal_syscall6): Likewise.
308 2013-02-04 Joseph Myers <joseph@codesourcery.com>
311 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: Do not include
313 (truncate64): Do not use CHECK_STRING.
314 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
316 (__fxstatat64): Do not use CHECK_STRING.
317 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Do not include
319 (__lxstat64): Do not use CHECK_STRING.
320 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Do not include
322 (__xstat64): Do not use CHECK_STRING.
324 2013-01-31 Joseph Myers <joseph@codesourcery.com>
327 * sysdeps/unix/sysv/linux/mips/mips64/semctl.c: Don't include
328 <bp-checks.h> and <bp-semctl.h>.
329 (__semctl): Don't use CHECK_SEMCTL.
331 2013-01-29 Maciej W. Rozycki <macro@codesourcery.com>
333 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Correct
334 whitespace damage throughout.
335 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
337 2013-01-25 Steve Ellcey <sellcey@mips.com>
339 * sysdeps/mips/memmove.c: Remove.
341 2013-01-10 Joseph Myers <joseph@codesourcery.com>
343 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h (struct
344 sigcontext): Use __extension__ with long long in all definitions.
346 2013-01-08 Steve Ellcey <sellcey@mips.com>
348 * sysdeps/mips/memcpy.S: Change prefetch hint, reorder partial
349 loads and stores, set and use MAX_PREFETCH_SIZE.
351 2013-01-08 Andreas Jaeger <aj@suse.de>
354 * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): Remove.
356 2013-01-02 Joseph Myers <joseph@codesourcery.com>
358 * All files with FSF copyright notices: Update copyright dates
359 using scripts/update-copyrights.
361 2013-01-01 Joseph Myers <joseph@codesourcery.com>
363 * sysdeps/mips/bits/dlfcn.h: Reformat copyright notice.
364 * sysdeps/mips/bits/mathdef.h: Likewise.
365 * sysdeps/mips/bits/setjmp.h: Likewise.
366 * sysdeps/mips/ieee754/ieee754.h: Likewise.
367 * sysdeps/mips/machine-gmon.h: Likewise.
368 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
369 * sysdeps/mips/mips64/setjmp.S: Likewise.
370 * sysdeps/mips/start.S: Likewise.
371 * sysdeps/unix/mips/mips64/n32/sysdep.h: Likewise.
372 * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
373 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
374 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
376 2012-12-04 Joseph Myers <joseph@codesourcery.com>
378 * sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW):
379 Define to set cw to 0, not just to plain "0" as a statement.
380 [__mips_soft_float] (_FPU_SETCW): Define to (void) (cw), rather
381 than doing nothing with cw.
383 2012-11-30 Joseph Myers <joseph@codesourcery.com>
385 * sysdeps/mips/mips32/libm-test-ulps: Update.
386 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
388 2012-11-29 Joseph Myers <joseph@codesourcery.com>
391 * sysdeps/mips/mips64/n32/_itoa.h: New file.
392 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include
394 (CTX_TYPE): New macro.
397 (CTX_MDHI): Likewise.
398 (CTX_MDLO): Likewise.
399 (REG_HEX_SIZE): Likewise.
400 (hexvalue): Take _ITOA_WORD_TYPE argument.
401 (register_dump): Use these macros instead of hardcoding struct
402 sigcontext * type and accesses and 8-byte textual output for
405 2012-11-22 Joseph Myers <joseph@codesourcery.com>
408 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
409 (sendfile): New syscall entry.
410 * sysdeps/unix/sysv/linux/mips/mips64/n64/sendfile64.c: New file.
411 Copy of ../sysdeps/unix/sysv/linux/wordsize-64/sendfile64.c.
413 2012-11-21 Joseph Myers <joseph@codesourcery.com>
415 * sysdeps/mips/jmpbuf-unwind.h (_jmpbuf_sp): Cast regs[0].__sp to
418 * sysdeps/mips/sotruss-lib.c: New file.
420 2012-11-20 Joseph Myers <joseph@codesourcery.com>
422 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
423 (internal_syscall1): Use parentheses around macro arguments.
424 (internal_syscall2): Likewise.
425 (internal_syscall3): Likewise.
426 (internal_syscall4): Likewise.
427 (internal_syscall5): Likewise.
428 (internal_syscall6): Likewise.
429 (internal_syscall7): Likewise.
430 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
431 (internal_syscall1): Likewise.
432 (internal_syscall2): Likewise.
433 (internal_syscall3): Likewise.
434 (internal_syscall4): Likewise.
435 (internal_syscall5): Likewise.
436 (internal_syscall6): Likewise.
438 * sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
439 _Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer
441 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c (CHECK_SP): Cast
442 ss_sp to long before casting to sp_type.
443 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h [_MIPS_SIM ==
444 _ABIO32] (GET_PC): Cast to unsigned long before casting to a
446 [_MIPS_SIM == _ABIO32] (GET_FRAME): Likewise.
447 [_MIPS_SIM == _ABIO32] (GET_STACK): Likewise.
448 [_MIPS_SIM != _ABIO32] (GET_PC): Likewise.
449 [_MIPS_SIM != _ABIO32] (GET_FRAME): Likewise.
450 [_MIPS_SIM != _ABIO32] (GET_STACK): Likewise.
452 * sysdeps/mips/bits/atomic.h [!__GNUC_PREREQ (4, 8)]
453 (__arch_compare_and_exchange_xxx_8_int): Separate assignments to
454 __prev and __cmp. Cast __cmp to void.
455 [!__GNUC_PREREQ (4, 8)] (__arch_compare_and_exchange_xxx_16_int):
457 [!__GNUC_PREREQ (4, 8) && _MIPS_SIM == _ABIO32]
458 (__arch_compare_and_exchange_xxx_64_int): Likewise.
460 2012-11-19 Joseph Myers <joseph@codesourcery.com>
462 * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Declare VERSION
463 variable with __attribute__ ((unused)).
465 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
466 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
467 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
468 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
469 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
470 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
471 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
472 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
473 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
474 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
475 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
476 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
478 2012-11-17 Joseph Myers <joseph@codesourcery.com>
480 * sysdeps/mips/bits/atomic.h
481 (__arch_compare_and_exchange_bool_8_int): Mark __PREV variable
482 with __attribute__ ((unused)).
483 (__arch_compare_and_exchange_bool_16_int): Likewise.
484 (__arch_compare_and_exchange_bool_32_int): Likewise.
485 (__arch_compare_and_exchange_bool_64_int): Likewise.
487 2012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
489 * sysdeps/mips/memmove.c: New file. Use memcpy for forward memmove.
491 2012-11-05 Joseph Myers <joseph@codesourcery.com>
493 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
494 (lll_futex_timed_wait_bitset): New macro.
496 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
498 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't
499 include <stub-tag.h>.
501 2012-11-03 Joseph Myers <joseph@codesourcery.com>
503 * sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add
507 * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define macro to integer
508 constant usable in #if and use that to give value to enum
510 (FE_UNDERFLOW): Likewise.
511 (FE_OVERFLOW): Likewise.
512 (FE_DIVBYZERO): Likewise.
513 (FE_INVALID): Likewise.
514 (FE_TONEAREST): Likewise.
515 (FE_TOWARDZERO): Likewise.
516 (FE_UPWARD): Likewise.
517 (FE_DOWNWARD): Likewise.
519 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
521 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
523 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
524 (GLIBC_2.17): Add clock_* symbols.
526 2012-10-31 Steve Ellcey <sellcey@mips.com>
528 * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
529 it work in 32 or 64 bit modes.
530 * sysdeps/mips/mips64/memcpy.S: Remove.
532 2012-10-30 Joseph Myers <joseph@codesourcery.com>
535 * sysdeps/mips/tininess.h: New file.
537 2012-10-29 Steve Ellcey <sellcey@mips.com>
539 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
540 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
541 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
542 * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
543 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
544 * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
545 (abi-variants): Add hard and soft float versions.
546 (abi-o32-options): Remove.
547 (abi-o32-condition): Remove.
548 (abi-n32-options): Remove.
549 (abi-n32-condition): Remove.
550 (abi-n64-options): Remove.
551 (abi-n64-condition): Remove.
552 (abi-o32_soft-options): New.
553 (abi-o32_soft-condition): New.
554 (abi-o32_hard-options): New.
555 (abi-o32_hard-condition): New.
556 (abi-n32_soft-options): New.
557 (abi-n32_soft-condition): New.
558 (abi-n32_hard-options): New.
559 (abi-n32_hard-condition): New.
560 (abi-n64_soft-options): New.
561 (abi-n64_soft-condition): New.
562 (abi-n64_hard-options): New.
563 (abi-n64_hard-condition): New.
565 2012-10-19 Roland McGrath <roland@hack.frob.com>
567 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
568 (GLIBC_2.17): Add clock_* symbols.
569 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
571 2012-10-24 Andreas Jaeger <aj@suse.de>
573 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
574 definitions and declarations that are provided by
575 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
577 2012-10-03 Steve Ellcey <sellcey@mips.com>
579 * sysdeps/mips/ieee754.h: Move to...
580 * sysdeps/mips/ieee754/ieee754.h: Here.
581 * sysdeps/mips/mips32/Implies: Add mips/ieee754.
582 * sysdeps/mips/mips64/Implies: Ditto.
583 * sysdeps/mips/mips64/n32/Implies: Ditto.
584 * sysdeps/mips/mips64/n64/Implies: Ditto.
586 2012-10-02 Siddhesh Poyarekar <siddhesh@redhat.com>
588 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
589 flag name in comment to CLONE_CHILD_CLEARTID.
591 2012-09-28 Roland McGrath <roland@hack.frob.com>
593 * sysdeps/mips/init-first.c: File removed.
595 2012-09-28 H.J. Lu <hongjiu.lu@intel.com>
597 * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
599 2012-08-27 Joseph Myers <joseph@codesourcery.com>
601 * sysdeps/unix/sysv/linux/mips/kernel-features.h
602 (__ASSUME_STAT64_SYSCALL): Remove.
604 2012-08-27 Guido Guenther <agx@sigxcpu.org>
606 * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
608 2012-08-22 Joseph Myers <joseph@codesourcery.com>
610 * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
611 _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
612 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file. Based
613 on version from ../sysdeps/unix/sysv/linux/.
614 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
615 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
617 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
619 * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
620 <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
621 struct La_mips_32_regs and struct La_mips_64_regs are not constant.
623 2012-08-15 Tom de Vries <vries@codesourcery.com>
624 Maxim Kuvyrkov <maxim@codesourcery.com>
626 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
627 (__libc_lock_trylock): Define versions optimized for MIPS.
629 2012-08-15 Maxim Kuvyrkov <maxim@codesourcery.com>
631 * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
632 * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
633 * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
635 2012-08-15 Joseph Myers <joseph@codesourcery.com>
637 * sysdeps/mips/dl-lookup.c: Update from generic version.
639 2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
641 [__GNUC_PREREQ (4, 8)]
642 (atomic_exchange_and_add): Split into ...
643 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
645 [!__GNUC_PREREQ (4, 8)]
646 (atomic_exchange_and_add): Split into ...
647 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
650 2012-08-09 Joseph Myers <joseph@codesourcery.com>
652 * sysdeps/unix/sysv/linux/mips/kernel-features.h
653 (__ASSUME_UTIMES): Define.
655 2012-08-07 Joseph Myers <joseph@codesourcery.com>
657 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
659 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
661 2012-08-01 Joseph Myers <joseph@codesourcery.com>
663 * sysdeps/unix/sysv/linux/mips/kernel-features.h
664 (__ASSUME_FCNTL64): Remove.
666 2012-08-01 Steve Ellcey <sellcey@mips.com>
668 * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
669 _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
670 _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
674 2012-07-31 Joseph Myers <joseph@codesourcery.com>
676 * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
677 * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
678 * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
679 * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
680 * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
681 * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
683 2012-07-27 Joseph Myers <joseph@codesourcery.com>
685 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
686 * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
688 2012-07-25 Florian Weimer <fweimer@redhat.com>
690 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
692 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
694 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
697 2012-07-17 Joseph Myers <joseph@codesourcery.com>
699 * sysdeps/mips/configure.in: Remove TLS check.
700 * sysdeps/mips/configure: Regenerated.
702 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
704 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
706 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
709 2012-07-11 Tom de Vries <vries@codesourcery.com>
710 Maxim Kuvyrkov <maxim@codesourcery.com>
712 * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
713 (__arch_compare_and_exchange_bool_32_int)
714 (__arch_compare_and_exchange_val_32_int)
715 (__arch_compare_and_exchange_bool_64_int)
716 (__arch_compare_and_exchange_val_64_int)
717 Define in terms of __atomic_compare_exchange_n.
718 [__GNUC_PREREQ (4, 8)]
719 (__arch_exchange_32_int, __arch_exchange_64_int):
720 Define in terms of __atomic_exchange_n.
721 [__GNUC_PREREQ (4, 8)]
722 (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
723 Define in terms of __atomic_fetch_add.
724 [!__GNUC_PREREQ (4, 8)]: Update formatting.
726 2012-07-06 Petar Jovanovic <petar.jovanovic@rt-rk.com>
728 * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
731 2012-06-19 Joseph Myers <joseph@codesourcery.com>
733 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
735 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
737 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
739 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
740 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
742 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
744 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
746 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
747 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
749 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
751 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
753 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
755 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
757 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
759 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
761 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
763 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
765 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
767 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
769 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
771 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
774 2012-06-14 Joseph Myers <joseph@codesourcery.com>
776 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
777 (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
780 2012-06-01 Joseph Myers <joseph@codesourcery.com>
782 * sysdeps/mips/mips64/n32/s_fma.c: New file.
783 * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
785 * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
788 2012-05-31 Joseph Myers <joseph@codesourcery.com>
790 * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
792 * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
793 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
795 2012-05-30 Joseph Myers <joseph@codesourcery.com>
797 * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
798 settings out of conditional.
800 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
801 __connect_internal alias.
803 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
804 (FP_TRAPPING_EXCEPTIONS): Define.
806 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
807 Rename to abi-variants.
808 (syscall-list-includes): Rename to abi-includes.
809 (syscall-list-o32-options): Rename to abi-o32-options.
810 (syscall-list-o32-condition): Rename to abi-o32-condition.
811 (syscall-list-n32-options): Rename to abi-n32-options.
812 (syscall-list-n32-condition): Rename to abi-n32-condition.
813 (syscall-list-n64-options): Rename to abi-n64-options.
814 (syscall-list-n64-condition): Rename to abi-n64-condition.
815 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
816 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
817 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
819 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
820 _internal alias by hidden_def.
822 2012-05-26 Joseph Myers <joseph@codesourcery.com>
824 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
826 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
828 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
830 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
832 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
834 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
836 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
838 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
841 2012-05-25 Joseph Myers <joseph@codesourcery.com>
843 * sysdeps/unix/sysv/linux/mips/kernel-features.h
844 (__ASSUME_32BITUIDS): Remove.
846 2012-05-23 Steve Ellcey <sellcey@mips.com>
848 * sysdeps/unix/sysv/linux/mips/Makefile
849 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
850 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
851 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
853 2012-05-23 Joseph Myers <joseph@codesourcery.com>
855 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
857 (MADV_DODUMP): Likewise.
859 2012-05-21 Joseph Myers <joseph@codesourcery.com>
861 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
862 __WORDSIZE_TIME64_COMPAT32.
864 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
865 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
866 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
868 2012-05-19 Joseph Myers <joseph@codesourcery.com>
870 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
871 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
872 (kernel-features.h): Don't include.
873 [__NR_ftruncate64]: Make code unconditional.
874 [!__NR_ftruncate64]: Remove conditional code.
875 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
876 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
877 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
878 (kernel-features.h): Don't include.
879 [__NR_truncate64]: Make code unconditional.
880 [!__NR_truncate64]: Remove conditional code.
881 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
882 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
884 (truncate): Likewise.
885 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
886 (ftruncate): Remove syscall.
887 (truncate): Likewise.
888 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
889 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
890 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
891 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
893 2012-05-16 Joseph Myers <joseph@codesourcery.com>
895 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
896 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
897 type unsigned long and names st_atimensec, st_mtimensec and
899 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
901 2012-05-14 Joseph Myers <joseph@codesourcery.com>
903 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
904 Remove conditional code.
905 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
906 * sysdeps/unix/sysv/linux/mips/pread64.c
907 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
908 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
909 * sysdeps/unix/sysv/linux/mips/pwrite.c
910 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
911 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
912 * sysdeps/unix/sysv/linux/mips/pwrite64.c
913 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
914 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
915 * sysdeps/unix/sysv/linux/mips/sigaction.c
916 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
917 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
919 2012-05-11 Joseph Myers <joseph@codesourcery.com>
921 * sysdeps/mips/dl-lookup.c: Update from generic version.
923 2012-05-08 Joseph Myers <joseph@codesourcery.com>
925 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
926 * sysdeps/mips/mips32/libm-test-ulps: ... here.
927 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
928 * sysdeps/mips/mips64/libm-test-ulps: ... here.
929 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
931 2012-05-01 Joseph Myers <joseph@codesourcery.com>
934 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
935 from libc version and add symbol versions.
936 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
937 (GLIBC_2.3.3): Add posix_fadvise64.
939 2012-04-28 Joseph Myers <joseph@codesourcery.com>
941 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
942 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
944 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
945 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
946 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
947 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
948 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
949 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
950 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
952 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
953 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
954 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
956 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
957 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
958 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
960 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
962 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
963 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
965 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
966 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
967 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
969 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
971 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
973 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
974 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
976 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
978 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
979 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
981 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
983 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
984 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
986 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
987 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
988 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
990 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
992 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
994 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
995 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
997 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1000 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
1001 __MIPSEB instead of __BYTE_ORDER.
1002 * sysdeps/mips/mips64/memset.S: Likewise.
1004 2012-04-27 Joseph Myers <joseph@codesourcery.com>
1006 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1008 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1010 2012-04-26 Joseph Myers <joseph@codesourcery.com>
1012 * sysdeps/unix/mips/brk.S: Remove file.
1013 * sysdeps/unix/mips/dl-brk.S: Likewise.
1014 * sysdeps/unix/mips/sigreturn.S: Likewise.
1015 * sysdeps/unix/mips/wait.S: Likewise.
1017 2012-04-26 Joseph Myers <joseph@codesourcery.com>
1019 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
1020 instead of __BYTE_ORDER.
1021 * sysdeps/mips/memset.S: Likewise.
1023 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
1024 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
1026 2012-04-24 Joseph Myers <joseph@codesourcery.com>
1028 * sysdeps/unix/mips/fork.S: Remove file.
1030 2012-04-24 Mike Frysinger <vapier@gentoo.org>
1032 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
1033 (ldd_rewrite_script): Change $dest to $dir.
1034 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
1036 2012-04-21 Joseph Myers <joseph@codesourcery.com>
1038 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
1039 sysdeps/unix/sysv/linux/arm/readahead.c not
1040 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
1042 2012-03-28 Joseph Myers <joseph@codesourcery.com>
1044 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
1045 (MAP_HUGETLB): Likewise.
1047 2012-03-27 Joseph Myers <joseph@codesourcery.com>
1049 * sysdeps/mips/elf/start.S: Moved to ...
1050 * sysdeps/mips/start.S: ...here.
1051 * sysdeps/mips/elf/configure.in: Moved to ...
1052 * sysdeps/mips/configure.in: ...here. Update comment.
1053 * sysdeps/mips/configure: New generated file.
1055 2012-03-20 Joseph Myers <joseph@codesourcery.com>
1057 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
1058 instead of <stdio-common/_itoa.h>.
1060 2012-03-10 Paul Eggert <eggert@cs.ucla.edu>
1063 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
1066 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
1069 Replace FSF snail mail address with URLs, as per GNU coding standards.
1071 2012-03-09 Joseph Myers <joseph@codesourcery.com>
1073 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
1074 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
1076 2012-02-27 Joseph Myers <joseph@codesourcery.com>
1078 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
1079 declare recvmmsg and sendmmsg.
1081 2012-02-27 Joseph Myers <joseph@codesourcery.com>
1083 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
1084 Change union tag to pthread_attr_t. Only define typedef if not
1086 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1087 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
1088 typedef if not already defined.
1090 2012-02-26 Joseph Myers <joseph@codesourcery.com>
1092 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
1093 siginfo_t struct. Add forward declaration of pthread_attr_t and
1095 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
1096 pthread_attr_t union.
1098 2012-02-21 Joseph Myers <joseph@codesourcery.com>
1100 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
1101 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
1102 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
1103 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
1105 2012-02-20 Andreas Schwab <schwab@linux-m68k.org>
1107 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
1110 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
1112 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
1113 matching the array in dl-procinfo.c.
1115 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
1117 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1118 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
1119 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
1121 2012-02-15 Robert Millan <rmh@gnu.org>
1124 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
1125 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
1127 2012-02-15 Robert Millan <rmh@gnu.org>
1130 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
1131 * sysdeps/mips/sys/tas.h: ... here.
1133 2012-02-15 Robert Millan <rmh@gnu.org>
1136 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
1137 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
1138 * sysdeps/unix/mips/entry.h: ... here.
1140 2012-02-15 Robert Millan <rmh@gnu.org>
1143 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
1145 * sysdeps/mips/dl-procinfo.c: New file.
1146 * sysdeps/mips/dl-procinfo.h: Likewise.
1148 2012-02-15 Joseph Myers <joseph@codesourcery.com>
1150 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
1151 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
1153 2012-02-15 Viju Vincent <vijuvince@gmail.com>
1155 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
1156 around calls to _dl_lookup_symbol_x.
1158 2012-02-13 Joseph Myers <joseph@codesourcery.com>
1160 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
1161 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
1163 2012-02-13 Joseph Myers <joseph@codesourcery.com>
1165 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
1166 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
1168 2012-02-10 Joseph Myers <joseph@codesourcery.com>
1170 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
1171 for sysdeps/generic/initfini.c.
1172 * sysdeps/mips/mips32/crtn.S: Likewise.
1173 * sysdeps/mips/mips64/n32/crti.S: Likewise.
1174 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
1175 * sysdeps/mips/mips64/n64/crti.S: Likewise.
1176 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
1177 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
1178 (CFLAGS-pt-initfini.s): Likewise.
1179 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
1182 2012-01-26 Joseph Myers <joseph@codesourcery.com>
1184 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
1185 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
1186 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1187 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1189 2012-01-08 Joseph Myers <joseph@codesourcery.com>
1191 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
1192 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1193 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
1194 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1195 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
1196 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1197 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
1199 2012-01-07 Joseph Myers <joseph@codesourcery.com>
1201 * sysdeps/mips/nptl/shlib-versions: New.
1203 2012-01-07 Joseph Myers <joseph@codesourcery.com>
1205 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
1207 2012-01-04 Tom de Vries <tom@codesourcery.com>
1209 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
1212 2012-01-03 Tom de Vries <tom@codesourcery.com>
1214 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
1215 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
1217 2011-12-22 Joseph Myers <joseph@codesourcery.com>
1219 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
1220 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
1222 (syscall-list-variants, syscall-list-includes)
1223 (syscall-list-o32-options, syscall-list-o32-condition)
1224 (syscall-list-n32-options, syscall-list-n32-condition)
1225 (syscall-list-n64-options, syscall-list-n64-condition): Define.
1226 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
1228 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1229 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
1231 2011-12-22 Joseph Myers <joseph@codesourcery.com>
1234 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
1235 (EPOLLET): Initialize with unsigned values.
1237 2011-12-19 Joseph Myers <joseph@codesourcery.com>
1239 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
1240 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
1242 2011-11-17 Joseph Myers <joseph@codesourcery.com>
1244 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
1245 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
1247 2011-11-11 Joseph Myers <joseph@codesourcery.com>
1249 * sysdeps/mips/dl-lookup.c: Update from generic version.
1251 2011-10-12 Joseph Myers <joseph@codesourcery.com>
1253 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
1254 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
1255 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
1257 2011-10-05 Andreas Schwab <schwab@redhat.com>
1259 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
1260 (elf_machine_lazy_rel): Add parameter skip_ifunc.
1262 2011-09-13 Joseph Myers <joseph@codesourcery.com>
1264 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
1265 return value to (struct cmsghdr *).
1267 2011-09-13 Joseph Myers <joseph@codesourcery.com>
1269 * sysdeps/mips/elf/configure.in: Always test for TLS support and
1270 error out in case it is missing.
1271 * sysdeps/mips/elf/configure: Regenerate.
1272 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
1274 2011-09-11 Joseph Myers <joseph@codesourcery.com>
1276 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
1277 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
1279 2011-09-06 Joseph Myers <joseph@codesourcery.com>
1282 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
1284 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
1285 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
1287 2011-08-02 Matt Turner <mattst88@gmail.com>
1289 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
1291 2011-07-25 Joseph Myers <joseph@codesourcery.com>
1293 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
1296 2011-06-20 Joseph Myers <joseph@codesourcery.com>
1298 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
1299 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
1301 2011-06-20 Joseph Myers <joseph@codesourcery.com>
1303 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
1304 mention raise in the comment.
1306 2011-05-23 Aurelien Jarno <aurelien@aurel32.net>
1308 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
1311 2011-05-13 Joseph Myers <joseph@codesourcery.com>
1313 * sysdeps/mips/dl-lookup.c: Update from generic version.
1315 2011-05-10 Joseph Myers <joseph@codesourcery.com>
1317 * sysdeps/mips/dl-lookup.c: Update from generic version.
1319 2011-04-11 Joseph Myers <joseph@codesourcery.com>
1321 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
1323 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1325 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
1326 to open_by_handle_at.
1328 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1330 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
1332 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1334 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
1335 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
1336 open_by_handle. Augment a few comments.
1338 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1340 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
1342 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
1343 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
1344 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
1345 sync_file_range as cancellation point.
1346 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
1347 sync_file_range as cancellation point.
1349 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1351 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
1354 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1356 * sysdeps/mips/dl-lookup.c: Update from generic version.
1358 2011-01-25 Joseph Myers <joseph@codesourcery.com>
1360 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
1361 MADV_NOHUGEPAGE): Define.
1363 2011-01-25 Joseph Myers <joseph@codesourcery.com>
1365 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
1366 PF_CAIF, PF_ALG): Define.
1368 2010-12-30 Joseph Myers <joseph@codesourcery.com>
1370 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
1371 NO_CTORS_DTORS_SECTIONS is defined.
1372 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1374 2010-12-21 Joseph Myers <joseph@codesourcery.com>
1376 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1378 2010-12-06 Matt Turner <mattst88@gmail.com>
1380 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
1382 2010-12-06 Joseph Myers <joseph@codesourcery.com>
1384 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1386 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1388 2010-10-21 Joseph Myers <joseph@codesourcery.com>
1390 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1391 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
1392 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
1395 2010-10-11 Joseph Myers <joseph@codesourcery.com>
1397 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
1399 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
1401 2010-08-13 Joseph Myers <joseph@codesourcery.com>
1403 * sysdeps/unix/sysv/linux/mips/kernel-features.h
1404 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
1406 2010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
1408 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
1410 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
1412 2010-08-13 Joseph Myers <joseph@codesourcery.com>
1414 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
1416 2010-08-12 Joseph Myers <joseph@codesourcery.com>
1418 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
1419 struct statfs64): Add f_flags field.
1421 2010-08-12 Joseph Myers <joseph@codesourcery.com>
1423 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
1426 2010-08-12 Joseph Myers <joseph@codesourcery.com>
1428 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
1430 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1431 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
1432 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
1435 2010-06-14 Joseph Myers <joseph@codesourcery.com>
1437 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
1438 F_GETPIPE_SZ): Define.
1440 2010-05-21 Joseph Myers <joseph@codesourcery.com>
1442 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
1443 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
1445 2010-04-14 Joseph Myers <joseph@codesourcery.com>
1447 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
1449 2010-04-06 Joseph Myers <joseph@codesourcery.com>
1451 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
1452 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
1453 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
1456 2010-03-30 Joseph Myers <joseph@codesourcery.com>
1458 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
1461 2010-03-24 Joseph Myers <joseph@codesourcery.com>
1463 * sysdeps/mips/dl-lookup.c: Update from generic version.
1465 2010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
1468 * sysdeps/mips/bits/atomic.h
1469 (__arch_compare_and_exchange_xxx_32_int,
1470 __arch_compare_and_exchange_xxx_64_int,
1471 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
1472 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
1473 Specify *mem as asm output as well as input.
1475 2010-02-10 Joseph Myers <joseph@codesourcery.com>
1477 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
1479 2010-01-28 Joseph Myers <joseph@codesourcery.com>
1481 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
1482 _dl_runtime_pltresolve): Calculate offset from start of function
1483 to .cpload instead of hardcoding instruction size.
1485 2010-01-11 Joseph Myers <joseph@codesourcery.com>
1487 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
1490 2010-01-11 Joseph Myers <joseph@codesourcery.com>
1492 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
1493 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
1495 2010-01-10 Joseph Myers <joseph@codesourcery.com>
1497 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
1498 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
1500 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
1503 2009-12-16 Joseph Myers <joseph@codesourcery.com>
1506 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
1507 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
1509 2009-12-16 Joseph Myers <joseph@codesourcery.com>
1511 * sysdeps/mips/dl-lookup.c: Update from generic version.
1513 2009-12-15 Joseph Myers <joseph@codesourcery.com>
1515 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
1516 O_DSYNC to match 2.6.33+ kernels.
1518 2009-12-09 Joseph Myers <joseph@codesourcery.com>
1520 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
1523 2009-12-01 Joseph Myers <joseph@codesourcery.com>
1525 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1526 (posix_fadvise): Remove.
1527 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
1528 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
1529 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
1531 2009-12-01 Joseph Myers <joseph@codesourcery.com>
1533 * sysdeps/mips/dl-lookup.c: Update from generic version.
1535 2009-11-23 Joseph Myers <joseph@codesourcery.com>
1537 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1538 for timestamps also if __USE_XOPEN2K8.
1540 2009-11-19 Joseph Myers <joseph@codesourcery.com>
1542 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1543 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1545 2009-11-18 Joseph Myers <joseph@codesourcery.com>
1547 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1548 names of parameters of sync_file_range.
1550 2009-11-17 Joseph Myers <joseph@codesourcery.com>
1553 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1554 constants from recent kernels.
1556 2009-11-17 Joseph Myers <joseph@codesourcery.com>
1558 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1559 not already defined.
1561 2009-11-14 Joseph Myers <joseph@codesourcery.com>
1563 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1564 F_GETOWN_EX): Update values.
1566 2009-11-06 Joseph Myers <joseph@codesourcery.com>
1568 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1569 of last two arguments when -D_FILE_OFFSET_BITS=64.
1571 2009-10-29 Joseph Myers <joseph@codesourcery.com>
1573 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1576 2009-10-03 Joseph Myers <joseph@codesourcery.com>
1578 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1581 2009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
1583 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1584 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1585 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1586 (__SYSCALL_CLOBBERS): Likewise.
1587 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1588 (__SYSCALL_CLOBBERS): Likewise.
1590 2009-08-05 Joseph Myers <joseph@codesourcery.com>
1592 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
1593 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
1594 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1595 variable for env. Use expansion of CHECK_SP macro for check.
1596 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1598 2009-08-03 Joseph Myers <joseph@codesourcery.com>
1600 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1601 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1603 2009-07-20 Aurelien Jarno <aurelien@aurel32.net>
1605 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1606 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1608 2009-07-17 Joseph Myers <joseph@codesourcery.com>
1610 * sysdeps/mips/do-lookup.h: Remove.
1611 * sysdeps/mips/dl-lookup.c: Update from generic version, with
1612 non-PIC handling integrated.
1614 2009-06-18 Joseph Myers <joseph@codesourcery.com>
1616 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1619 2009-05-16 Joseph Myers <joseph@codesourcery.com>
1621 * sysdeps/mips/____longjmp_chk.c: New file.
1622 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
1624 * sysdeps/mips64/__longjmp.c: Likewise.
1626 2009-05-16 Joseph Myers <joseph@codesourcery.com>
1628 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1629 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1630 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1631 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1633 2009-05-16 Joseph Myers <joseph@codesourcery.com>
1635 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1636 fallocate64@@GLIBC_2.11.
1638 2009-05-14 Joseph Myers <joseph@codesourcery.com>
1640 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1641 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1643 2009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
1645 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1646 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1647 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1648 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1649 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1651 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1652 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
1653 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
1656 2009-04-18 Joseph Myers <joseph@codesourcery.com>
1658 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1659 __ASSUME_PWRITEV): Don't define here.
1661 2009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
1663 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1665 2009-04-09 Joseph Myers <joseph@codesourcery.com>
1667 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1669 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1671 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1674 2009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
1676 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1677 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1679 2009-03-18 Zhang Le <r0bertz@gentoo.org>
1682 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1683 Fix the condition used to annotate n32 objects.
1685 2009-03-17 Joseph Myers <joseph@codesourcery.com>
1687 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1688 Change parameters and use next_line.
1690 2009-03-17 Joseph Myers <joseph@codesourcery.com>
1692 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1693 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1694 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1696 2009-03-15 Joseph Myers <joseph@codesourcery.com>
1698 * sysdeps/mips/bits/link.h: Uglify function parameter names.
1699 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1700 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1701 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1702 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1704 2009-03-03 Joseph Myers <joseph@codesourcery.com>
1706 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1709 2009-02-26 Joseph Myers <joseph@codesourcery.com>
1711 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1712 UTIME_OMIT only with __USE_ATFILE.
1714 2009-02-13 Joseph Myers <joseph@codesourcery.com>
1717 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1718 inotify_rm_watch should have type int.
1720 2009-02-02 Joseph Myers <joseph@codesourcery.com>
1722 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1724 2009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
1725 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1728 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1729 variable page size for MIPS.
1730 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1731 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1732 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1734 2009-01-12 Joseph Myers <joseph@codesourcery.com>
1736 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1737 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1740 2009-01-12 Joseph Myers <joseph@codesourcery.com>
1742 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1743 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1745 2008-12-19 Joseph Myers <joseph@codesourcery.com>
1747 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1748 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1749 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1750 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1752 2008-12-09 Joseph Myers <joseph@codesourcery.com>
1754 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1755 Make available only for __USE_GNU.
1757 2008-12-03 Joseph Myers <joseph@codesourcery.com>
1759 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1760 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1762 2008-11-25 Joseph Myers <joseph@codesourcery.com>
1764 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1765 __THROW vs. __nonnull order for C++.
1767 2008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1769 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1770 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1771 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1773 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
1774 Daniel Jacobowitz <dan@codesourcery.com>
1775 Richard Sandiford <rdsandiford@googlemail.com>
1777 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1778 * sysdeps/mips/dl-lookup.c: New.
1779 * sysdeps/mips/do-lookup.h: New.
1780 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1782 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1784 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1785 (elf_machine_type_class): Likewise.
1786 (ELF_MACHINE_PLT_REL): Define.
1787 (elf_machine_fixup_plt): New.
1788 (elf_machine_plt_value): New.
1789 (elf_machine_reloc): Handle jump slot and copy relocations.
1790 (elf_machine_lazy_rel): Point relocation place at PLT if
1792 (RESOLVE_GOTSYM): Take a relocation type argument.
1793 (elf_machine_got_rel): Bind lazy stubs directly to their target if
1794 !lazy. Skip lazy binding for PLT symbols.
1795 (elf_machine_runtime_setup): Fill in .got.plt header.
1796 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1797 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1798 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1799 (_dl_runtime_pltresolve): New.
1800 * sysdeps/mips/bits/linkmap.h: New file.
1801 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
1804 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1806 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1807 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1808 (PSEUDO): Use them. Move outside __PIC__.
1810 (CENABLE, CDISABLE): Use it.
1812 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1814 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1817 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1819 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1820 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1821 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1822 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1823 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1824 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1825 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1827 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1829 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1832 2008-07-18 Joseph Myers <joseph@codesourcery.com>
1834 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1837 2008-05-21 Joseph Myers <joseph@codesourcery.com>
1839 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1840 (SOCK_DCCP): Define.
1842 2008-05-01 Joseph Myers <joseph@codesourcery.com>
1844 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1845 RUSAGE_THREAD and RUSAGE_LWP.
1847 2008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1849 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1852 2008-04-21 Khem Raj <kraj@mvista.com>
1854 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1856 2008-04-02 Aurelien Jarno <aurelien@aurel32.net>
1858 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1859 truncate and ftruncate systems calls.
1860 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1862 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1864 2008-03-28 Joseph Myers <joseph@codesourcery.com>
1866 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1867 ARG_MAX if <linux/limits.h> has defined it.
1869 2008-03-28 Robin Randhawa <robin@mips.com>
1871 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1872 barriers to enforce strict ordering on weakly ordered systems.
1874 2008-03-26 David Stephenson <david.stephenson@sicortex.com>
1875 Daniel Jacobowitz <dan@codesourcery.com>
1877 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1878 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1879 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1881 2008-03-09 Andreas Jaeger <aj@suse.de>
1884 * sysdeps/mips/ieee754.h: Use protected namespace
1885 __BIG_ENDIAN/__LITTLE_ENDIAN.
1886 Patch by Aurelien Jarno <aurelien@aurel32.net>.
1888 2008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1890 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1891 Reorganize to match other architectures. Replace _timer._timer1
1892 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1893 _timer.si_sigval. Correct the type of _sigpoll.si_band.
1894 (si_timerid, si_overrun): Define.
1895 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1896 (__pthread_attr_s): Remove declaration.
1897 (struct sigevent): Remove XXX. Add _tid.
1899 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1901 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1903 2007-09-25 Joseph Myers <joseph@codesourcery.com>
1905 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1906 type and __THROW marker of splice, vmsplice, and tee.
1908 2007-09-12 Joseph Myers <joseph@codesourcery.com>
1910 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1911 LLL_PRIVATE argument to lll_futex_wake.
1912 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1913 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1915 (PF_IUCV, PF_RXRPC): Define.
1917 (AF_IUCV, AF_RXRPC): Define.
1918 (MSG_CMSG_CLOEXEC): Define.
1919 (_EXTERN_INLINE): Define to __extern_inline.
1920 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1921 UTIME_OMIT): Define.
1922 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1923 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1924 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1925 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1926 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1927 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
1928 LLL_LOCK_*. Include <kernel-features.h>.
1929 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1930 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1931 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1932 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1934 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1935 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1937 (__lll_robust_trylock): Convert to macro.
1938 (__lll_robust_lock_wait): Add private argument.
1939 (__lll_lock_wait_private, __lll_lock_wait): Declare.
1940 (__lll_lock): Convert to macro. Take private argument.
1941 (__lll_cond_lock): Likewise.
1942 (lll_lock, lll_cond_lock): Take private arguments.
1943 (__lll_robust_lock): Take private argument. Convert to macro.
1944 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1945 lll_robust_cond_lock): Take private arguments.
1946 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1948 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1949 (lll_timedlock, lll_robust_timedlock): Take private arguments.
1950 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
1952 (lll_unlock, lll_robust_unlock): Take private arguments.
1953 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1954 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1955 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1956 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1957 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1958 lll_cond_wake, lll_cond_broadcast): Remove.
1959 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1962 2007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
1964 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1965 New macros for the (n)64 and n32 ABIs.
1966 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1968 2007-07-13 Carlos O'Donell <carlos@codesourcery.com>
1970 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1971 Define __WORDSIZE_COMPAT32 as 1.
1973 2007-07-13 Joseph Myers <joseph@codesourcery.com>
1975 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1976 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
1979 2007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
1981 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1983 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1986 2007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1988 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1989 (internal_syscall1, internal_syscall2, internal_syscall3,
1990 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1992 2007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
1994 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1995 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1996 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1997 THREAD_GSCOPE_WAIT): Define.
1998 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1999 (FUTEX_PRIVATE_FLAG): Define.
2000 (lll_unlock_wake_cb): Delete prototype.
2001 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
2003 (pthread_rwlock_t): Shrink __flags and add __shared.
2005 2007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2007 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
2008 (posix_fadvise): Fix high word of len argument.
2010 2007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2012 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
2013 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
2014 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
2015 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
2016 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
2017 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
2019 2007-05-23 Joseph Myers <joseph@codesourcery.com>
2021 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
2022 * sysdeps/mips/mips64/n64/Implies: Likewise.
2023 * sysdeps/mips/mips64/soft-fp/Makefile: New.
2024 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
2025 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
2026 <fpu_control.h>. Use hardware exception and rounding mode
2029 2007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
2031 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
2032 r_info argument to ElfW(Addr).
2034 2007-02-01 Joseph Myers <joseph@codesourcery.com>
2036 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
2038 2007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2039 Daniel Jacobowitz <dan@codesourcery.com>
2041 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
2043 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
2044 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
2045 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
2047 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
2049 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
2050 PTR_DEMANGLE): Define.
2051 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
2052 PTR_DEMANGLE): Define.
2053 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
2054 PTR_DEMANGLE): Define.
2056 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
2058 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2059 (cfi_same_value): Delete definition.
2061 2007-01-08 Richard Sandiford <richard@codesourcery.com>
2063 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
2064 (elf_machine_reloc): New function, retaining the body of
2065 elf_machine_rel. Take the reloc's r_info field as an argument,
2066 not the reloc itself. Add extra r_addend and inplace_p arguments.
2067 When inplace_p is false, use r_addend as the addend, not the contents
2068 of the relocation field. Hoist the conversion of reloc_addr to
2069 "ELFW(Addr) *". Don't try to apply TLS relocations against
2070 undefined symbols. Add R_MIPS_GLOB_DAT support.
2071 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
2072 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
2075 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2077 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
2078 multiple inclusion guard.
2079 * sysdeps/mips/elf/ldsodefs.h: Delete file.
2081 2007-01-04 Thiemo Seufer <ths@networkno.de>
2083 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
2084 to match the kernel.
2086 2006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
2088 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
2089 (RTLD_SINGLE_THREAD_P): Define.
2090 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
2092 2006-10-31 Joseph Myers <joseph@codesourcery.com>
2094 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
2097 2006-09-22 Richard Sandiford <richard@codesourcery.com>
2099 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
2101 (__xstat_conv): Use memset to clear padding arrays. Check for
2103 (__xstat64_conv): Use memset to clear padding arrays.
2104 (__xstat32_conv): New function.
2105 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
2106 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
2108 2006-09-21 Joseph Myers <joseph@codesourcery.com>
2110 * sysdeps/mips/fpu_control.h: If soft-float, don't use
2111 floating-point registers.
2112 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
2113 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
2116 2006-08-04 Joseph Myers <joseph@codesourcery.com>
2118 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
2119 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
2121 2006-07-24 Joseph Myers <joseph@codesourcery.com>
2123 * sysdeps/mips/mips64/n32/libm-test-ulps,
2124 sysdeps/mips/mips64/n64/libm-test-ulps: New.
2126 2006-07-24 Joseph Myers <joseph@codesourcery.com>
2128 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
2129 defined, include the named file.
2131 2006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
2133 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
2134 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
2137 2006-06-02 Joseph Myers <joseph@codesourcery.com>
2139 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
2140 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
2143 2006-06-02 Joseph Myers <joseph@codesourcery.com>
2145 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
2146 Don't use struct timespec.
2147 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
2148 __xstat64_conv): Copy individual timespec fields.
2150 2006-06-02 Richard Sandiford <richard@codesourcery.com>
2152 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
2154 2006-06-02 Joseph Myers <joseph@codesourcery.com>
2156 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
2157 * sysdeps/mips/fpu/fesetround.c: Likewise.
2159 2006-05-10 Richard Sandiford <richard@codesourcery.com>
2160 Daniel Jacobowitz <dan@codesourcery.com>
2162 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
2163 dump sc_cause, sc_status or sc_badvaddr.
2164 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
2165 structure definitions after DSP kernel changes.
2166 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
2167 after the same DSP changes.
2169 2006-05-08 Richard Sandiford <richard@codesourcery.com>
2171 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
2172 st_atim, st_mtim and st_ctim interface.
2173 (struct stat64): Likewise.
2174 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
2175 Replace st_atime and its padding field with st_atim. Likewise
2176 st_mtime/st_mtim and st_ctime/st_ctim.
2177 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
2178 after above changes.
2179 (__xstat64_conv): Likewise.
2181 2006-05-08 Richard Sandiford <richard@codesourcery.com>
2183 * sysdeps/mips/ldsodefs.h: New file.
2184 * sysdeps/mips/tst-audit.h: New file.
2186 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2188 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
2189 for consistency with other ports.
2190 (MADV_REMOVE): Correct value.
2191 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
2192 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
2193 POSIX_MADV_DONTNEED): Define.
2195 2006-05-05 Lior Balkohen <balkohen@gmail.com>
2197 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
2198 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
2199 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
2200 and SYNC_FILE_RANGE_WAIT_AFTER.
2201 Declare sync_file_range, vmsplice, splice and tee.
2203 2006-03-27 Lior Balkohen <balkohen@gmail.com>
2205 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
2206 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
2209 2006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
2211 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
2214 2006-03-27 Denis Barbier <barbier@linuxfr.org>
2216 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
2219 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
2221 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
2224 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
2226 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
2227 libc_cv_localedir, libdir, arch_minimum_kernel, and
2228 libc_cv_gcc_unwind_find_fde.
2229 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
2230 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2231 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
2233 2006-03-02 Lior Balkohen <balkohen@gmail.com>
2235 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2236 (__pthread_list_t, __pthread_slist_t): New typedefs.
2237 (pthread_mutex_t): Replace __next and __prev fields with __list.
2238 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
2239 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
2240 (lll_futex_wake_unlock): Define.
2241 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
2242 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
2243 lll_robust_mutex_unlock): New macros.
2244 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
2245 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
2247 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
2249 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2251 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
2252 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
2254 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2256 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
2257 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2258 (INTERNAL_SYSCALL_NCS): New.
2259 (internal_syscall0, internal_syscall1, internal_syscall2,
2260 internal_syscall3, internal_syscall4, internal_syscall5,
2261 internal_syscall6): Take ncs_init, cs_init, and input arguments.
2262 Use them. Correct types for registers.
2263 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
2264 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2265 (INTERNAL_SYSCALL_NCS): New.
2266 (internal_syscall0, internal_syscall1, internal_syscall2,
2267 internal_syscall3, internal_syscall4, internal_syscall5,
2268 internal_syscall6): Take ncs_init, cs_init, and input arguments.
2270 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
2271 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
2273 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
2274 Use Elf(Addr) for TLS relocation targets.
2275 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
2276 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
2277 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
2278 futexp to long for n64.
2279 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
2281 2006-02-20 Roland McGrath <roland@redhat.com>
2283 * sysdeps/mips/shlib-versions: New file.
2284 * sysdeps/mips/preconfigure: New file.
2285 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.