Fix handling of collating symbols in regexps
[glibc.git] / ports / ChangeLog.mips
blob3dcac85d9a8dfb6eabb80c474cdbde587b8fb90b
1 2013-02-11  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/mips/include/sys/asm.h: New file.
4         * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use SETUP_GP64_REG
5         and RESTORE_GP64_REG.
6         * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
7         * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Likewise.
8         * sysdeps/mips/sys/asm.h (__mips_cfi_startproc): Define to empty.
9         (__mips_cfi_endproc): Likewise.
10         (LEAF): Use __mips_cfi_startproc.
11         (NESTED): Likewise.
12         (END): Use __mips_cfi_endproc.
13         (EXPORT): Use __mips_cfi_startproc.
14         * sysdeps/unix/mips/mips32/sysdep.h (PSEUDO): Add CFI information
15         for error-handling code in both definitions.
16         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Likewise.
17         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Likewise.
18         * sysdeps/unix/mips/sysdep.h (ENTRY): Use cfi_startproc.
19         (END): Use cfi_endproc.
20         (PSEUDO_END): Likewise.
21         (PSEUDO_END_NOERRNO): Likewise.
22         (PSEUDO_END_ERRVAL): Likewise.
23         * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Add CFI
24         information.  Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
25         * sysdeps/unix/sysv/linux/mips/getcontext.S (__getcontext):
26         Likewise.
27         * sysdeps/unix/sysv/linux/mips/makecontext.S (__makecontext):
28         Likewise.
29         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
30         SETUP_GP64_REG and RESTORE_GP64_REG.
31         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
32         [(!NOT_IN_libc || IS_IN_libpthread || IS_IN_librt) && __PIC__]
33         (PSEUDO): Use cfi_endproc before ENTRY.
34         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Add CFI
35         information.  Use SETUP_GP64_REG and RESTORE_GP64_REG.
36         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h [(!NOT_IN_libc
37         || IS_IN_libpthread || IS_IN_librt) && __PIC__] (PSEUDO): Use
38         cfi_endproc before ENTRY.
39         * sysdeps/unix/sysv/linux/mips/setcontext.S (__setcontext): Add
40         CFI information.  Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
41         * sysdeps/unix/sysv/linux/mips/swapcontext.S (__swapcontext):
42         Likewise.
43         * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Add CFI
44         information.  Use SETUP_GP64_REG and RESTORE_GP64_REG.
46 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
48         [BZ #13550]
49         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: Don't include
50         <bp-checks.h>.
51         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
52         (__libc_pread): Don't use CHECK_N.
53         * sysdeps/unix/sysv/linux/mips/pread64.c: Don't include
54         <bp-checks.h>.
55         (__libc_pread64): Don't use CHECK_N.
56         * sysdeps/unix/sysv/linux/mips/pwrite.c: Don't include
57         <bp-checks.h>.
58         (__libc_pwrite): Don't use CHECK_N.
59         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Don't include
60         <bp-checks.h>.
61         (__libc_pwrite64): Don't use CHECK_N.
63         * sysdeps/mips/add_n.S (__mpn_add_n): Use END.
64         * sysdeps/mips/bsd-_setjmp.S (_setjmp): Likewise.
65         * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
66         * sysdeps/mips/mips64/add_n.S (__mpn_add_n): Use ENTRY and END.
67         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Likewise.
68         * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use END.
69         * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
70         * sysdeps/mips/mips64/lshift.S (__mpn_lshift): Use ENTRY and END.
71         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Likewise.
72         * sysdeps/mips/mips64/rshift.S (__mpn_rshift): Likewise.
73         * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Use END.
74         * sysdeps/mips/mips64/sub_n.S (__mpn_sub_n): Use ENTRY and END.
75         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Likewise.
76         * sysdeps/mips/setjmp.S (__sigsetjmp): Use END.
78         [BZ #13550]
79         * sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: Do not include
80         <bp-checks.h>.
81         (__msgctl): Do not use CHECK_1.
82         * sysdeps/unix/sysv/linux/mips/mips64/shmctl.c: Do not include
83         <bp-checks.h>.
84         (__shmctl): Do not use CHECK_1.
85         * sysdeps/unix/sysv/linux/mips/ustat.c: Do not include
86         <bp-checks.h>.
87         (ustat): Do not use CHECK_1.
89 2013-02-05  Maciej W. Rozycki  <macro@codesourcery.com>
91         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Add a missing
92         space in asm register specifiers throughout.
93         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
94         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
96         [BZ #15054]
97         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (MOVE32):
98         New macro.
99         (INTERNAL_SYSCALL_NCS): Use it.  Rewrite to respect the syscall
100         restart convention.
101         (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
102         convention.
103         (internal_syscall0, internal_syscall1): Likewise.
104         (internal_syscall2, internal_syscall3): Likewise.
105         (internal_syscall4, internal_syscall5): Likewise.
106         (internal_syscall6, internal_syscall7): Likewise.
107         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (MOVE32):
108         New macro.
109         (INTERNAL_SYSCALL_NCS): Use it.  Rewrite to respect the syscall
110         restart convention.
111         (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
112         convention.
113         (internal_syscall0, internal_syscall1): Likewise.
114         (internal_syscall2, internal_syscall3): Likewise.
115         (internal_syscall4, internal_syscall5): Likewise.
116         (internal_syscall6): Likewise.
117         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (MOVE32):
118         New macro.
119         (INTERNAL_SYSCALL_NCS): Use it.  Rewrite to respect the syscall
120         restart convention.
121         (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
122         convention.
123         (internal_syscall0, internal_syscall1): Likewise.
124         (internal_syscall2, internal_syscall3): Likewise.
125         (internal_syscall4, internal_syscall5): Likewise.
126         (internal_syscall6): Likewise.
128 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
130         [BZ #13550]
131         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: Do not include
132         <bp-checks.h>.
133         (truncate64): Do not use CHECK_STRING.
134         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
135         <bp-checks.h>.
136         (__fxstatat64): Do not use CHECK_STRING.
137         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Do not include
138         <bp-checks.h>.
139         (__lxstat64): Do not use CHECK_STRING.
140         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Do not include
141         <bp-checks.h>.
142         (__xstat64): Do not use CHECK_STRING.
144 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
146         [BZ #13550]
147         * sysdeps/unix/sysv/linux/mips/mips64/semctl.c: Don't include
148         <bp-checks.h> and <bp-semctl.h>.
149         (__semctl): Don't use CHECK_SEMCTL.
151 2013-01-29  Maciej W. Rozycki  <macro@codesourcery.com>
153         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Correct
154         whitespace damage throughout.
155         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
157 2013-01-25  Steve Ellcey  <sellcey@mips.com>
159         * sysdeps/mips/memmove.c: Remove.
161 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
163         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h (struct
164         sigcontext): Use __extension__ with long long in all definitions.
166 2013-01-08  Steve Ellcey  <sellcey@mips.com>
168         * sysdeps/mips/memcpy.S: Change prefetch hint, reorder partial
169         loads and stores, set and use MAX_PREFETCH_SIZE.
171 2013-01-08  Andreas Jaeger  <aj@suse.de>
173         [BZ# 14985]
174         * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): Remove.
176 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
178         * All files with FSF copyright notices: Update copyright dates
179         using scripts/update-copyrights.
181 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
183         * sysdeps/mips/bits/dlfcn.h: Reformat copyright notice.
184         * sysdeps/mips/bits/mathdef.h: Likewise.
185         * sysdeps/mips/bits/setjmp.h: Likewise.
186         * sysdeps/mips/ieee754/ieee754.h: Likewise.
187         * sysdeps/mips/machine-gmon.h: Likewise.
188         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
189         * sysdeps/mips/mips64/setjmp.S: Likewise.
190         * sysdeps/mips/start.S: Likewise.
191         * sysdeps/unix/mips/mips64/n32/sysdep.h: Likewise.
192         * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
193         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
194         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
196 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
198         * sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW):
199         Define to set cw to 0, not just to plain "0" as a statement.
200         [__mips_soft_float] (_FPU_SETCW): Define to (void) (cw), rather
201         than doing nothing with cw.
203 2012-11-30  Joseph Myers  <joseph@codesourcery.com>
205         * sysdeps/mips/mips32/libm-test-ulps: Update.
206         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
208 2012-11-29  Joseph Myers  <joseph@codesourcery.com>
210         [BZ #14893]
211         * sysdeps/mips/mips64/n32/_itoa.h: New file.
212         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include
213         <sgidefs.h>.
214         (CTX_TYPE): New macro.
215         (CTX_REG): Likewise.
216         (CTX_PC): Likewise.
217         (CTX_MDHI): Likewise.
218         (CTX_MDLO): Likewise.
219         (REG_HEX_SIZE): Likewise.
220         (hexvalue): Take _ITOA_WORD_TYPE argument.
221         (register_dump): Use these macros instead of hardcoding struct
222         sigcontext * type and accesses and 8-byte textual output for
223         registers.
225 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
227         [BZ #14822]
228         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
229         (sendfile): New syscall entry.
230         * sysdeps/unix/sysv/linux/mips/mips64/n64/sendfile64.c: New file.
231         Copy of ../sysdeps/unix/sysv/linux/wordsize-64/sendfile64.c.
233 2012-11-21  Joseph Myers  <joseph@codesourcery.com>
235         * sysdeps/mips/jmpbuf-unwind.h (_jmpbuf_sp): Cast regs[0].__sp to
236         uintptr_t.
238         * sysdeps/mips/sotruss-lib.c: New file.
240 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
242         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
243         (internal_syscall1): Use parentheses around macro arguments.
244         (internal_syscall2): Likewise.
245         (internal_syscall3): Likewise.
246         (internal_syscall4): Likewise.
247         (internal_syscall5): Likewise.
248         (internal_syscall6): Likewise.
249         (internal_syscall7): Likewise.
250         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
251         (internal_syscall1): Likewise.
252         (internal_syscall2): Likewise.
253         (internal_syscall3): Likewise.
254         (internal_syscall4): Likewise.
255         (internal_syscall5): Likewise.
256         (internal_syscall6): Likewise.
258         * sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
259         _Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer
260         type.
261         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c (CHECK_SP): Cast
262         ss_sp to long before casting to sp_type.
263         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h [_MIPS_SIM ==
264         _ABIO32] (GET_PC): Cast to unsigned long before casting to a
265         pointer type.
266         [_MIPS_SIM == _ABIO32] (GET_FRAME): Likewise.
267         [_MIPS_SIM == _ABIO32] (GET_STACK): Likewise.
268         [_MIPS_SIM != _ABIO32] (GET_PC): Likewise.
269         [_MIPS_SIM != _ABIO32] (GET_FRAME): Likewise.
270         [_MIPS_SIM != _ABIO32] (GET_STACK): Likewise.
272         * sysdeps/mips/bits/atomic.h [!__GNUC_PREREQ (4, 8)]
273         (__arch_compare_and_exchange_xxx_8_int): Separate assignments to
274         __prev and __cmp.  Cast __cmp to void.
275         [!__GNUC_PREREQ (4, 8)] (__arch_compare_and_exchange_xxx_16_int):
276         Likewise.
277         [!__GNUC_PREREQ (4, 8) && _MIPS_SIM == _ABIO32]
278         (__arch_compare_and_exchange_xxx_64_int): Likewise.
280 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
282         * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Declare VERSION
283         variable with __attribute__ ((unused)).
285         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
286         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
287         (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
288         (INTERNAL_SYSCALL_ERRNO): Cast err to void.
289         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
290         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
291         (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
292         (INTERNAL_SYSCALL_ERRNO): Cast err to void.
293         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
294         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
295         (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
296         (INTERNAL_SYSCALL_ERRNO): Cast err to void.
298 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
300         * sysdeps/mips/bits/atomic.h
301         (__arch_compare_and_exchange_bool_8_int): Mark __PREV variable
302         with __attribute__ ((unused)).
303         (__arch_compare_and_exchange_bool_16_int): Likewise.
304         (__arch_compare_and_exchange_bool_32_int): Likewise.
305         (__arch_compare_and_exchange_bool_64_int): Likewise.
307 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
309         * sysdeps/mips/memmove.c: New file.  Use memcpy for forward memmove.
311 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
313         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
314         (lll_futex_timed_wait_bitset): New macro.
316 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
318         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't
319         include <stub-tag.h>.
321 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
323         * sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add
324         libm_hidden_def.
326         [BZ #3439]
327         * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define macro to integer
328         constant usable in #if and use that to give value to enum
329         constant.
330         (FE_UNDERFLOW): Likewise.
331         (FE_OVERFLOW): Likewise.
332         (FE_DIVBYZERO): Likewise.
333         (FE_INVALID): Likewise.
334         (FE_TONEAREST): Likewise.
335         (FE_TOWARDZERO): Likewise.
336         (FE_UPWARD): Likewise.
337         (FE_DOWNWARD): Likewise.
339 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
341         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
343         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
344         (GLIBC_2.17): Add clock_* symbols.
346 2012-10-31  Steve Ellcey  <sellcey@mips.com>
348         * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
349         it work in 32 or 64 bit modes.
350         * sysdeps/mips/mips64/memcpy.S: Remove.
352 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
354         [BZ #14047]
355         * sysdeps/mips/tininess.h: New file.
357 2012-10-29  Steve Ellcey  <sellcey@mips.com>
359         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
360         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
361         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
362         * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
363         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
364         * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
365         (abi-variants): Add hard and soft float versions.
366         (abi-o32-options): Remove.
367         (abi-o32-condition): Remove.
368         (abi-n32-options): Remove.
369         (abi-n32-condition): Remove.
370         (abi-n64-options): Remove.
371         (abi-n64-condition): Remove.
372         (abi-o32_soft-options): New.
373         (abi-o32_soft-condition): New.
374         (abi-o32_hard-options): New.
375         (abi-o32_hard-condition): New.
376         (abi-n32_soft-options): New.
377         (abi-n32_soft-condition): New.
378         (abi-n32_hard-options): New.
379         (abi-n32_hard-condition): New.
380         (abi-n64_soft-options): New.
381         (abi-n64_soft-condition): New.
382         (abi-n64_hard-options): New.
383         (abi-n64_hard-condition): New.
385 2012-10-19  Roland McGrath  <roland@hack.frob.com>
387         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
388         (GLIBC_2.17): Add clock_* symbols.
389         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
391 2012-10-24  Andreas Jaeger  <aj@suse.de>
393         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
394         definitions and declarations that are provided by
395         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
397 2012-10-03  Steve Ellcey  <sellcey@mips.com>
399         * sysdeps/mips/ieee754.h: Move to...
400         * sysdeps/mips/ieee754/ieee754.h: Here.
401         * sysdeps/mips/mips32/Implies: Add mips/ieee754.
402         * sysdeps/mips/mips64/Implies: Ditto.
403         * sysdeps/mips/mips64/n32/Implies: Ditto.
404         * sysdeps/mips/mips64/n64/Implies: Ditto.
406 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
408         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
409         flag name in comment to CLONE_CHILD_CLEARTID.
411 2012-09-28  Roland McGrath  <roland@hack.frob.com>
413         * sysdeps/mips/init-first.c: File removed.
415 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
417         * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
419 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
421         * sysdeps/unix/sysv/linux/mips/kernel-features.h
422         (__ASSUME_STAT64_SYSCALL): Remove.
424 2012-08-27  Guido Guenther  <agx@sigxcpu.org>
426         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
428 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
430         * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
431         _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
432         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file.  Based
433         on version from ../sysdeps/unix/sysv/linux/.
434         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
435         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
437 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
439         * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
440         <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
441         struct La_mips_32_regs and struct La_mips_64_regs are not constant.
443 2012-08-15  Tom de Vries  <vries@codesourcery.com>
444             Maxim Kuvyrkov  <maxim@codesourcery.com>
446         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
447         (__libc_lock_trylock): Define versions optimized for MIPS.
449 2012-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
451         * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
452         * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
453         * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
455 2012-08-15  Joseph Myers  <joseph@codesourcery.com>
457         * sysdeps/mips/dl-lookup.c: Update from generic version.
459 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
461         [__GNUC_PREREQ (4, 8)]
462         (atomic_exchange_and_add): Split into ...
463         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
464         New atomic macros.
465         [!__GNUC_PREREQ (4, 8)]
466         (atomic_exchange_and_add): Split into ...
467         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
468         New atomic macros.
470 2012-08-09  Joseph Myers  <joseph@codesourcery.com>
472         * sysdeps/unix/sysv/linux/mips/kernel-features.h
473         (__ASSUME_UTIMES): Define.
475 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
477         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
478         Remove.
479         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
481 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
483         * sysdeps/unix/sysv/linux/mips/kernel-features.h
484         (__ASSUME_FCNTL64): Remove.
486 2012-08-01  Steve Ellcey  <sellcey@mips.com>
488         * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
489         _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
490         _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
491         macro.
492         (PREFX): Likewise.
494 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
496         * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
497         * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
498         * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
499         * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
500         * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
501         * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
503 2012-07-27  Joseph Myers  <joseph@codesourcery.com>
505         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
506         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
508 2012-07-25  Florian Weimer  <fweimer@redhat.com>
510         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
511         secure_getenv.
512         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
513         Likewise.
514         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
515         Likewise.
517 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
519         * sysdeps/mips/configure.in: Remove TLS check.
520         * sysdeps/mips/configure: Regenerated.
522         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
523         file.
524         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
525         Likewise.
526         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
527         Likewise.
529 2012-07-11  Tom de Vries  <vries@codesourcery.com>
530             Maxim Kuvyrkov  <maxim@codesourcery.com>
532         * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
533         (__arch_compare_and_exchange_bool_32_int)
534         (__arch_compare_and_exchange_val_32_int)
535         (__arch_compare_and_exchange_bool_64_int)
536         (__arch_compare_and_exchange_val_64_int)
537         Define in terms of __atomic_compare_exchange_n.
538         [__GNUC_PREREQ (4, 8)]
539         (__arch_exchange_32_int, __arch_exchange_64_int):
540         Define in terms of __atomic_exchange_n.
541         [__GNUC_PREREQ (4, 8)]
542         (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
543         Define in terms of __atomic_fetch_add.
544         [!__GNUC_PREREQ (4, 8)]: Update formatting.
546 2012-07-06  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
548         * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
549         the stack pointer.
551 2012-06-19  Joseph Myers  <joseph@codesourcery.com>
553         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
554         _gp_disp entry.
555         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
556         Likewise.
557         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
558         Likewise.
559         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
560         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
561         Likewise.
562         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
563         Likewise.
564         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
565         Likewise.
566         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
567         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
568         Likewise.
569         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
570         Likewise.
571         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
572         Likewise.
573         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
574         Likewise.
575         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
576         Likewise.
577         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
578         Likewise.
579         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
580         Likewise.
581         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
582         Likewise.
583         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
584         Likewise.
585         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
586         Likewise.
587         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
588         Likewise.
589         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
590         Likewise.
591         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
592         Likewise.
594 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
596         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
597         (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
598         variable.
600 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
602         * sysdeps/mips/mips64/n32/s_fma.c: New file.
603         * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
605         * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
606         typo.
608 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
610         * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
612         * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
613         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
615 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
617         * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
618         settings out of conditional.
620         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
621         __connect_internal alias.
623         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
624         (FP_TRAPPING_EXCEPTIONS): Define.
626         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
627         Rename to abi-variants.
628         (syscall-list-includes): Rename to abi-includes.
629         (syscall-list-o32-options): Rename to abi-o32-options.
630         (syscall-list-o32-condition): Rename to abi-o32-condition.
631         (syscall-list-n32-options): Rename to abi-n32-options.
632         (syscall-list-n32-condition): Rename to abi-n32-condition.
633         (syscall-list-n64-options): Rename to abi-n64-options.
634         (syscall-list-n64-condition): Rename to abi-n64-condition.
635         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
636         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
637         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
639         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
640         _internal alias by hidden_def.
642 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
644         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
645         file.
646         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
647         Likewise.
648         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
649         Likewise.
650         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
651         Likewise.
652         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
653         Likewise.
654         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
655         Likewise.
656         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
657         Likewise.
658         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
659         Likewise.
661 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
663         * sysdeps/unix/sysv/linux/mips/kernel-features.h
664         (__ASSUME_32BITUIDS): Remove.
666 2012-05-23  Steve Ellcey  <sellcey@mips.com>
668         * sysdeps/unix/sysv/linux/mips/Makefile
669         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
670         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
671         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
673 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
675         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
676         Define.
677         (MADV_DODUMP): Likewise.
679 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
681         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
682         __WORDSIZE_TIME64_COMPAT32.
684         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
685         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
686         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
688 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
690         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
691         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
692         (kernel-features.h): Don't include.
693         [__NR_ftruncate64]: Make code unconditional.
694         [!__NR_ftruncate64]: Remove conditional code.
695         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
696         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
697         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
698         (kernel-features.h): Don't include.
699         [__NR_truncate64]: Make code unconditional.
700         [!__NR_truncate64]: Remove conditional code.
701         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
702         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
703         Add syscall.
704         (truncate): Likewise.
705         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
706         (ftruncate): Remove syscall.
707         (truncate): Likewise.
708         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
709         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
710         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
711         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
713 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
715         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
716         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
717         type unsigned long and names st_atimensec, st_mtimensec and
718         st_ctimensec.
719         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
721 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
723         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
724         Remove conditional code.
725         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
726         * sysdeps/unix/sysv/linux/mips/pread64.c
727         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
728         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
729         * sysdeps/unix/sysv/linux/mips/pwrite.c
730         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
731         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
732         * sysdeps/unix/sysv/linux/mips/pwrite64.c
733         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
734         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
735         * sysdeps/unix/sysv/linux/mips/sigaction.c
736         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
737         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
739 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
741         * sysdeps/mips/dl-lookup.c: Update from generic version.
743 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
745         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
746         * sysdeps/mips/mips32/libm-test-ulps: ... here.
747         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
748         * sysdeps/mips/mips64/libm-test-ulps: ... here.
749         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
751 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
753         [BZ #14044]
754         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
755         from libc version and add symbol versions.
756         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
757         (GLIBC_2.3.3): Add posix_fadvise64.
759 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
761         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
762         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
763         Likewise.
764         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
765         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
766         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
767         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
768         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
769         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
770         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
771         Likewise.
772         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
773         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
774         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
775         Likewise.
776         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
777         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
778         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
779         Likewise.
780         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
781         Likewise.
782         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
783         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
784         Likewise.
785         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
786         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
787         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
788         Likewise.
789         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
790         Likewise.
791         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
792         Likewise.
793         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
794         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
795         Likewise.
796         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
797         Likewise.
798         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
799         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
800         Likewise.
801         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
802         Likewise.
803         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
804         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
805         Likewise.
806         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
807         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
808         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
809         Likewise.
810         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
811         Likewise.
812         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
813         Likewise.
814         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
815         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
816         Likewise.
817         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
818         Likewise.
820         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
821         __MIPSEB instead of __BYTE_ORDER.
822         * sysdeps/mips/mips64/memset.S: Likewise.
824 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
826         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
827         Change to 2.6.12.
828         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
830 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
832         * sysdeps/unix/mips/brk.S: Remove file.
833         * sysdeps/unix/mips/dl-brk.S: Likewise.
834         * sysdeps/unix/mips/sigreturn.S: Likewise.
835         * sysdeps/unix/mips/wait.S: Likewise.
837 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
839         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
840         instead of __BYTE_ORDER.
841         * sysdeps/mips/memset.S: Likewise.
843         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
844         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
846 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
848         * sysdeps/unix/mips/fork.S: Remove file.
850 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
852         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
853         (ldd_rewrite_script): Change $dest to $dir.
854         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
856 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
858         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
859         sysdeps/unix/sysv/linux/arm/readahead.c not
860         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
862 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
864         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
865         (MAP_HUGETLB): Likewise.
867 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
869         * sysdeps/mips/elf/start.S: Moved to ...
870         * sysdeps/mips/start.S: ...here.
871         * sysdeps/mips/elf/configure.in: Moved to ...
872         * sysdeps/mips/configure.in: ...here.  Update comment.
873         * sysdeps/mips/configure: New generated file.
875 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
877         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
878         instead of <stdio-common/_itoa.h>.
880 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
882         [BZ #13673]
883         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
884         with URL.
886 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
888         [BZ #13673]
889         Replace FSF snail mail address with URLs, as per GNU coding standards.
891 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
893         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
894         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
896 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
898         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
899         declare recvmmsg and sendmmsg.
901 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
903         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
904         Change union tag to pthread_attr_t.  Only define typedef if not
905         already defined.
906         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
907         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
908         typedef if not already defined.
910 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
912         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
913         siginfo_t struct.  Add forward declaration of pthread_attr_t and
914         use it in sigevent.
915         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
916         pthread_attr_t union.
918 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
920         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
921         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
922         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
923         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
925 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
927         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
928         not defined.
930 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
932         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
933         matching the array in dl-procinfo.c.
935 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
937         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
938         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
939         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
941 2012-02-15  Robert Millan  <rmh@gnu.org>
943         [BZ #12301]
944         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
945         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
947 2012-02-15  Robert Millan  <rmh@gnu.org>
949         [BZ #12298]
950         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
951         * sysdeps/mips/sys/tas.h: ... here.
953 2012-02-15  Robert Millan  <rmh@gnu.org>
955         [BZ #12297]
956         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
957         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
958         * sysdeps/unix/mips/entry.h: ... here.
960 2012-02-15  Robert Millan  <rmh@gnu.org>
962         [BZ #12193]
963         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
964         Define.
965         * sysdeps/mips/dl-procinfo.c: New file.
966         * sysdeps/mips/dl-procinfo.h: Likewise.
968 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
970         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
971         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
973 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
975         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
976         around calls to _dl_lookup_symbol_x.
978 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
980         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
981         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
983 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
985         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
986         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
988 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
990         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
991         for sysdeps/generic/initfini.c.
992         * sysdeps/mips/mips32/crtn.S: Likewise.
993         * sysdeps/mips/mips64/n32/crti.S: Likewise.
994         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
995         * sysdeps/mips/mips64/n64/crti.S: Likewise.
996         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
997         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
998         (CFLAGS-pt-initfini.s): Likewise.
999         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
1000         variables.
1002 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
1004         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
1005         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
1006         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1007         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1009 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
1011         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
1012         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1013         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
1014         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1015         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
1016         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1017         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
1019 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
1021         * sysdeps/mips/nptl/shlib-versions: New.
1023 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
1025         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
1027 2012-01-04  Tom de Vries  <tom@codesourcery.com>
1029         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
1030         -fno-unwind-tables.
1032 2012-01-03  Tom de Vries  <tom@codesourcery.com>
1034         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
1035         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
1037 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
1039         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
1040         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
1041         Remove.
1042         (syscall-list-variants, syscall-list-includes)
1043         (syscall-list-o32-options, syscall-list-o32-condition)
1044         (syscall-list-n32-options, syscall-list-n32-condition)
1045         (syscall-list-n64-options, syscall-list-n64-condition): Define.
1046         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
1047         asm-unistd.h.
1048         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1049         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
1051 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
1053         [BZ #13538]
1054         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
1055         (EPOLLET): Initialize with unsigned values.
1057 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
1059         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
1060         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
1062 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
1064         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
1065         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
1067 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
1069         * sysdeps/mips/dl-lookup.c: Update from generic version.
1071 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
1073         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
1074         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
1075         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
1077 2011-10-05  Andreas Schwab  <schwab@redhat.com>
1079         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
1080         (elf_machine_lazy_rel): Add parameter skip_ifunc.
1082 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
1084         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
1085         return value to (struct cmsghdr *).
1087 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
1089         * sysdeps/mips/elf/configure.in: Always test for TLS support and
1090         error out in case it is missing.
1091         * sysdeps/mips/elf/configure: Regenerate.
1092         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
1094 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
1096         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
1097         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
1099 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
1101         [BZ #13109]
1102         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
1103         (statfs): New.
1104         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
1105         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
1107 2011-08-02  Matt Turner  <mattst88@gmail.com>
1109         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
1111 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
1113         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
1114         Define.
1116 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
1118         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
1119         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
1121 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
1123         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
1124         mention raise in the comment.
1126 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
1128         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
1129         Add.
1131 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
1133         * sysdeps/mips/dl-lookup.c: Update from generic version.
1135 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
1137         * sysdeps/mips/dl-lookup.c: Update from generic version.
1139 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
1141         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
1143 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1145         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
1146         to open_by_handle_at.
1148 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1150         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
1152 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1154         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
1155         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
1156         open_by_handle.  Augment a few comments.
1158 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1160         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
1161         cancelable.
1162         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
1163         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
1164         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
1165         sync_file_range as cancellation point.
1166         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
1167         sync_file_range as cancellation point.
1169 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1171         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
1172         sync_file_range.
1174 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1176         * sysdeps/mips/dl-lookup.c: Update from generic version.
1178 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
1180         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
1181         MADV_NOHUGEPAGE): Define.
1183 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
1185         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
1186         PF_CAIF, PF_ALG): Define.
1188 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
1190         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
1191         NO_CTORS_DTORS_SECTIONS is defined.
1192         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1194 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
1196         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1198 2010-12-06  Matt Turner  <mattst88@gmail.com>
1200         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
1202 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
1204         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1205         Change to 2.4.1.
1206         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1208 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
1210         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1211         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
1212         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
1213         for fanotify_mark.
1215 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
1217         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
1218         libm_hidden_def.
1219         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
1221 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
1223         * sysdeps/unix/sysv/linux/mips/kernel-features.h
1224         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
1226 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
1228         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
1229         jump delay slot.
1230         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
1232 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
1234         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
1236 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1238         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
1239         struct statfs64): Add f_flags field.
1241 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1243         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
1244         Define.
1246 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1248         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
1249         and prlimit64.
1250         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1251         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
1252         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
1253         prlimit64 syscall.
1255 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
1257         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
1258         F_GETPIPE_SZ): Define.
1260 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
1262         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
1263         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
1265 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
1267         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
1269 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
1271         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
1272         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
1273         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
1274         Define.
1276 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
1278         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
1279         MSG_WAITFORONE.
1281 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
1283         * sysdeps/mips/dl-lookup.c: Update from generic version.
1285 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
1287         [BZ #11291]
1288         * sysdeps/mips/bits/atomic.h
1289         (__arch_compare_and_exchange_xxx_32_int,
1290         __arch_compare_and_exchange_xxx_64_int,
1291         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
1292         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
1293         Specify *mem as asm output as well as input.
1295 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
1297         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
1299 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
1301         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
1302         _dl_runtime_pltresolve): Calculate offset from start of function
1303         to .cpload instead of hardcoding instruction size.
1305 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
1307         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
1308         problem.
1310 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
1312         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
1313         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
1315 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
1317         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
1318         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
1319         XPG7.
1320         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
1321         fcntl.h.
1323 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
1325         [BZ #11093]
1326         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
1327         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
1329 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
1331         * sysdeps/mips/dl-lookup.c: Update from generic version.
1333 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
1335         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
1336         O_DSYNC to match 2.6.33+ kernels.
1338 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
1340         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
1341         declare recvmmsg.
1343 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
1345         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1346         (posix_fadvise): Remove.
1347         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
1348         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
1349         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
1351 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
1353         * sysdeps/mips/dl-lookup.c: Update from generic version.
1355 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
1357         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1358         for timestamps also if __USE_XOPEN2K8.
1360 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
1362         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1363         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1365 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
1367         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1368         names of parameters of sync_file_range.
1370 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1372         [BZ #10972]
1373         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1374         constants from recent kernels.
1376 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1378         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1379         not already defined.
1381 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
1383         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1384         F_GETOWN_EX): Update values.
1386 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
1388         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1389         of last two arguments when -D_FILE_OFFSET_BITS=64.
1391 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
1393         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1394         f_owner_ex.
1396 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
1398         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1399         and F_GETOWN_EX.
1401 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
1403         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1404         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1405         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1406         (__SYSCALL_CLOBBERS): Likewise.
1407         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1408         (__SYSCALL_CLOBBERS): Likewise.
1410 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
1412         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
1413         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
1414         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1415         variable for env.  Use expansion of CHECK_SP macro for check.
1416         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1418 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
1420         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1421         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1423 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
1425         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1426         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1428 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
1430         * sysdeps/mips/do-lookup.h: Remove.
1431         * sysdeps/mips/dl-lookup.c: Update from generic version, with
1432         non-PIC handling integrated.
1434 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
1436         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1437         and AF_IEEE802154.
1439 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1441         * sysdeps/mips/____longjmp_chk.c: New file.
1442         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
1443         undefine __longjmp.
1444         * sysdeps/mips64/__longjmp.c: Likewise.
1446 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1448         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1449         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1450         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1451         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1453 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1455         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1456         fallocate64@@GLIBC_2.11.
1458 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
1460         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1461         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1463 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
1465         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1466         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1467         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1468         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1469         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1470         Update comment.
1471         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1472         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
1473         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
1474         Add ucontext_i.sym.
1476 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1478         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1479         __ASSUME_PWRITEV): Don't define here.
1481 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
1483         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1485 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
1487         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1488         numbers.
1489         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1490         Define.
1491         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1492         preadv and pwritev.
1494 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
1496         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1497         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1499 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
1501         [BZ #7074]
1502         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1503         Fix the condition used to annotate n32 objects.
1505 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1507         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1508         Change parameters and use next_line.
1510 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1512         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1513         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1514         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1516 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
1518         * sysdeps/mips/bits/link.h: Uglify function parameter names.
1519         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1520         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1521         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1522         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1524 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1526         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1527         fallocate{,64}.
1529 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
1531         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1532         UTIME_OMIT only with __USE_ATFILE.
1534 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1536         [BZ #7040]
1537         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1538         inotify_rm_watch should have type int.
1540 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
1542         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1544 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
1545             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1547         PR glibc/1048
1548         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1549         variable page size for MIPS.
1550         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1551         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1552         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1554 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1556         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1557         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1558         -D_GNU_SOURCE.
1560 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1562         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1563         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1565 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
1567         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1568         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1569         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1570         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1572 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
1574         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1575         Make available only for __USE_GNU.
1577 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
1579         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1580         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1582 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
1584         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1585         __THROW vs. __nonnull order for C++.
1587 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1589         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1590         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1591         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1593 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1594             Daniel Jacobowitz  <dan@codesourcery.com>
1595             Richard Sandiford  <rdsandiford@googlemail.com>
1597         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1598         * sysdeps/mips/dl-lookup.c: New.
1599         * sysdeps/mips/do-lookup.h: New.
1600         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1601         definition.
1602         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1603         if needed.
1604         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1605         (elf_machine_type_class): Likewise.
1606         (ELF_MACHINE_PLT_REL): Define.
1607         (elf_machine_fixup_plt): New.
1608         (elf_machine_plt_value): New.
1609         (elf_machine_reloc): Handle jump slot and copy relocations.
1610         (elf_machine_lazy_rel): Point relocation place at PLT if
1611         required.
1612         (RESOLVE_GOTSYM): Take a relocation type argument.
1613         (elf_machine_got_rel): Bind lazy stubs directly to their target if
1614         !lazy.  Skip lazy binding for PLT symbols.
1615         (elf_machine_runtime_setup): Fill in .got.plt header.
1616         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1617         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1618         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1619         (_dl_runtime_pltresolve): New.
1620         * sysdeps/mips/bits/linkmap.h: New file.
1621         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1622         64-bit versions.
1624         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1625         Delete definition.
1626         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1627         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1628         (PSEUDO): Use them.  Move outside __PIC__.
1629         (PSEUDO_JMP): New.
1630         (CENABLE, CDISABLE): Use it.
1632 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1634         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1635         to epoll_create1.
1637 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1639         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1640         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1641         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1642         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1643         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1644         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1645         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1647 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1649         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1650         volatile.
1652 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1654         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1655         type.
1657 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1659         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1660         (SOCK_DCCP): Define.
1662 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1664         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1665         RUSAGE_THREAD and RUSAGE_LWP.
1667 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1669         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1670         shmid_ds.
1672 2008-04-21  Khem Raj  <kraj@mvista.com>
1674         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1676 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1678         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1679         truncate and ftruncate systems calls.
1680         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1681         empty file.
1682         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1684 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1686         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1687         ARG_MAX if <linux/limits.h> has defined it.
1689 2008-03-28  Robin Randhawa  <robin@mips.com>
1691         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1692         barriers to enforce strict ordering on weakly ordered systems.
1694 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1695             Daniel Jacobowitz  <dan@codesourcery.com>
1697         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1698         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1699         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1701 2008-03-09  Andreas Jaeger  <aj@suse.de>
1703         [BZ #5753]
1704         * sysdeps/mips/ieee754.h: Use protected namespace
1705         __BIG_ENDIAN/__LITTLE_ENDIAN.
1706         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1708 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1710         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1711         Reorganize to match other architectures.  Replace _timer._timer1
1712         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1713         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1714         (si_timerid, si_overrun): Define.
1715         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1716         (__pthread_attr_s): Remove declaration.
1717         (struct sigevent): Remove XXX.  Add _tid.
1719 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1721         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1723 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1725         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1726         type and __THROW marker of splice, vmsplice, and tee.
1728 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1730         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1731         LLL_PRIVATE argument to lll_futex_wake.
1732         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1733         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1734         comment.
1735         (PF_IUCV, PF_RXRPC): Define.
1736         (PF_MAX): Update.
1737         (AF_IUCV, AF_RXRPC): Define.
1738         (MSG_CMSG_CLOEXEC): Define.
1739         (_EXTERN_INLINE): Define to __extern_inline.
1740         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1741         UTIME_OMIT): Define.
1742         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1743         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1744         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1745         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1746         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1747         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1748         LLL_LOCK_*.  Include <kernel-features.h>.
1749         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1750         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1751         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1752         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1753         lll_futex_wait.
1754         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1755         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1756         private arguments.
1757         (__lll_robust_trylock): Convert to macro.
1758         (__lll_robust_lock_wait): Add private argument.
1759         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1760         (__lll_lock): Convert to macro.  Take private argument.
1761         (__lll_cond_lock): Likewise.
1762         (lll_lock, lll_cond_lock): Take private arguments.
1763         (__lll_robust_lock): Take private argument.  Convert to macro.
1764         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1765         lll_robust_cond_lock): Take private arguments.
1766         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1767         arguments.
1768         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1769         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1770         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1771         private arguments.
1772         (lll_unlock, lll_robust_unlock): Take private arguments.
1773         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1774         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1775         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1776         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1777         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1778         lll_cond_wake, lll_cond_broadcast): Remove.
1779         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1780         to __extern_inline.
1782 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1784         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1785         New macros for the (n)64 and n32 ABIs.
1786         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1788 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1790         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1791         Define __WORDSIZE_COMPAT32 as 1.
1793 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1795         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1796         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1797         PTHREAD_STACK_MIN.
1799 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1801         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1803         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1804         Delete.
1806 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1808         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1809         (internal_syscall1, internal_syscall2, internal_syscall3,
1810         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1812 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1814         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1815         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1816         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1817         THREAD_GSCOPE_WAIT): Define.
1818         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1819         (FUTEX_PRIVATE_FLAG): Define.
1820         (lll_unlock_wake_cb): Delete prototype.
1821         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1822         <endian.h>.
1823         (pthread_rwlock_t): Shrink __flags and add __shared.
1825 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1827         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1828         (posix_fadvise): Fix high word of len argument.
1830 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1832         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1833         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1834         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1835         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1836         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1837         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1839 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1841         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1842         * sysdeps/mips/mips64/n64/Implies: Likewise.
1843         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1844         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1845         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1846         <fpu_control.h>.  Use hardware exception and rounding mode
1847         settings.
1849 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1851         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1852         r_info argument to ElfW(Addr).
1854 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1856         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1858 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1859             Daniel Jacobowitz  <dan@codesourcery.com>
1861         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1862         shmctl, and semctl.
1863         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1864         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1865         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1867 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1869         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1870         PTR_DEMANGLE): Define.
1871         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1872         PTR_DEMANGLE): Define.
1873         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1874         PTR_DEMANGLE): Define.
1876 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1878         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1879         (cfi_same_value): Delete definition.
1881 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1883         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1884         (elf_machine_reloc): New function, retaining the body of
1885         elf_machine_rel.  Take the reloc's r_info field as an argument,
1886         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1887         When inplace_p is false, use r_addend as the addend, not the contents
1888         of the relocation field.  Hoist the conversion of reloc_addr to
1889         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1890         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1891         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1892         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1893         to ElfW(Rela).
1895 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1897         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1898         multiple inclusion guard.
1899         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1901 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1903         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1904         to match the kernel.
1906 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1908         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1909         (RTLD_SINGLE_THREAD_P): Define.
1910         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1912 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1914         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1915         prototype.
1917 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1919         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1920         code.
1921         (__xstat_conv): Use memset to clear padding arrays.  Check for
1922         overflow.
1923         (__xstat64_conv): Use memset to clear padding arrays.
1924         (__xstat32_conv): New function.
1925         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1926         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1928 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1930         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1931         floating-point registers.
1932         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1933         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1934         Likewise.
1936 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1938         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1939         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1941 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1943         * sysdeps/mips/mips64/n32/libm-test-ulps,
1944         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1946 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1948         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1949         defined, include the named file.
1951 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1953         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1954         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1955         Define.
1957 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1959         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1960         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1961         types.
1963 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1965         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1966         Don't use struct timespec.
1967         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1968         __xstat64_conv): Copy individual timespec fields.
1970 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1972         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1974 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1976         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1977         * sysdeps/mips/fpu/fesetround.c: Likewise.
1979 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1980             Daniel Jacobowitz  <dan@codesourcery.com>
1982         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1983         dump sc_cause, sc_status or sc_badvaddr.
1984         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1985         structure definitions after DSP kernel changes.
1986         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1987         after the same DSP changes.
1989 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1991         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1992         st_atim, st_mtim and st_ctim interface.
1993         (struct stat64): Likewise.
1994         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1995         Replace st_atime and its padding field with st_atim.  Likewise
1996         st_mtime/st_mtim and st_ctime/st_ctim.
1997         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1998         after above changes.
1999         (__xstat64_conv): Likewise.
2001 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
2003         * sysdeps/mips/ldsodefs.h: New file.
2004         * sysdeps/mips/tst-audit.h: New file.
2006 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
2008         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
2009         for consistency with other ports.
2010         (MADV_REMOVE): Correct value.
2011         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
2012         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
2013         POSIX_MADV_DONTNEED): Define.
2015 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
2017         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
2018         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
2019         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
2020         and SYNC_FILE_RANGE_WAIT_AFTER.
2021         Declare sync_file_range, vmsplice, splice and tee.
2023 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
2025         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
2026         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
2027         prototype.
2029 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
2031         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
2032         Define.
2034 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
2036         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
2037         typo.
2039 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
2041         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
2042         i386/fork.c.
2044 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
2046         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
2047         libc_cv_localedir, libdir, arch_minimum_kernel, and
2048         libc_cv_gcc_unwind_find_fde.
2049         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
2050         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2051         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
2053 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
2055         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2056         (__pthread_list_t, __pthread_slist_t): New typedefs.
2057         (pthread_mutex_t): Replace __next and __prev fields with __list.
2058         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
2059         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
2060         (lll_futex_wake_unlock): Define.
2061         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
2062         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
2063         lll_robust_mutex_unlock): New macros.
2064         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
2065         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
2066         vfork.S.
2067         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
2069 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
2071         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
2072         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
2074 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
2076         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
2077         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2078         (INTERNAL_SYSCALL_NCS): New.
2079         (internal_syscall0, internal_syscall1, internal_syscall2,
2080         internal_syscall3, internal_syscall4, internal_syscall5,
2081         internal_syscall6): Take ncs_init, cs_init, and input arguments.
2082         Use them.  Correct types for registers.
2083         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
2084         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2085         (INTERNAL_SYSCALL_NCS): New.
2086         (internal_syscall0, internal_syscall1, internal_syscall2,
2087         internal_syscall3, internal_syscall4, internal_syscall5,
2088         internal_syscall6): Take ncs_init, cs_init, and input arguments.
2089         Use them.
2090         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
2091         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
2092         points.
2093         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
2094         Use Elf(Addr) for TLS relocation targets.
2095         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
2096         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
2097         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
2098         futexp to long for n64.
2099         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
2101 2006-02-20  Roland McGrath  <roland@redhat.com>
2103         * sysdeps/mips/shlib-versions: New file.
2104         * sysdeps/mips/preconfigure: New file.
2105         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.