PowerPC: Enable POWER8 platform sans hwcap bits.
[glibc.git] / ports / ChangeLog.mips
blob5eca3b9612f8b4cce8f71afea915b11b16c1b48e
1 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (siginfo_t): Add
4         si_addr_lsb to _sifields.sifault.
5         (si_addr_lsb): Define new macro.
6         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
8 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
10         * sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW):
11         Define to set cw to 0, not just to plain "0" as a statement.
12         [__mips_soft_float] (_FPU_SETCW): Define to (void) (cw), rather
13         than doing nothing with cw.
15 2012-11-30  Joseph Myers  <joseph@codesourcery.com>
17         * sysdeps/mips/mips32/libm-test-ulps: Update.
18         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
20 2012-11-29  Joseph Myers  <joseph@codesourcery.com>
22         [BZ #14893]
23         * sysdeps/mips/mips64/n32/_itoa.h: New file.
24         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include
25         <sgidefs.h>.
26         (CTX_TYPE): New macro.
27         (CTX_REG): Likewise.
28         (CTX_PC): Likewise.
29         (CTX_MDHI): Likewise.
30         (CTX_MDLO): Likewise.
31         (REG_HEX_SIZE): Likewise.
32         (hexvalue): Take _ITOA_WORD_TYPE argument.
33         (register_dump): Use these macros instead of hardcoding struct
34         sigcontext * type and accesses and 8-byte textual output for
35         registers.
37 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
39         [BZ #14822]
40         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
41         (sendfile): New syscall entry.
42         * sysdeps/unix/sysv/linux/mips/mips64/n64/sendfile64.c: New file.
43         Copy of ../sysdeps/unix/sysv/linux/wordsize-64/sendfile64.c.
45 2012-11-21  Joseph Myers  <joseph@codesourcery.com>
47         * sysdeps/mips/jmpbuf-unwind.h (_jmpbuf_sp): Cast regs[0].__sp to
48         uintptr_t.
50         * sysdeps/mips/sotruss-lib.c: New file.
52 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
54         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
55         (internal_syscall1): Use parentheses around macro arguments.
56         (internal_syscall2): Likewise.
57         (internal_syscall3): Likewise.
58         (internal_syscall4): Likewise.
59         (internal_syscall5): Likewise.
60         (internal_syscall6): Likewise.
61         (internal_syscall7): Likewise.
62         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
63         (internal_syscall1): Likewise.
64         (internal_syscall2): Likewise.
65         (internal_syscall3): Likewise.
66         (internal_syscall4): Likewise.
67         (internal_syscall5): Likewise.
68         (internal_syscall6): Likewise.
70         * sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
71         _Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer
72         type.
73         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c (CHECK_SP): Cast
74         ss_sp to long before casting to sp_type.
75         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h [_MIPS_SIM ==
76         _ABIO32] (GET_PC): Cast to unsigned long before casting to a
77         pointer type.
78         [_MIPS_SIM == _ABIO32] (GET_FRAME): Likewise.
79         [_MIPS_SIM == _ABIO32] (GET_STACK): Likewise.
80         [_MIPS_SIM != _ABIO32] (GET_PC): Likewise.
81         [_MIPS_SIM != _ABIO32] (GET_FRAME): Likewise.
82         [_MIPS_SIM != _ABIO32] (GET_STACK): Likewise.
84         * sysdeps/mips/bits/atomic.h [!__GNUC_PREREQ (4, 8)]
85         (__arch_compare_and_exchange_xxx_8_int): Separate assignments to
86         __prev and __cmp.  Cast __cmp to void.
87         [!__GNUC_PREREQ (4, 8)] (__arch_compare_and_exchange_xxx_16_int):
88         Likewise.
89         [!__GNUC_PREREQ (4, 8) && _MIPS_SIM == _ABIO32]
90         (__arch_compare_and_exchange_xxx_64_int): Likewise.
92 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
94         * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Declare VERSION
95         variable with __attribute__ ((unused)).
97         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
98         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
99         (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
100         (INTERNAL_SYSCALL_ERRNO): Cast err to void.
101         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
102         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
103         (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
104         (INTERNAL_SYSCALL_ERRNO): Cast err to void.
105         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
106         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
107         (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
108         (INTERNAL_SYSCALL_ERRNO): Cast err to void.
110 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
112         * sysdeps/mips/bits/atomic.h
113         (__arch_compare_and_exchange_bool_8_int): Mark __PREV variable
114         with __attribute__ ((unused)).
115         (__arch_compare_and_exchange_bool_16_int): Likewise.
116         (__arch_compare_and_exchange_bool_32_int): Likewise.
117         (__arch_compare_and_exchange_bool_64_int): Likewise.
119 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
121         * sysdeps/mips/memmove.c: New file.  Use memcpy for forward memmove.
123 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
125         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
126         (lll_futex_timed_wait_bitset): New macro.
128 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
130         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't
131         include <stub-tag.h>.
133 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
135         * sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add
136         libm_hidden_def.
138         [BZ #3439]
139         * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define macro to integer
140         constant usable in #if and use that to give value to enum
141         constant.
142         (FE_UNDERFLOW): Likewise.
143         (FE_OVERFLOW): Likewise.
144         (FE_DIVBYZERO): Likewise.
145         (FE_INVALID): Likewise.
146         (FE_TONEAREST): Likewise.
147         (FE_TOWARDZERO): Likewise.
148         (FE_UPWARD): Likewise.
149         (FE_DOWNWARD): Likewise.
151 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
153         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
155         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
156         (GLIBC_2.17): Add clock_* symbols.
158 2012-10-31  Steve Ellcey  <sellcey@mips.com>
160         * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
161         it work in 32 or 64 bit modes.
162         * sysdeps/mips/mips64/memcpy.S: Remove.
164 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
166         [BZ #14047]
167         * sysdeps/mips/tininess.h: New file.
169 2012-10-29  Steve Ellcey  <sellcey@mips.com>
171         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
172         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
173         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
174         * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
175         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
176         * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
177         (abi-variants): Add hard and soft float versions.
178         (abi-o32-options): Remove.
179         (abi-o32-condition): Remove.
180         (abi-n32-options): Remove.
181         (abi-n32-condition): Remove.
182         (abi-n64-options): Remove.
183         (abi-n64-condition): Remove.
184         (abi-o32_soft-options): New.
185         (abi-o32_soft-condition): New.
186         (abi-o32_hard-options): New.
187         (abi-o32_hard-condition): New.
188         (abi-n32_soft-options): New.
189         (abi-n32_soft-condition): New.
190         (abi-n32_hard-options): New.
191         (abi-n32_hard-condition): New.
192         (abi-n64_soft-options): New.
193         (abi-n64_soft-condition): New.
194         (abi-n64_hard-options): New.
195         (abi-n64_hard-condition): New.
197 2012-10-19  Roland McGrath  <roland@hack.frob.com>
199         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
200         (GLIBC_2.17): Add clock_* symbols.
201         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
203 2012-10-24  Andreas Jaeger  <aj@suse.de>
205         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
206         definitions and declarations that are provided by
207         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
209 2012-10-03  Steve Ellcey  <sellcey@mips.com>
211         * sysdeps/mips/ieee754.h: Move to...
212         * sysdeps/mips/ieee754/ieee754.h: Here.
213         * sysdeps/mips/mips32/Implies: Add mips/ieee754.
214         * sysdeps/mips/mips64/Implies: Ditto.
215         * sysdeps/mips/mips64/n32/Implies: Ditto.
216         * sysdeps/mips/mips64/n64/Implies: Ditto.
218 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
220         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
221         flag name in comment to CLONE_CHILD_CLEARTID.
223 2012-09-28  Roland McGrath  <roland@hack.frob.com>
225         * sysdeps/mips/init-first.c: File removed.
227 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
229         * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
231 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
233         * sysdeps/unix/sysv/linux/mips/kernel-features.h
234         (__ASSUME_STAT64_SYSCALL): Remove.
236 2012-08-27  Guido Guenther  <agx@sigxcpu.org>
238         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
240 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
242         * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
243         _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
244         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file.  Based
245         on version from ../sysdeps/unix/sysv/linux/.
246         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
247         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
249 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
251         * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
252         <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
253         struct La_mips_32_regs and struct La_mips_64_regs are not constant.
255 2012-08-15  Tom de Vries  <vries@codesourcery.com>
256             Maxim Kuvyrkov  <maxim@codesourcery.com>
258         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
259         (__libc_lock_trylock): Define versions optimized for MIPS.
261 2012-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
263         * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
264         * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
265         * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
267 2012-08-15  Joseph Myers  <joseph@codesourcery.com>
269         * sysdeps/mips/dl-lookup.c: Update from generic version.
271 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
273         [__GNUC_PREREQ (4, 8)]
274         (atomic_exchange_and_add): Split into ...
275         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
276         New atomic macros.
277         [!__GNUC_PREREQ (4, 8)]
278         (atomic_exchange_and_add): Split into ...
279         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
280         New atomic macros.
282 2012-08-09  Joseph Myers  <joseph@codesourcery.com>
284         * sysdeps/unix/sysv/linux/mips/kernel-features.h
285         (__ASSUME_UTIMES): Define.
287 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
289         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
290         Remove.
291         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
293 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
295         * sysdeps/unix/sysv/linux/mips/kernel-features.h
296         (__ASSUME_FCNTL64): Remove.
298 2012-08-01  Steve Ellcey  <sellcey@mips.com>
300         * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
301         _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
302         _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
303         macro.
304         (PREFX): Likewise.
306 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
308         * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
309         * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
310         * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
311         * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
312         * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
313         * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
315 2012-07-27  Joseph Myers  <joseph@codesourcery.com>
317         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
318         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
320 2012-07-25  Florian Weimer  <fweimer@redhat.com>
322         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
323         secure_getenv.
324         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
325         Likewise.
326         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
327         Likewise.
329 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
331         * sysdeps/mips/configure.in: Remove TLS check.
332         * sysdeps/mips/configure: Regenerated.
334         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
335         file.
336         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
337         Likewise.
338         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
339         Likewise.
341 2012-07-11  Tom de Vries  <vries@codesourcery.com>
342             Maxim Kuvyrkov  <maxim@codesourcery.com>
344         * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
345         (__arch_compare_and_exchange_bool_32_int)
346         (__arch_compare_and_exchange_val_32_int)
347         (__arch_compare_and_exchange_bool_64_int)
348         (__arch_compare_and_exchange_val_64_int)
349         Define in terms of __atomic_compare_exchange_n.
350         [__GNUC_PREREQ (4, 8)]
351         (__arch_exchange_32_int, __arch_exchange_64_int):
352         Define in terms of __atomic_exchange_n.
353         [__GNUC_PREREQ (4, 8)]
354         (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
355         Define in terms of __atomic_fetch_add.
356         [!__GNUC_PREREQ (4, 8)]: Update formatting.
358 2012-07-06  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
360         * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
361         the stack pointer.
363 2012-06-19  Joseph Myers  <joseph@codesourcery.com>
365         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
366         _gp_disp entry.
367         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
368         Likewise.
369         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
370         Likewise.
371         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
373         Likewise.
374         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
375         Likewise.
376         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
377         Likewise.
378         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
379         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
380         Likewise.
381         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
382         Likewise.
383         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
384         Likewise.
385         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
386         Likewise.
387         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
388         Likewise.
389         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
390         Likewise.
391         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
392         Likewise.
393         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
394         Likewise.
395         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
396         Likewise.
397         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
398         Likewise.
399         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
400         Likewise.
401         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
402         Likewise.
403         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
404         Likewise.
406 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
408         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
409         (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
410         variable.
412 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
414         * sysdeps/mips/mips64/n32/s_fma.c: New file.
415         * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
417         * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
418         typo.
420 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
422         * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
424         * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
425         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
427 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
429         * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
430         settings out of conditional.
432         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
433         __connect_internal alias.
435         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
436         (FP_TRAPPING_EXCEPTIONS): Define.
438         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
439         Rename to abi-variants.
440         (syscall-list-includes): Rename to abi-includes.
441         (syscall-list-o32-options): Rename to abi-o32-options.
442         (syscall-list-o32-condition): Rename to abi-o32-condition.
443         (syscall-list-n32-options): Rename to abi-n32-options.
444         (syscall-list-n32-condition): Rename to abi-n32-condition.
445         (syscall-list-n64-options): Rename to abi-n64-options.
446         (syscall-list-n64-condition): Rename to abi-n64-condition.
447         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
448         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
449         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
451         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
452         _internal alias by hidden_def.
454 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
456         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
457         file.
458         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
459         Likewise.
460         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
461         Likewise.
462         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
463         Likewise.
464         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
465         Likewise.
466         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
467         Likewise.
468         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
469         Likewise.
470         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
471         Likewise.
473 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
475         * sysdeps/unix/sysv/linux/mips/kernel-features.h
476         (__ASSUME_32BITUIDS): Remove.
478 2012-05-23  Steve Ellcey  <sellcey@mips.com>
480         * sysdeps/unix/sysv/linux/mips/Makefile
481         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
482         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
483         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
485 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
487         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
488         Define.
489         (MADV_DODUMP): Likewise.
491 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
493         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
494         __WORDSIZE_TIME64_COMPAT32.
496         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
497         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
498         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
500 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
502         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
503         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
504         (kernel-features.h): Don't include.
505         [__NR_ftruncate64]: Make code unconditional.
506         [!__NR_ftruncate64]: Remove conditional code.
507         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
508         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
509         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
510         (kernel-features.h): Don't include.
511         [__NR_truncate64]: Make code unconditional.
512         [!__NR_truncate64]: Remove conditional code.
513         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
514         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
515         Add syscall.
516         (truncate): Likewise.
517         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
518         (ftruncate): Remove syscall.
519         (truncate): Likewise.
520         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
521         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
522         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
523         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
525 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
527         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
528         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
529         type unsigned long and names st_atimensec, st_mtimensec and
530         st_ctimensec.
531         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
533 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
535         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
536         Remove conditional code.
537         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
538         * sysdeps/unix/sysv/linux/mips/pread64.c
539         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
540         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
541         * sysdeps/unix/sysv/linux/mips/pwrite.c
542         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
543         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
544         * sysdeps/unix/sysv/linux/mips/pwrite64.c
545         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
546         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
547         * sysdeps/unix/sysv/linux/mips/sigaction.c
548         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
549         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
551 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
553         * sysdeps/mips/dl-lookup.c: Update from generic version.
555 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
557         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
558         * sysdeps/mips/mips32/libm-test-ulps: ... here.
559         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
560         * sysdeps/mips/mips64/libm-test-ulps: ... here.
561         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
563 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
565         [BZ #14044]
566         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
567         from libc version and add symbol versions.
568         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
569         (GLIBC_2.3.3): Add posix_fadvise64.
571 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
573         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
574         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
575         Likewise.
576         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
577         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
578         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
579         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
580         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
581         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
582         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
583         Likewise.
584         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
585         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
586         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
587         Likewise.
588         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
589         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
590         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
591         Likewise.
592         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
593         Likewise.
594         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
595         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
596         Likewise.
597         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
598         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
599         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
600         Likewise.
601         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
602         Likewise.
603         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
604         Likewise.
605         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
606         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
607         Likewise.
608         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
609         Likewise.
610         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
611         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
612         Likewise.
613         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
614         Likewise.
615         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
616         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
617         Likewise.
618         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
619         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
620         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
621         Likewise.
622         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
623         Likewise.
624         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
625         Likewise.
626         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
627         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
628         Likewise.
629         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
630         Likewise.
632         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
633         __MIPSEB instead of __BYTE_ORDER.
634         * sysdeps/mips/mips64/memset.S: Likewise.
636 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
638         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
639         Change to 2.6.12.
640         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
642 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
644         * sysdeps/unix/mips/brk.S: Remove file.
645         * sysdeps/unix/mips/dl-brk.S: Likewise.
646         * sysdeps/unix/mips/sigreturn.S: Likewise.
647         * sysdeps/unix/mips/wait.S: Likewise.
649 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
651         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
652         instead of __BYTE_ORDER.
653         * sysdeps/mips/memset.S: Likewise.
655         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
656         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
658 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
660         * sysdeps/unix/mips/fork.S: Remove file.
662 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
664         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
665         (ldd_rewrite_script): Change $dest to $dir.
666         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
668 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
670         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
671         sysdeps/unix/sysv/linux/arm/readahead.c not
672         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
674 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
676         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
677         (MAP_HUGETLB): Likewise.
679 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
681         * sysdeps/mips/elf/start.S: Moved to ...
682         * sysdeps/mips/start.S: ...here.
683         * sysdeps/mips/elf/configure.in: Moved to ...
684         * sysdeps/mips/configure.in: ...here.  Update comment.
685         * sysdeps/mips/configure: New generated file.
687 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
689         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
690         instead of <stdio-common/_itoa.h>.
692 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
694         [BZ #13673]
695         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
696         with URL.
698 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
700         [BZ #13673]
701         Replace FSF snail mail address with URLs, as per GNU coding standards.
703 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
705         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
706         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
708 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
710         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
711         declare recvmmsg and sendmmsg.
713 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
715         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
716         Change union tag to pthread_attr_t.  Only define typedef if not
717         already defined.
718         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
719         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
720         typedef if not already defined.
722 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
724         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
725         siginfo_t struct.  Add forward declaration of pthread_attr_t and
726         use it in sigevent.
727         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
728         pthread_attr_t union.
730 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
732         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
733         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
734         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
735         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
737 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
739         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
740         not defined.
742 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
744         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
745         matching the array in dl-procinfo.c.
747 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
749         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
750         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
751         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
753 2012-02-15  Robert Millan  <rmh@gnu.org>
755         [BZ #12301]
756         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
757         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
759 2012-02-15  Robert Millan  <rmh@gnu.org>
761         [BZ #12298]
762         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
763         * sysdeps/mips/sys/tas.h: ... here.
765 2012-02-15  Robert Millan  <rmh@gnu.org>
767         [BZ #12297]
768         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
769         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
770         * sysdeps/unix/mips/entry.h: ... here.
772 2012-02-15  Robert Millan  <rmh@gnu.org>
774         [BZ #12193]
775         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
776         Define.
777         * sysdeps/mips/dl-procinfo.c: New file.
778         * sysdeps/mips/dl-procinfo.h: Likewise.
780 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
782         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
783         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
785 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
787         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
788         around calls to _dl_lookup_symbol_x.
790 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
792         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
793         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
795 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
797         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
798         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
800 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
802         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
803         for sysdeps/generic/initfini.c.
804         * sysdeps/mips/mips32/crtn.S: Likewise.
805         * sysdeps/mips/mips64/n32/crti.S: Likewise.
806         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
807         * sysdeps/mips/mips64/n64/crti.S: Likewise.
808         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
809         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
810         (CFLAGS-pt-initfini.s): Likewise.
811         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
812         variables.
814 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
816         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
817         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
818         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
819         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
821 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
823         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
824         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
825         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
826         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
827         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
828         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
829         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
831 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
833         * sysdeps/mips/nptl/shlib-versions: New.
835 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
837         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
839 2012-01-04  Tom de Vries  <tom@codesourcery.com>
841         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
842         -fno-unwind-tables.
844 2012-01-03  Tom de Vries  <tom@codesourcery.com>
846         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
847         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
849 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
851         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
852         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
853         Remove.
854         (syscall-list-variants, syscall-list-includes)
855         (syscall-list-o32-options, syscall-list-o32-condition)
856         (syscall-list-n32-options, syscall-list-n32-condition)
857         (syscall-list-n64-options, syscall-list-n64-condition): Define.
858         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
859         asm-unistd.h.
860         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
861         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
863 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
865         [BZ #13538]
866         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
867         (EPOLLET): Initialize with unsigned values.
869 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
871         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
872         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
874 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
876         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
877         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
879 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
881         * sysdeps/mips/dl-lookup.c: Update from generic version.
883 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
885         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
886         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
887         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
889 2011-10-05  Andreas Schwab  <schwab@redhat.com>
891         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
892         (elf_machine_lazy_rel): Add parameter skip_ifunc.
894 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
896         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
897         return value to (struct cmsghdr *).
899 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
901         * sysdeps/mips/elf/configure.in: Always test for TLS support and
902         error out in case it is missing.
903         * sysdeps/mips/elf/configure: Regenerate.
904         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
906 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
908         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
909         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
911 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
913         [BZ #13109]
914         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
915         (statfs): New.
916         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
917         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
919 2011-08-02  Matt Turner  <mattst88@gmail.com>
921         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
923 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
925         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
926         Define.
928 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
930         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
931         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
933 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
935         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
936         mention raise in the comment.
938 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
940         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
941         Add.
943 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
945         * sysdeps/mips/dl-lookup.c: Update from generic version.
947 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
949         * sysdeps/mips/dl-lookup.c: Update from generic version.
951 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
953         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
955 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
957         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
958         to open_by_handle_at.
960 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
962         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
964 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
966         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
967         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
968         open_by_handle.  Augment a few comments.
970 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
972         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
973         cancelable.
974         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
975         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
976         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
977         sync_file_range as cancellation point.
978         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
979         sync_file_range as cancellation point.
981 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
983         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
984         sync_file_range.
986 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
988         * sysdeps/mips/dl-lookup.c: Update from generic version.
990 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
992         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
993         MADV_NOHUGEPAGE): Define.
995 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
997         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
998         PF_CAIF, PF_ALG): Define.
1000 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
1002         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
1003         NO_CTORS_DTORS_SECTIONS is defined.
1004         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1006 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
1008         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1010 2010-12-06  Matt Turner  <mattst88@gmail.com>
1012         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
1014 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
1016         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1017         Change to 2.4.1.
1018         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1020 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
1022         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1023         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
1024         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
1025         for fanotify_mark.
1027 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
1029         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
1030         libm_hidden_def.
1031         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
1033 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
1035         * sysdeps/unix/sysv/linux/mips/kernel-features.h
1036         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
1038 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
1040         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
1041         jump delay slot.
1042         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
1044 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
1046         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
1048 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1050         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
1051         struct statfs64): Add f_flags field.
1053 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1055         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
1056         Define.
1058 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1060         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
1061         and prlimit64.
1062         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1063         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
1064         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
1065         prlimit64 syscall.
1067 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
1069         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
1070         F_GETPIPE_SZ): Define.
1072 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
1074         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
1075         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
1077 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
1079         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
1081 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
1083         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
1084         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
1085         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
1086         Define.
1088 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
1090         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
1091         MSG_WAITFORONE.
1093 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
1095         * sysdeps/mips/dl-lookup.c: Update from generic version.
1097 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
1099         [BZ #11291]
1100         * sysdeps/mips/bits/atomic.h
1101         (__arch_compare_and_exchange_xxx_32_int,
1102         __arch_compare_and_exchange_xxx_64_int,
1103         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
1104         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
1105         Specify *mem as asm output as well as input.
1107 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
1109         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
1111 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
1113         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
1114         _dl_runtime_pltresolve): Calculate offset from start of function
1115         to .cpload instead of hardcoding instruction size.
1117 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
1119         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
1120         problem.
1122 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
1124         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
1125         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
1127 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
1129         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
1130         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
1131         XPG7.
1132         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
1133         fcntl.h.
1135 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
1137         [BZ #11093]
1138         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
1139         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
1141 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
1143         * sysdeps/mips/dl-lookup.c: Update from generic version.
1145 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
1147         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
1148         O_DSYNC to match 2.6.33+ kernels.
1150 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
1152         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
1153         declare recvmmsg.
1155 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
1157         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1158         (posix_fadvise): Remove.
1159         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
1160         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
1161         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
1163 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
1165         * sysdeps/mips/dl-lookup.c: Update from generic version.
1167 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
1169         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1170         for timestamps also if __USE_XOPEN2K8.
1172 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
1174         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1175         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1177 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
1179         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1180         names of parameters of sync_file_range.
1182 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1184         [BZ #10972]
1185         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1186         constants from recent kernels.
1188 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1190         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1191         not already defined.
1193 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
1195         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1196         F_GETOWN_EX): Update values.
1198 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
1200         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1201         of last two arguments when -D_FILE_OFFSET_BITS=64.
1203 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
1205         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1206         f_owner_ex.
1208 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
1210         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1211         and F_GETOWN_EX.
1213 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
1215         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1216         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1217         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1218         (__SYSCALL_CLOBBERS): Likewise.
1219         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1220         (__SYSCALL_CLOBBERS): Likewise.
1222 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
1224         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
1225         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
1226         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1227         variable for env.  Use expansion of CHECK_SP macro for check.
1228         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1230 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
1232         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1233         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1235 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
1237         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1238         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1240 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
1242         * sysdeps/mips/do-lookup.h: Remove.
1243         * sysdeps/mips/dl-lookup.c: Update from generic version, with
1244         non-PIC handling integrated.
1246 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
1248         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1249         and AF_IEEE802154.
1251 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1253         * sysdeps/mips/____longjmp_chk.c: New file.
1254         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
1255         undefine __longjmp.
1256         * sysdeps/mips64/__longjmp.c: Likewise.
1258 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1260         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1261         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1262         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1263         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1265 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1267         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1268         fallocate64@@GLIBC_2.11.
1270 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
1272         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1273         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1275 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
1277         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1278         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1279         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1280         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1281         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1282         Update comment.
1283         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1284         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
1285         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
1286         Add ucontext_i.sym.
1288 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1290         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1291         __ASSUME_PWRITEV): Don't define here.
1293 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
1295         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1297 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
1299         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1300         numbers.
1301         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1302         Define.
1303         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1304         preadv and pwritev.
1306 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
1308         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1309         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1311 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
1313         [BZ #7074]
1314         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1315         Fix the condition used to annotate n32 objects.
1317 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1319         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1320         Change parameters and use next_line.
1322 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1324         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1325         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1326         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1328 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
1330         * sysdeps/mips/bits/link.h: Uglify function parameter names.
1331         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1332         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1333         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1334         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1336 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1338         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1339         fallocate{,64}.
1341 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
1343         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1344         UTIME_OMIT only with __USE_ATFILE.
1346 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1348         [BZ #7040]
1349         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1350         inotify_rm_watch should have type int.
1352 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
1354         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1356 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
1357             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1359         PR glibc/1048
1360         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1361         variable page size for MIPS.
1362         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1363         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1364         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1366 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1368         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1369         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1370         -D_GNU_SOURCE.
1372 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1374         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1375         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1377 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
1379         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1380         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1381         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1382         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1384 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
1386         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1387         Make available only for __USE_GNU.
1389 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
1391         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1392         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1394 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
1396         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1397         __THROW vs. __nonnull order for C++.
1399 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1401         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1402         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1403         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1405 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1406             Daniel Jacobowitz  <dan@codesourcery.com>
1407             Richard Sandiford  <rdsandiford@googlemail.com>
1409         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1410         * sysdeps/mips/dl-lookup.c: New.
1411         * sysdeps/mips/do-lookup.h: New.
1412         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1413         definition.
1414         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1415         if needed.
1416         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1417         (elf_machine_type_class): Likewise.
1418         (ELF_MACHINE_PLT_REL): Define.
1419         (elf_machine_fixup_plt): New.
1420         (elf_machine_plt_value): New.
1421         (elf_machine_reloc): Handle jump slot and copy relocations.
1422         (elf_machine_lazy_rel): Point relocation place at PLT if
1423         required.
1424         (RESOLVE_GOTSYM): Take a relocation type argument.
1425         (elf_machine_got_rel): Bind lazy stubs directly to their target if
1426         !lazy.  Skip lazy binding for PLT symbols.
1427         (elf_machine_runtime_setup): Fill in .got.plt header.
1428         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1429         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1430         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1431         (_dl_runtime_pltresolve): New.
1432         * sysdeps/mips/bits/linkmap.h: New file.
1433         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1434         64-bit versions.
1436         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1437         Delete definition.
1438         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1439         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1440         (PSEUDO): Use them.  Move outside __PIC__.
1441         (PSEUDO_JMP): New.
1442         (CENABLE, CDISABLE): Use it.
1444 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1446         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1447         to epoll_create1.
1449 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1451         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1452         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1453         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1454         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1455         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1456         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1457         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1459 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1461         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1462         volatile.
1464 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1466         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1467         type.
1469 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1471         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1472         (SOCK_DCCP): Define.
1474 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1476         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1477         RUSAGE_THREAD and RUSAGE_LWP.
1479 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1481         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1482         shmid_ds.
1484 2008-04-21  Khem Raj  <kraj@mvista.com>
1486         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1488 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1490         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1491         truncate and ftruncate systems calls.
1492         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1493         empty file.
1494         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1496 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1498         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1499         ARG_MAX if <linux/limits.h> has defined it.
1501 2008-03-28  Robin Randhawa  <robin@mips.com>
1503         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1504         barriers to enforce strict ordering on weakly ordered systems.
1506 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1507             Daniel Jacobowitz  <dan@codesourcery.com>
1509         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1510         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1511         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1513 2008-03-09  Andreas Jaeger  <aj@suse.de>
1515         [BZ #5753]
1516         * sysdeps/mips/ieee754.h: Use protected namespace
1517         __BIG_ENDIAN/__LITTLE_ENDIAN.
1518         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1520 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1522         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1523         Reorganize to match other architectures.  Replace _timer._timer1
1524         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1525         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1526         (si_timerid, si_overrun): Define.
1527         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1528         (__pthread_attr_s): Remove declaration.
1529         (struct sigevent): Remove XXX.  Add _tid.
1531 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1533         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1535 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1537         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1538         type and __THROW marker of splice, vmsplice, and tee.
1540 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1542         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1543         LLL_PRIVATE argument to lll_futex_wake.
1544         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1545         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1546         comment.
1547         (PF_IUCV, PF_RXRPC): Define.
1548         (PF_MAX): Update.
1549         (AF_IUCV, AF_RXRPC): Define.
1550         (MSG_CMSG_CLOEXEC): Define.
1551         (_EXTERN_INLINE): Define to __extern_inline.
1552         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1553         UTIME_OMIT): Define.
1554         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1555         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1556         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1557         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1558         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1559         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1560         LLL_LOCK_*.  Include <kernel-features.h>.
1561         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1562         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1563         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1564         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1565         lll_futex_wait.
1566         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1567         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1568         private arguments.
1569         (__lll_robust_trylock): Convert to macro.
1570         (__lll_robust_lock_wait): Add private argument.
1571         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1572         (__lll_lock): Convert to macro.  Take private argument.
1573         (__lll_cond_lock): Likewise.
1574         (lll_lock, lll_cond_lock): Take private arguments.
1575         (__lll_robust_lock): Take private argument.  Convert to macro.
1576         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1577         lll_robust_cond_lock): Take private arguments.
1578         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1579         arguments.
1580         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1581         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1582         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1583         private arguments.
1584         (lll_unlock, lll_robust_unlock): Take private arguments.
1585         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1586         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1587         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1588         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1589         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1590         lll_cond_wake, lll_cond_broadcast): Remove.
1591         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1592         to __extern_inline.
1594 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1596         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1597         New macros for the (n)64 and n32 ABIs.
1598         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1600 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1602         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1603         Define __WORDSIZE_COMPAT32 as 1.
1605 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1607         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1608         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1609         PTHREAD_STACK_MIN.
1611 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1613         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1615         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1616         Delete.
1618 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1620         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1621         (internal_syscall1, internal_syscall2, internal_syscall3,
1622         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1624 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1626         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1627         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1628         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1629         THREAD_GSCOPE_WAIT): Define.
1630         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1631         (FUTEX_PRIVATE_FLAG): Define.
1632         (lll_unlock_wake_cb): Delete prototype.
1633         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1634         <endian.h>.
1635         (pthread_rwlock_t): Shrink __flags and add __shared.
1637 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1639         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1640         (posix_fadvise): Fix high word of len argument.
1642 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1644         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1645         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1646         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1647         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1648         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1649         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1651 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1653         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1654         * sysdeps/mips/mips64/n64/Implies: Likewise.
1655         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1656         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1657         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1658         <fpu_control.h>.  Use hardware exception and rounding mode
1659         settings.
1661 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1663         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1664         r_info argument to ElfW(Addr).
1666 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1668         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1670 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1671             Daniel Jacobowitz  <dan@codesourcery.com>
1673         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1674         shmctl, and semctl.
1675         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1676         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1677         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1679 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1681         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1682         PTR_DEMANGLE): Define.
1683         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1684         PTR_DEMANGLE): Define.
1685         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1686         PTR_DEMANGLE): Define.
1688 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1690         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1691         (cfi_same_value): Delete definition.
1693 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1695         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1696         (elf_machine_reloc): New function, retaining the body of
1697         elf_machine_rel.  Take the reloc's r_info field as an argument,
1698         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1699         When inplace_p is false, use r_addend as the addend, not the contents
1700         of the relocation field.  Hoist the conversion of reloc_addr to
1701         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1702         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1703         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1704         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1705         to ElfW(Rela).
1707 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1709         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1710         multiple inclusion guard.
1711         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1713 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1715         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1716         to match the kernel.
1718 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1720         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1721         (RTLD_SINGLE_THREAD_P): Define.
1722         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1724 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1726         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1727         prototype.
1729 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1731         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1732         code.
1733         (__xstat_conv): Use memset to clear padding arrays.  Check for
1734         overflow.
1735         (__xstat64_conv): Use memset to clear padding arrays.
1736         (__xstat32_conv): New function.
1737         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1738         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1740 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1742         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1743         floating-point registers.
1744         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1745         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1746         Likewise.
1748 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1750         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1751         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1753 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1755         * sysdeps/mips/mips64/n32/libm-test-ulps,
1756         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1758 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1760         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1761         defined, include the named file.
1763 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1765         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1766         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1767         Define.
1769 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1771         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1772         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1773         types.
1775 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1777         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1778         Don't use struct timespec.
1779         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1780         __xstat64_conv): Copy individual timespec fields.
1782 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1784         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1786 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1788         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1789         * sysdeps/mips/fpu/fesetround.c: Likewise.
1791 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1792             Daniel Jacobowitz  <dan@codesourcery.com>
1794         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1795         dump sc_cause, sc_status or sc_badvaddr.
1796         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1797         structure definitions after DSP kernel changes.
1798         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1799         after the same DSP changes.
1801 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1803         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1804         st_atim, st_mtim and st_ctim interface.
1805         (struct stat64): Likewise.
1806         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1807         Replace st_atime and its padding field with st_atim.  Likewise
1808         st_mtime/st_mtim and st_ctime/st_ctim.
1809         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1810         after above changes.
1811         (__xstat64_conv): Likewise.
1813 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1815         * sysdeps/mips/ldsodefs.h: New file.
1816         * sysdeps/mips/tst-audit.h: New file.
1818 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1820         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1821         for consistency with other ports.
1822         (MADV_REMOVE): Correct value.
1823         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1824         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1825         POSIX_MADV_DONTNEED): Define.
1827 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1829         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1830         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1831         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1832         and SYNC_FILE_RANGE_WAIT_AFTER.
1833         Declare sync_file_range, vmsplice, splice and tee.
1835 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1837         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1838         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1839         prototype.
1841 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1843         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1844         Define.
1846 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1848         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1849         typo.
1851 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1853         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1854         i386/fork.c.
1856 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1858         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1859         libc_cv_localedir, libdir, arch_minimum_kernel, and
1860         libc_cv_gcc_unwind_find_fde.
1861         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1862         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1863         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1865 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1867         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1868         (__pthread_list_t, __pthread_slist_t): New typedefs.
1869         (pthread_mutex_t): Replace __next and __prev fields with __list.
1870         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1871         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1872         (lll_futex_wake_unlock): Define.
1873         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1874         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1875         lll_robust_mutex_unlock): New macros.
1876         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1877         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1878         vfork.S.
1879         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1881 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1883         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1884         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1886 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1888         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1889         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1890         (INTERNAL_SYSCALL_NCS): New.
1891         (internal_syscall0, internal_syscall1, internal_syscall2,
1892         internal_syscall3, internal_syscall4, internal_syscall5,
1893         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1894         Use them.  Correct types for registers.
1895         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1896         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1897         (INTERNAL_SYSCALL_NCS): New.
1898         (internal_syscall0, internal_syscall1, internal_syscall2,
1899         internal_syscall3, internal_syscall4, internal_syscall5,
1900         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1901         Use them.
1902         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1903         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1904         points.
1905         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1906         Use Elf(Addr) for TLS relocation targets.
1907         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1908         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1909         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1910         futexp to long for n64.
1911         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1913 2006-02-20  Roland McGrath  <roland@redhat.com>
1915         * sysdeps/mips/shlib-versions: New file.
1916         * sysdeps/mips/preconfigure: New file.
1917         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.