Consolidate declarations of _dl_phdr, _dl_phnum.
[glibc.git] / ports / ChangeLog.mips
blob539cacf19d49f50c71e2aca393e7f2c81a80dc59
1 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/unix/sysv/linux/mips/configure.in (default-abi): Set
4         using LIBC_CONFIG_VAR.
5         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
6         * sysdeps/unix/sysv/linux/mips/Makefile: Do not include
7         default-abi.make.
9 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
11         * sysdeps/unix/sysv/linux/mips/bits/mman.h [__USE_MISC]
12         (MAP_ANONYMOUS): Don't define.
14 2013-03-06  Andreas Jaeger  <aj@suse.de>
16         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Remove all defines
17         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
18         (__MAP_ANONYMOUS): Define.
20         * sysdeps/unix/sysv/linux/mips/bits/msq.h (MSG_COPY): Define.
22 2013-02-27  Chung-Lin Tang  <cltang@codesourcery.com>
23             Maciej W. Rozycki  <macro@codesourcery.com>
24             Maxim Kuvyrkov  <maxim@codesourcery.com>
26         * sysdeps/mips/abort-instr.h (ABORT_INSTRUCTION) [__mips16]:
27         New macro.
28         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Add
29         MIPS16 version of assembly code.
30         (RTLD_START) [__mips16]: New macro.
31         * sysdeps/mips/fpu_control.h (__mips_fpu_getcw): New prototype.
32         (__mips_fpu_setcw): Likewise.
33         (_FPU_GETCW) [__mips16]: New macro.
34         (_FPU_SETCW) [__mips16]: Likewise.
35         * sysdeps/mips/machine-gmon.h (MCOUNT): Add `.set nomips16'.
36         * sysdeps/mips/tls-macros.h (LOAD_GP) [__mips16]: New macro.
37         (TLS_GD, TLS_LD, TLS_IE, TLS_LE) [__mips16]: Likewise.
38         * sysdeps/mips/bits/atomic.h: Also use __atomic_* builtins with
39         GCC 4.7 in MIPS16 code.
40         (atomic_compare_and_exchange_val_acq) [__mips16]: New macro.
41         (atomic_compare_and_exchange_bool_acq) [__mips16]: Likewise.
42         (atomic_exchange_acq) [__mips16]: Likewise.
43         (atomic_exchange_and_add) [__mips16]: Likewise.
44         (atomic_bit_test_set) [__mips16]: Likewise.
45         (atomic_and, atomic_and_val) [__mips16]: Likewise.
46         (atomic_or, atomic_or_val) [__mips16]: Likewise.
47         (atomic_full_barrier) [__mips16]: Likewise.
48         * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER) [__mips16]:
49         Likewise.
50         * sysdeps/mips/sys/tas.h (_test_and_set): Add `__nomips16__'
51         attribute.
52         * sysdeps/unix/mips/sysdep.h (PSEUDO_NOERRNO): Add
53         `.set nomips16'.
54         (PSEUDO_ERRVAL): Likewise.
55         * sysdeps/unix/mips/mips32/sysdep.h (PSEUDO): Likewise.
56         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Likewise.
57         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Likewise.
58         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
59         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS) [__mips16]: New macros.
60         (INTERNAL_SYSCALL_MIPS16) [__mips16]: Likewise.
61         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h:
62         New file.
63         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO):
64         Add `.set nomips16'.
65         * sysdeps/mips/bsd-_setjmp.S (_setjmp): Likewise.
66         * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
67         * sysdeps/mips/memset.S (memset): Likewise.
68         * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
69         * sysdeps/mips/start.S (ENTRY_POINT) [__mips16]: New function.
70         * sysdeps/mips/mips32/crti.S: Add `.set nomips16'.
71         * sysdeps/mips/mips32/crtn.S: Likewise.
72         * sysdeps/mips/mips64/n32/crti.S: Likewise.
73         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
74         * sysdeps/mips/mips64/n64/crti.S: Likewise.
75         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
76         * sysdeps/unix/mips/sysdep.S: Likewise.
77         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
78         * sysdeps/unix/sysv/linux/mips/getcontext.S: Likewise.
79         * sysdeps/unix/sysv/linux/mips/makecontext.S: Likewise.
80         * sysdeps/unix/sysv/linux/mips/setcontext.S: Likewise.
81         * sysdeps/unix/sysv/linux/mips/swapcontext.S: Likewise.
82         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
83         * sysdeps/mips/__longjmp.c (__longjmp): Rename function to...
84         (____longjmp): ... this.  Make static and add `nomips16'
85         attribute.
86         (__longjmp): New alias.
87         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve) [__mips16]:
88         New function.
89         (_dl_runtime_pltresolve): Likewise.
90         * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Add `nomips16'
91         attribute.
92         * sysdeps/mips/fpu/e_sqrt.c (__ieee754_sqrt): Likewise.
93         * sysdeps/mips/fpu/e_sqrtf.c (__ieee754_sqrtf): Likewise.
94         * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Rewrite in terms
95         of INTERNAL_SYSCALL.
96         * sysdeps/mips/mips32/fpu/fpu_control.c: New file.
97         * sysdeps/mips/mips32/mips16/add_n.c: New file.
98         * sysdeps/mips/mips32/mips16/addmul_1.c: New file.
99         * sysdeps/mips/mips32/mips16/lshift.c: New file.
100         * sysdeps/mips/mips32/mips16/mul_1.c: New file.
101         * sysdeps/mips/mips32/mips16/rshift.c: New file.
102         * sysdeps/mips/mips32/mips16/sub_n.c: New file.
103         * sysdeps/mips/mips32/mips16/submul_1.c: New file.
104         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c:
105         New file.
106         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c:
107         New file.
108         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c:
109         New file.
110         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c:
111         New file.
112         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c:
113         New file.
114         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c:
115         New file.
116         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c:
117         New file.
118         * sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.c:
119         New file.
120         * sysdeps/mips/mips32/fpu/Versions: New file.
121         * sysdeps/unix/sysv/linux/mips/mips32/mips16/Versions: New file.
122         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: New
123         file.
124         * sysdeps/mips/mips32/mips16/fpu/Makefile: New file.
125         * sysdeps/unix/sysv/linux/mips/mips32/mips16/Makefile: New file.
126         * sysdeps/mips/preconfigure: Handle o32 MIPS16 compilation.
128 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
130         * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
131         __attribute__ ((unused)) to __attribute__ ((__unused__)).
133         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Sort
134         properly.
136         * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
137         __attribute_used__ to __attribute__ ((unused)).
139         * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Add
140         __attribute_used__.
142         * sysdeps/mips/bits/nan.h: Align to generic IEEE 754 file.
144 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
146         [BZ #14920]
147         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
148         (FUTEX_WAIT_REQUEUE_PI): Define.
149         (FUTEX_CMP_REQUEUE_PI): Likewise.
150         (lll_futex_wait_requeue_pi): Likewise.
151         (lll_futex_timed_wait_requeue_pi): Likewise.
152         (lll_futex_cmp_requeue_pi): Likewise.
154 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
156         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
157         __cxa_thread_atexit_impl.
158         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
159         Likewise.
160         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
161         Likewise.
163 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
165         [BZ #13550]
166         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c (__fxstat64): Do
167         not use __ptrvalue.
168         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c (__fxstatat64):
169         Likewise.
170         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c (__lxstat64):
171         Likewise.
172         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c (__xstat64):
173         Likewise.
174         * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
175         Likewise.
177 2013-02-11  Joseph Myers  <joseph@codesourcery.com>
179         * sysdeps/mips/include/sys/asm.h: New file.
180         * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use SETUP_GP64_REG
181         and RESTORE_GP64_REG.
182         * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
183         * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Likewise.
184         * sysdeps/mips/sys/asm.h (__mips_cfi_startproc): Define to empty.
185         (__mips_cfi_endproc): Likewise.
186         (LEAF): Use __mips_cfi_startproc.
187         (NESTED): Likewise.
188         (END): Use __mips_cfi_endproc.
189         (EXPORT): Use __mips_cfi_startproc.
190         * sysdeps/unix/mips/mips32/sysdep.h (PSEUDO): Add CFI information
191         for error-handling code in both definitions.
192         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Likewise.
193         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Likewise.
194         * sysdeps/unix/mips/sysdep.h (ENTRY): Use cfi_startproc.
195         (END): Use cfi_endproc.
196         (PSEUDO_END): Likewise.
197         (PSEUDO_END_NOERRNO): Likewise.
198         (PSEUDO_END_ERRVAL): Likewise.
199         * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Add CFI
200         information.  Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
201         * sysdeps/unix/sysv/linux/mips/getcontext.S (__getcontext):
202         Likewise.
203         * sysdeps/unix/sysv/linux/mips/makecontext.S (__makecontext):
204         Likewise.
205         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
206         SETUP_GP64_REG and RESTORE_GP64_REG.
207         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
208         [(!NOT_IN_libc || IS_IN_libpthread || IS_IN_librt) && __PIC__]
209         (PSEUDO): Use cfi_endproc before ENTRY.
210         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Add CFI
211         information.  Use SETUP_GP64_REG and RESTORE_GP64_REG.
212         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h [(!NOT_IN_libc
213         || IS_IN_libpthread || IS_IN_librt) && __PIC__] (PSEUDO): Use
214         cfi_endproc before ENTRY.
215         * sysdeps/unix/sysv/linux/mips/setcontext.S (__setcontext): Add
216         CFI information.  Use SETUP_GP64_STACK and RESTORE_GP64_STACK.
217         * sysdeps/unix/sysv/linux/mips/swapcontext.S (__swapcontext):
218         Likewise.
219         * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Add CFI
220         information.  Use SETUP_GP64_REG and RESTORE_GP64_REG.
222 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
224         [BZ #13550]
225         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: Don't include
226         <bp-checks.h>.
227         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
228         (__libc_pread): Don't use CHECK_N.
229         * sysdeps/unix/sysv/linux/mips/pread64.c: Don't include
230         <bp-checks.h>.
231         (__libc_pread64): Don't use CHECK_N.
232         * sysdeps/unix/sysv/linux/mips/pwrite.c: Don't include
233         <bp-checks.h>.
234         (__libc_pwrite): Don't use CHECK_N.
235         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Don't include
236         <bp-checks.h>.
237         (__libc_pwrite64): Don't use CHECK_N.
239         * sysdeps/mips/add_n.S (__mpn_add_n): Use END.
240         * sysdeps/mips/bsd-_setjmp.S (_setjmp): Likewise.
241         * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
242         * sysdeps/mips/mips64/add_n.S (__mpn_add_n): Use ENTRY and END.
243         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Likewise.
244         * sysdeps/mips/mips64/bsd-_setjmp.S (_setjmp): Use END.
245         * sysdeps/mips/mips64/bsd-setjmp.S (setjmp): Likewise.
246         * sysdeps/mips/mips64/lshift.S (__mpn_lshift): Use ENTRY and END.
247         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Likewise.
248         * sysdeps/mips/mips64/rshift.S (__mpn_rshift): Likewise.
249         * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Use END.
250         * sysdeps/mips/mips64/sub_n.S (__mpn_sub_n): Use ENTRY and END.
251         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Likewise.
252         * sysdeps/mips/setjmp.S (__sigsetjmp): Use END.
254         [BZ #13550]
255         * sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: Do not include
256         <bp-checks.h>.
257         (__msgctl): Do not use CHECK_1.
258         * sysdeps/unix/sysv/linux/mips/mips64/shmctl.c: Do not include
259         <bp-checks.h>.
260         (__shmctl): Do not use CHECK_1.
261         * sysdeps/unix/sysv/linux/mips/ustat.c: Do not include
262         <bp-checks.h>.
263         (ustat): Do not use CHECK_1.
265 2013-02-05  Maciej W. Rozycki  <macro@codesourcery.com>
267         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Add a missing
268         space in asm register specifiers throughout.
269         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
270         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
272         [BZ #15054]
273         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (MOVE32):
274         New macro.
275         (INTERNAL_SYSCALL_NCS): Use it.  Rewrite to respect the syscall
276         restart convention.
277         (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
278         convention.
279         (internal_syscall0, internal_syscall1): Likewise.
280         (internal_syscall2, internal_syscall3): Likewise.
281         (internal_syscall4, internal_syscall5): Likewise.
282         (internal_syscall6, internal_syscall7): Likewise.
283         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (MOVE32):
284         New macro.
285         (INTERNAL_SYSCALL_NCS): Use it.  Rewrite to respect the syscall
286         restart convention.
287         (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
288         convention.
289         (internal_syscall0, internal_syscall1): Likewise.
290         (internal_syscall2, internal_syscall3): Likewise.
291         (internal_syscall4, internal_syscall5): Likewise.
292         (internal_syscall6): Likewise.
293         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (MOVE32):
294         New macro.
295         (INTERNAL_SYSCALL_NCS): Use it.  Rewrite to respect the syscall
296         restart convention.
297         (INTERNAL_SYSCALL): Rewrite to respect the syscall restart
298         convention.
299         (internal_syscall0, internal_syscall1): Likewise.
300         (internal_syscall2, internal_syscall3): Likewise.
301         (internal_syscall4, internal_syscall5): Likewise.
302         (internal_syscall6): Likewise.
304 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
306         [BZ #13550]
307         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: Do not include
308         <bp-checks.h>.
309         (truncate64): Do not use CHECK_STRING.
310         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
311         <bp-checks.h>.
312         (__fxstatat64): Do not use CHECK_STRING.
313         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Do not include
314         <bp-checks.h>.
315         (__lxstat64): Do not use CHECK_STRING.
316         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Do not include
317         <bp-checks.h>.
318         (__xstat64): Do not use CHECK_STRING.
320 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
322         [BZ #13550]
323         * sysdeps/unix/sysv/linux/mips/mips64/semctl.c: Don't include
324         <bp-checks.h> and <bp-semctl.h>.
325         (__semctl): Don't use CHECK_SEMCTL.
327 2013-01-29  Maciej W. Rozycki  <macro@codesourcery.com>
329         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Correct
330         whitespace damage throughout.
331         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
333 2013-01-25  Steve Ellcey  <sellcey@mips.com>
335         * sysdeps/mips/memmove.c: Remove.
337 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
339         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h (struct
340         sigcontext): Use __extension__ with long long in all definitions.
342 2013-01-08  Steve Ellcey  <sellcey@mips.com>
344         * sysdeps/mips/memcpy.S: Change prefetch hint, reorder partial
345         loads and stores, set and use MAX_PREFETCH_SIZE.
347 2013-01-08  Andreas Jaeger  <aj@suse.de>
349         [BZ# 14985]
350         * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): Remove.
352 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
354         * All files with FSF copyright notices: Update copyright dates
355         using scripts/update-copyrights.
357 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
359         * sysdeps/mips/bits/dlfcn.h: Reformat copyright notice.
360         * sysdeps/mips/bits/mathdef.h: Likewise.
361         * sysdeps/mips/bits/setjmp.h: Likewise.
362         * sysdeps/mips/ieee754/ieee754.h: Likewise.
363         * sysdeps/mips/machine-gmon.h: Likewise.
364         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
365         * sysdeps/mips/mips64/setjmp.S: Likewise.
366         * sysdeps/mips/start.S: Likewise.
367         * sysdeps/unix/mips/mips64/n32/sysdep.h: Likewise.
368         * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
369         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
370         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
372 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
374         * sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW):
375         Define to set cw to 0, not just to plain "0" as a statement.
376         [__mips_soft_float] (_FPU_SETCW): Define to (void) (cw), rather
377         than doing nothing with cw.
379 2012-11-30  Joseph Myers  <joseph@codesourcery.com>
381         * sysdeps/mips/mips32/libm-test-ulps: Update.
382         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
384 2012-11-29  Joseph Myers  <joseph@codesourcery.com>
386         [BZ #14893]
387         * sysdeps/mips/mips64/n32/_itoa.h: New file.
388         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include
389         <sgidefs.h>.
390         (CTX_TYPE): New macro.
391         (CTX_REG): Likewise.
392         (CTX_PC): Likewise.
393         (CTX_MDHI): Likewise.
394         (CTX_MDLO): Likewise.
395         (REG_HEX_SIZE): Likewise.
396         (hexvalue): Take _ITOA_WORD_TYPE argument.
397         (register_dump): Use these macros instead of hardcoding struct
398         sigcontext * type and accesses and 8-byte textual output for
399         registers.
401 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
403         [BZ #14822]
404         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
405         (sendfile): New syscall entry.
406         * sysdeps/unix/sysv/linux/mips/mips64/n64/sendfile64.c: New file.
407         Copy of ../sysdeps/unix/sysv/linux/wordsize-64/sendfile64.c.
409 2012-11-21  Joseph Myers  <joseph@codesourcery.com>
411         * sysdeps/mips/jmpbuf-unwind.h (_jmpbuf_sp): Cast regs[0].__sp to
412         uintptr_t.
414         * sysdeps/mips/sotruss-lib.c: New file.
416 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
418         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
419         (internal_syscall1): Use parentheses around macro arguments.
420         (internal_syscall2): Likewise.
421         (internal_syscall3): Likewise.
422         (internal_syscall4): Likewise.
423         (internal_syscall5): Likewise.
424         (internal_syscall6): Likewise.
425         (internal_syscall7): Likewise.
426         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
427         (internal_syscall1): Likewise.
428         (internal_syscall2): Likewise.
429         (internal_syscall3): Likewise.
430         (internal_syscall4): Likewise.
431         (internal_syscall5): Likewise.
432         (internal_syscall6): Likewise.
434         * sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
435         _Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer
436         type.
437         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c (CHECK_SP): Cast
438         ss_sp to long before casting to sp_type.
439         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h [_MIPS_SIM ==
440         _ABIO32] (GET_PC): Cast to unsigned long before casting to a
441         pointer type.
442         [_MIPS_SIM == _ABIO32] (GET_FRAME): Likewise.
443         [_MIPS_SIM == _ABIO32] (GET_STACK): Likewise.
444         [_MIPS_SIM != _ABIO32] (GET_PC): Likewise.
445         [_MIPS_SIM != _ABIO32] (GET_FRAME): Likewise.
446         [_MIPS_SIM != _ABIO32] (GET_STACK): Likewise.
448         * sysdeps/mips/bits/atomic.h [!__GNUC_PREREQ (4, 8)]
449         (__arch_compare_and_exchange_xxx_8_int): Separate assignments to
450         __prev and __cmp.  Cast __cmp to void.
451         [!__GNUC_PREREQ (4, 8)] (__arch_compare_and_exchange_xxx_16_int):
452         Likewise.
453         [!__GNUC_PREREQ (4, 8) && _MIPS_SIM == _ABIO32]
454         (__arch_compare_and_exchange_xxx_64_int): Likewise.
456 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
458         * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Declare VERSION
459         variable with __attribute__ ((unused)).
461         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
462         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
463         (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
464         (INTERNAL_SYSCALL_ERRNO): Cast err to void.
465         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
466         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
467         (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
468         (INTERNAL_SYSCALL_ERRNO): Cast err to void.
469         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
470         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
471         (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
472         (INTERNAL_SYSCALL_ERRNO): Cast err to void.
474 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
476         * sysdeps/mips/bits/atomic.h
477         (__arch_compare_and_exchange_bool_8_int): Mark __PREV variable
478         with __attribute__ ((unused)).
479         (__arch_compare_and_exchange_bool_16_int): Likewise.
480         (__arch_compare_and_exchange_bool_32_int): Likewise.
481         (__arch_compare_and_exchange_bool_64_int): Likewise.
483 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
485         * sysdeps/mips/memmove.c: New file.  Use memcpy for forward memmove.
487 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
489         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
490         (lll_futex_timed_wait_bitset): New macro.
492 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
494         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't
495         include <stub-tag.h>.
497 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
499         * sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add
500         libm_hidden_def.
502         [BZ #3439]
503         * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define macro to integer
504         constant usable in #if and use that to give value to enum
505         constant.
506         (FE_UNDERFLOW): Likewise.
507         (FE_OVERFLOW): Likewise.
508         (FE_DIVBYZERO): Likewise.
509         (FE_INVALID): Likewise.
510         (FE_TONEAREST): Likewise.
511         (FE_TOWARDZERO): Likewise.
512         (FE_UPWARD): Likewise.
513         (FE_DOWNWARD): Likewise.
515 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
517         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
519         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
520         (GLIBC_2.17): Add clock_* symbols.
522 2012-10-31  Steve Ellcey  <sellcey@mips.com>
524         * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
525         it work in 32 or 64 bit modes.
526         * sysdeps/mips/mips64/memcpy.S: Remove.
528 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
530         [BZ #14047]
531         * sysdeps/mips/tininess.h: New file.
533 2012-10-29  Steve Ellcey  <sellcey@mips.com>
535         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
536         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
537         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
538         * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
539         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
540         * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
541         (abi-variants): Add hard and soft float versions.
542         (abi-o32-options): Remove.
543         (abi-o32-condition): Remove.
544         (abi-n32-options): Remove.
545         (abi-n32-condition): Remove.
546         (abi-n64-options): Remove.
547         (abi-n64-condition): Remove.
548         (abi-o32_soft-options): New.
549         (abi-o32_soft-condition): New.
550         (abi-o32_hard-options): New.
551         (abi-o32_hard-condition): New.
552         (abi-n32_soft-options): New.
553         (abi-n32_soft-condition): New.
554         (abi-n32_hard-options): New.
555         (abi-n32_hard-condition): New.
556         (abi-n64_soft-options): New.
557         (abi-n64_soft-condition): New.
558         (abi-n64_hard-options): New.
559         (abi-n64_hard-condition): New.
561 2012-10-19  Roland McGrath  <roland@hack.frob.com>
563         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
564         (GLIBC_2.17): Add clock_* symbols.
565         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
567 2012-10-24  Andreas Jaeger  <aj@suse.de>
569         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
570         definitions and declarations that are provided by
571         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
573 2012-10-03  Steve Ellcey  <sellcey@mips.com>
575         * sysdeps/mips/ieee754.h: Move to...
576         * sysdeps/mips/ieee754/ieee754.h: Here.
577         * sysdeps/mips/mips32/Implies: Add mips/ieee754.
578         * sysdeps/mips/mips64/Implies: Ditto.
579         * sysdeps/mips/mips64/n32/Implies: Ditto.
580         * sysdeps/mips/mips64/n64/Implies: Ditto.
582 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
584         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
585         flag name in comment to CLONE_CHILD_CLEARTID.
587 2012-09-28  Roland McGrath  <roland@hack.frob.com>
589         * sysdeps/mips/init-first.c: File removed.
591 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
593         * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
595 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
597         * sysdeps/unix/sysv/linux/mips/kernel-features.h
598         (__ASSUME_STAT64_SYSCALL): Remove.
600 2012-08-27  Guido Guenther  <agx@sigxcpu.org>
602         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
604 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
606         * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
607         _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
608         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file.  Based
609         on version from ../sysdeps/unix/sysv/linux/.
610         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
611         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
613 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
615         * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
616         <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
617         struct La_mips_32_regs and struct La_mips_64_regs are not constant.
619 2012-08-15  Tom de Vries  <vries@codesourcery.com>
620             Maxim Kuvyrkov  <maxim@codesourcery.com>
622         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
623         (__libc_lock_trylock): Define versions optimized for MIPS.
625 2012-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
627         * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
628         * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
629         * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
631 2012-08-15  Joseph Myers  <joseph@codesourcery.com>
633         * sysdeps/mips/dl-lookup.c: Update from generic version.
635 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
637         [__GNUC_PREREQ (4, 8)]
638         (atomic_exchange_and_add): Split into ...
639         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
640         New atomic macros.
641         [!__GNUC_PREREQ (4, 8)]
642         (atomic_exchange_and_add): Split into ...
643         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
644         New atomic macros.
646 2012-08-09  Joseph Myers  <joseph@codesourcery.com>
648         * sysdeps/unix/sysv/linux/mips/kernel-features.h
649         (__ASSUME_UTIMES): Define.
651 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
653         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
654         Remove.
655         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
657 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
659         * sysdeps/unix/sysv/linux/mips/kernel-features.h
660         (__ASSUME_FCNTL64): Remove.
662 2012-08-01  Steve Ellcey  <sellcey@mips.com>
664         * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
665         _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
666         _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
667         macro.
668         (PREFX): Likewise.
670 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
672         * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
673         * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
674         * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
675         * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
676         * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
677         * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
679 2012-07-27  Joseph Myers  <joseph@codesourcery.com>
681         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
682         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
684 2012-07-25  Florian Weimer  <fweimer@redhat.com>
686         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
687         secure_getenv.
688         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
689         Likewise.
690         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
691         Likewise.
693 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
695         * sysdeps/mips/configure.in: Remove TLS check.
696         * sysdeps/mips/configure: Regenerated.
698         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
699         file.
700         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
701         Likewise.
702         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
703         Likewise.
705 2012-07-11  Tom de Vries  <vries@codesourcery.com>
706             Maxim Kuvyrkov  <maxim@codesourcery.com>
708         * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
709         (__arch_compare_and_exchange_bool_32_int)
710         (__arch_compare_and_exchange_val_32_int)
711         (__arch_compare_and_exchange_bool_64_int)
712         (__arch_compare_and_exchange_val_64_int)
713         Define in terms of __atomic_compare_exchange_n.
714         [__GNUC_PREREQ (4, 8)]
715         (__arch_exchange_32_int, __arch_exchange_64_int):
716         Define in terms of __atomic_exchange_n.
717         [__GNUC_PREREQ (4, 8)]
718         (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
719         Define in terms of __atomic_fetch_add.
720         [!__GNUC_PREREQ (4, 8)]: Update formatting.
722 2012-07-06  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
724         * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
725         the stack pointer.
727 2012-06-19  Joseph Myers  <joseph@codesourcery.com>
729         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
730         _gp_disp entry.
731         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
732         Likewise.
733         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
734         Likewise.
735         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
736         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
737         Likewise.
738         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
739         Likewise.
740         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
741         Likewise.
742         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
743         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
744         Likewise.
745         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
746         Likewise.
747         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
748         Likewise.
749         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
750         Likewise.
751         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
752         Likewise.
753         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
754         Likewise.
755         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
756         Likewise.
757         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
758         Likewise.
759         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
760         Likewise.
761         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
762         Likewise.
763         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
764         Likewise.
765         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
766         Likewise.
767         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
768         Likewise.
770 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
772         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
773         (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
774         variable.
776 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
778         * sysdeps/mips/mips64/n32/s_fma.c: New file.
779         * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
781         * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
782         typo.
784 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
786         * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
788         * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
789         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
791 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
793         * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
794         settings out of conditional.
796         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
797         __connect_internal alias.
799         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
800         (FP_TRAPPING_EXCEPTIONS): Define.
802         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
803         Rename to abi-variants.
804         (syscall-list-includes): Rename to abi-includes.
805         (syscall-list-o32-options): Rename to abi-o32-options.
806         (syscall-list-o32-condition): Rename to abi-o32-condition.
807         (syscall-list-n32-options): Rename to abi-n32-options.
808         (syscall-list-n32-condition): Rename to abi-n32-condition.
809         (syscall-list-n64-options): Rename to abi-n64-options.
810         (syscall-list-n64-condition): Rename to abi-n64-condition.
811         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
812         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
813         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
815         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
816         _internal alias by hidden_def.
818 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
820         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
821         file.
822         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
823         Likewise.
824         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
825         Likewise.
826         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
827         Likewise.
828         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
829         Likewise.
830         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
831         Likewise.
832         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
833         Likewise.
834         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
835         Likewise.
837 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
839         * sysdeps/unix/sysv/linux/mips/kernel-features.h
840         (__ASSUME_32BITUIDS): Remove.
842 2012-05-23  Steve Ellcey  <sellcey@mips.com>
844         * sysdeps/unix/sysv/linux/mips/Makefile
845         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
846         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
847         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
849 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
851         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
852         Define.
853         (MADV_DODUMP): Likewise.
855 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
857         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
858         __WORDSIZE_TIME64_COMPAT32.
860         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
861         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
862         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
864 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
866         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
867         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
868         (kernel-features.h): Don't include.
869         [__NR_ftruncate64]: Make code unconditional.
870         [!__NR_ftruncate64]: Remove conditional code.
871         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
872         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
873         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
874         (kernel-features.h): Don't include.
875         [__NR_truncate64]: Make code unconditional.
876         [!__NR_truncate64]: Remove conditional code.
877         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
878         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
879         Add syscall.
880         (truncate): Likewise.
881         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
882         (ftruncate): Remove syscall.
883         (truncate): Likewise.
884         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
885         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
886         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
887         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
889 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
891         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
892         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
893         type unsigned long and names st_atimensec, st_mtimensec and
894         st_ctimensec.
895         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
897 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
899         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
900         Remove conditional code.
901         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
902         * sysdeps/unix/sysv/linux/mips/pread64.c
903         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
904         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
905         * sysdeps/unix/sysv/linux/mips/pwrite.c
906         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
907         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
908         * sysdeps/unix/sysv/linux/mips/pwrite64.c
909         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
910         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
911         * sysdeps/unix/sysv/linux/mips/sigaction.c
912         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
913         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
915 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
917         * sysdeps/mips/dl-lookup.c: Update from generic version.
919 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
921         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
922         * sysdeps/mips/mips32/libm-test-ulps: ... here.
923         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
924         * sysdeps/mips/mips64/libm-test-ulps: ... here.
925         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
927 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
929         [BZ #14044]
930         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
931         from libc version and add symbol versions.
932         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
933         (GLIBC_2.3.3): Add posix_fadvise64.
935 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
937         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
938         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
939         Likewise.
940         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
941         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
942         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
943         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
944         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
945         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
946         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
947         Likewise.
948         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
949         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
950         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
951         Likewise.
952         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
953         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
954         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
955         Likewise.
956         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
957         Likewise.
958         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
959         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
960         Likewise.
961         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
962         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
963         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
964         Likewise.
965         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
966         Likewise.
967         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
968         Likewise.
969         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
970         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
971         Likewise.
972         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
973         Likewise.
974         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
975         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
976         Likewise.
977         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
978         Likewise.
979         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
980         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
981         Likewise.
982         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
983         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
984         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
985         Likewise.
986         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
987         Likewise.
988         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
989         Likewise.
990         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
991         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
992         Likewise.
993         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
994         Likewise.
996         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
997         __MIPSEB instead of __BYTE_ORDER.
998         * sysdeps/mips/mips64/memset.S: Likewise.
1000 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
1002         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1003         Change to 2.6.12.
1004         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1006 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
1008         * sysdeps/unix/mips/brk.S: Remove file.
1009         * sysdeps/unix/mips/dl-brk.S: Likewise.
1010         * sysdeps/unix/mips/sigreturn.S: Likewise.
1011         * sysdeps/unix/mips/wait.S: Likewise.
1013 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
1015         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
1016         instead of __BYTE_ORDER.
1017         * sysdeps/mips/memset.S: Likewise.
1019         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
1020         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
1022 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
1024         * sysdeps/unix/mips/fork.S: Remove file.
1026 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
1028         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
1029         (ldd_rewrite_script): Change $dest to $dir.
1030         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
1032 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
1034         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
1035         sysdeps/unix/sysv/linux/arm/readahead.c not
1036         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
1038 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
1040         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
1041         (MAP_HUGETLB): Likewise.
1043 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
1045         * sysdeps/mips/elf/start.S: Moved to ...
1046         * sysdeps/mips/start.S: ...here.
1047         * sysdeps/mips/elf/configure.in: Moved to ...
1048         * sysdeps/mips/configure.in: ...here.  Update comment.
1049         * sysdeps/mips/configure: New generated file.
1051 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
1053         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
1054         instead of <stdio-common/_itoa.h>.
1056 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
1058         [BZ #13673]
1059         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
1060         with URL.
1062 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
1064         [BZ #13673]
1065         Replace FSF snail mail address with URLs, as per GNU coding standards.
1067 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
1069         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
1070         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
1072 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
1074         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
1075         declare recvmmsg and sendmmsg.
1077 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
1079         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
1080         Change union tag to pthread_attr_t.  Only define typedef if not
1081         already defined.
1082         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1083         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
1084         typedef if not already defined.
1086 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
1088         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
1089         siginfo_t struct.  Add forward declaration of pthread_attr_t and
1090         use it in sigevent.
1091         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
1092         pthread_attr_t union.
1094 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
1096         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
1097         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
1098         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
1099         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
1101 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
1103         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
1104         not defined.
1106 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
1108         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
1109         matching the array in dl-procinfo.c.
1111 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
1113         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1114         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
1115         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
1117 2012-02-15  Robert Millan  <rmh@gnu.org>
1119         [BZ #12301]
1120         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
1121         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
1123 2012-02-15  Robert Millan  <rmh@gnu.org>
1125         [BZ #12298]
1126         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
1127         * sysdeps/mips/sys/tas.h: ... here.
1129 2012-02-15  Robert Millan  <rmh@gnu.org>
1131         [BZ #12297]
1132         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
1133         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
1134         * sysdeps/unix/mips/entry.h: ... here.
1136 2012-02-15  Robert Millan  <rmh@gnu.org>
1138         [BZ #12193]
1139         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
1140         Define.
1141         * sysdeps/mips/dl-procinfo.c: New file.
1142         * sysdeps/mips/dl-procinfo.h: Likewise.
1144 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
1146         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
1147         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
1149 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
1151         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
1152         around calls to _dl_lookup_symbol_x.
1154 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
1156         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
1157         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
1159 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
1161         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
1162         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
1164 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
1166         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
1167         for sysdeps/generic/initfini.c.
1168         * sysdeps/mips/mips32/crtn.S: Likewise.
1169         * sysdeps/mips/mips64/n32/crti.S: Likewise.
1170         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
1171         * sysdeps/mips/mips64/n64/crti.S: Likewise.
1172         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
1173         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
1174         (CFLAGS-pt-initfini.s): Likewise.
1175         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
1176         variables.
1178 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
1180         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
1181         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
1182         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1183         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1185 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
1187         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
1188         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1189         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
1190         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1191         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
1192         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1193         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
1195 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
1197         * sysdeps/mips/nptl/shlib-versions: New.
1199 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
1201         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
1203 2012-01-04  Tom de Vries  <tom@codesourcery.com>
1205         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
1206         -fno-unwind-tables.
1208 2012-01-03  Tom de Vries  <tom@codesourcery.com>
1210         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
1211         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
1213 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
1215         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
1216         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
1217         Remove.
1218         (syscall-list-variants, syscall-list-includes)
1219         (syscall-list-o32-options, syscall-list-o32-condition)
1220         (syscall-list-n32-options, syscall-list-n32-condition)
1221         (syscall-list-n64-options, syscall-list-n64-condition): Define.
1222         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
1223         asm-unistd.h.
1224         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1225         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
1227 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
1229         [BZ #13538]
1230         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
1231         (EPOLLET): Initialize with unsigned values.
1233 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
1235         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
1236         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
1238 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
1240         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
1241         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
1243 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
1245         * sysdeps/mips/dl-lookup.c: Update from generic version.
1247 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
1249         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
1250         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
1251         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
1253 2011-10-05  Andreas Schwab  <schwab@redhat.com>
1255         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
1256         (elf_machine_lazy_rel): Add parameter skip_ifunc.
1258 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
1260         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
1261         return value to (struct cmsghdr *).
1263 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
1265         * sysdeps/mips/elf/configure.in: Always test for TLS support and
1266         error out in case it is missing.
1267         * sysdeps/mips/elf/configure: Regenerate.
1268         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
1270 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
1272         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
1273         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
1275 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
1277         [BZ #13109]
1278         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
1279         (statfs): New.
1280         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
1281         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
1283 2011-08-02  Matt Turner  <mattst88@gmail.com>
1285         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
1287 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
1289         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
1290         Define.
1292 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
1294         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
1295         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
1297 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
1299         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
1300         mention raise in the comment.
1302 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
1304         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
1305         Add.
1307 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
1309         * sysdeps/mips/dl-lookup.c: Update from generic version.
1311 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
1313         * sysdeps/mips/dl-lookup.c: Update from generic version.
1315 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
1317         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
1319 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1321         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
1322         to open_by_handle_at.
1324 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1326         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
1328 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1330         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
1331         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
1332         open_by_handle.  Augment a few comments.
1334 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1336         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
1337         cancelable.
1338         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
1339         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
1340         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
1341         sync_file_range as cancellation point.
1342         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
1343         sync_file_range as cancellation point.
1345 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1347         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
1348         sync_file_range.
1350 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1352         * sysdeps/mips/dl-lookup.c: Update from generic version.
1354 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
1356         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
1357         MADV_NOHUGEPAGE): Define.
1359 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
1361         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
1362         PF_CAIF, PF_ALG): Define.
1364 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
1366         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
1367         NO_CTORS_DTORS_SECTIONS is defined.
1368         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1370 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
1372         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1374 2010-12-06  Matt Turner  <mattst88@gmail.com>
1376         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
1378 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
1380         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1381         Change to 2.4.1.
1382         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1384 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
1386         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1387         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
1388         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
1389         for fanotify_mark.
1391 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
1393         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
1394         libm_hidden_def.
1395         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
1397 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
1399         * sysdeps/unix/sysv/linux/mips/kernel-features.h
1400         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
1402 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
1404         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
1405         jump delay slot.
1406         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
1408 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
1410         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
1412 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1414         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
1415         struct statfs64): Add f_flags field.
1417 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1419         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
1420         Define.
1422 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1424         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
1425         and prlimit64.
1426         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1427         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
1428         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
1429         prlimit64 syscall.
1431 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
1433         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
1434         F_GETPIPE_SZ): Define.
1436 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
1438         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
1439         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
1441 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
1443         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
1445 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
1447         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
1448         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
1449         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
1450         Define.
1452 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
1454         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
1455         MSG_WAITFORONE.
1457 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
1459         * sysdeps/mips/dl-lookup.c: Update from generic version.
1461 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
1463         [BZ #11291]
1464         * sysdeps/mips/bits/atomic.h
1465         (__arch_compare_and_exchange_xxx_32_int,
1466         __arch_compare_and_exchange_xxx_64_int,
1467         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
1468         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
1469         Specify *mem as asm output as well as input.
1471 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
1473         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
1475 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
1477         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
1478         _dl_runtime_pltresolve): Calculate offset from start of function
1479         to .cpload instead of hardcoding instruction size.
1481 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
1483         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
1484         problem.
1486 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
1488         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
1489         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
1491 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
1493         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
1494         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
1495         XPG7.
1496         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
1497         fcntl.h.
1499 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
1501         [BZ #11093]
1502         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
1503         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
1505 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
1507         * sysdeps/mips/dl-lookup.c: Update from generic version.
1509 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
1511         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
1512         O_DSYNC to match 2.6.33+ kernels.
1514 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
1516         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
1517         declare recvmmsg.
1519 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
1521         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1522         (posix_fadvise): Remove.
1523         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
1524         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
1525         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
1527 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
1529         * sysdeps/mips/dl-lookup.c: Update from generic version.
1531 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
1533         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1534         for timestamps also if __USE_XOPEN2K8.
1536 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
1538         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1539         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1541 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
1543         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1544         names of parameters of sync_file_range.
1546 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1548         [BZ #10972]
1549         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1550         constants from recent kernels.
1552 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1554         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1555         not already defined.
1557 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
1559         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1560         F_GETOWN_EX): Update values.
1562 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
1564         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1565         of last two arguments when -D_FILE_OFFSET_BITS=64.
1567 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
1569         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1570         f_owner_ex.
1572 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
1574         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1575         and F_GETOWN_EX.
1577 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
1579         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1580         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1581         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1582         (__SYSCALL_CLOBBERS): Likewise.
1583         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1584         (__SYSCALL_CLOBBERS): Likewise.
1586 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
1588         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
1589         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
1590         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1591         variable for env.  Use expansion of CHECK_SP macro for check.
1592         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1594 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
1596         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1597         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1599 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
1601         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1602         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1604 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
1606         * sysdeps/mips/do-lookup.h: Remove.
1607         * sysdeps/mips/dl-lookup.c: Update from generic version, with
1608         non-PIC handling integrated.
1610 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
1612         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1613         and AF_IEEE802154.
1615 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1617         * sysdeps/mips/____longjmp_chk.c: New file.
1618         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
1619         undefine __longjmp.
1620         * sysdeps/mips64/__longjmp.c: Likewise.
1622 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1624         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1625         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1626         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1627         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1629 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1631         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1632         fallocate64@@GLIBC_2.11.
1634 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
1636         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1637         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1639 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
1641         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1642         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1643         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1644         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1645         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1646         Update comment.
1647         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1648         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
1649         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
1650         Add ucontext_i.sym.
1652 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1654         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1655         __ASSUME_PWRITEV): Don't define here.
1657 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
1659         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1661 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
1663         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1664         numbers.
1665         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1666         Define.
1667         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1668         preadv and pwritev.
1670 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
1672         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1673         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1675 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
1677         [BZ #7074]
1678         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1679         Fix the condition used to annotate n32 objects.
1681 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1683         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1684         Change parameters and use next_line.
1686 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1688         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1689         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1690         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1692 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
1694         * sysdeps/mips/bits/link.h: Uglify function parameter names.
1695         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1696         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1697         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1698         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1700 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1702         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1703         fallocate{,64}.
1705 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
1707         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1708         UTIME_OMIT only with __USE_ATFILE.
1710 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1712         [BZ #7040]
1713         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1714         inotify_rm_watch should have type int.
1716 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
1718         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1720 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
1721             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1723         PR glibc/1048
1724         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1725         variable page size for MIPS.
1726         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1727         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1728         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1730 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1732         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1733         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1734         -D_GNU_SOURCE.
1736 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1738         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1739         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1741 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
1743         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1744         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1745         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1746         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1748 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
1750         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1751         Make available only for __USE_GNU.
1753 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
1755         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1756         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1758 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
1760         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1761         __THROW vs. __nonnull order for C++.
1763 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1765         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1766         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1767         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1769 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1770             Daniel Jacobowitz  <dan@codesourcery.com>
1771             Richard Sandiford  <rdsandiford@googlemail.com>
1773         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1774         * sysdeps/mips/dl-lookup.c: New.
1775         * sysdeps/mips/do-lookup.h: New.
1776         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1777         definition.
1778         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1779         if needed.
1780         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1781         (elf_machine_type_class): Likewise.
1782         (ELF_MACHINE_PLT_REL): Define.
1783         (elf_machine_fixup_plt): New.
1784         (elf_machine_plt_value): New.
1785         (elf_machine_reloc): Handle jump slot and copy relocations.
1786         (elf_machine_lazy_rel): Point relocation place at PLT if
1787         required.
1788         (RESOLVE_GOTSYM): Take a relocation type argument.
1789         (elf_machine_got_rel): Bind lazy stubs directly to their target if
1790         !lazy.  Skip lazy binding for PLT symbols.
1791         (elf_machine_runtime_setup): Fill in .got.plt header.
1792         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1793         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1794         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1795         (_dl_runtime_pltresolve): New.
1796         * sysdeps/mips/bits/linkmap.h: New file.
1797         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1798         64-bit versions.
1800         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1801         Delete definition.
1802         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1803         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1804         (PSEUDO): Use them.  Move outside __PIC__.
1805         (PSEUDO_JMP): New.
1806         (CENABLE, CDISABLE): Use it.
1808 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1810         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1811         to epoll_create1.
1813 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1815         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1816         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1817         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1818         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1819         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1820         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1821         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1823 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1825         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1826         volatile.
1828 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1830         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1831         type.
1833 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1835         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1836         (SOCK_DCCP): Define.
1838 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1840         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1841         RUSAGE_THREAD and RUSAGE_LWP.
1843 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1845         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1846         shmid_ds.
1848 2008-04-21  Khem Raj  <kraj@mvista.com>
1850         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1852 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1854         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1855         truncate and ftruncate systems calls.
1856         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1857         empty file.
1858         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1860 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1862         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1863         ARG_MAX if <linux/limits.h> has defined it.
1865 2008-03-28  Robin Randhawa  <robin@mips.com>
1867         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1868         barriers to enforce strict ordering on weakly ordered systems.
1870 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1871             Daniel Jacobowitz  <dan@codesourcery.com>
1873         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1874         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1875         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1877 2008-03-09  Andreas Jaeger  <aj@suse.de>
1879         [BZ #5753]
1880         * sysdeps/mips/ieee754.h: Use protected namespace
1881         __BIG_ENDIAN/__LITTLE_ENDIAN.
1882         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1884 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1886         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1887         Reorganize to match other architectures.  Replace _timer._timer1
1888         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1889         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1890         (si_timerid, si_overrun): Define.
1891         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1892         (__pthread_attr_s): Remove declaration.
1893         (struct sigevent): Remove XXX.  Add _tid.
1895 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1897         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1899 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1901         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1902         type and __THROW marker of splice, vmsplice, and tee.
1904 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1906         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1907         LLL_PRIVATE argument to lll_futex_wake.
1908         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1909         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1910         comment.
1911         (PF_IUCV, PF_RXRPC): Define.
1912         (PF_MAX): Update.
1913         (AF_IUCV, AF_RXRPC): Define.
1914         (MSG_CMSG_CLOEXEC): Define.
1915         (_EXTERN_INLINE): Define to __extern_inline.
1916         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1917         UTIME_OMIT): Define.
1918         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1919         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1920         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1921         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1922         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1923         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1924         LLL_LOCK_*.  Include <kernel-features.h>.
1925         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1926         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1927         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1928         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1929         lll_futex_wait.
1930         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1931         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1932         private arguments.
1933         (__lll_robust_trylock): Convert to macro.
1934         (__lll_robust_lock_wait): Add private argument.
1935         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1936         (__lll_lock): Convert to macro.  Take private argument.
1937         (__lll_cond_lock): Likewise.
1938         (lll_lock, lll_cond_lock): Take private arguments.
1939         (__lll_robust_lock): Take private argument.  Convert to macro.
1940         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1941         lll_robust_cond_lock): Take private arguments.
1942         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1943         arguments.
1944         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1945         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1946         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1947         private arguments.
1948         (lll_unlock, lll_robust_unlock): Take private arguments.
1949         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1950         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1951         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1952         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1953         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1954         lll_cond_wake, lll_cond_broadcast): Remove.
1955         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1956         to __extern_inline.
1958 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1960         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1961         New macros for the (n)64 and n32 ABIs.
1962         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1964 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1966         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1967         Define __WORDSIZE_COMPAT32 as 1.
1969 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1971         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1972         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1973         PTHREAD_STACK_MIN.
1975 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1977         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1979         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1980         Delete.
1982 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1984         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1985         (internal_syscall1, internal_syscall2, internal_syscall3,
1986         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1988 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1990         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1991         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1992         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1993         THREAD_GSCOPE_WAIT): Define.
1994         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1995         (FUTEX_PRIVATE_FLAG): Define.
1996         (lll_unlock_wake_cb): Delete prototype.
1997         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1998         <endian.h>.
1999         (pthread_rwlock_t): Shrink __flags and add __shared.
2001 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
2003         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
2004         (posix_fadvise): Fix high word of len argument.
2006 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
2008         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
2009         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
2010         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
2011         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
2012         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
2013         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
2015 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
2017         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
2018         * sysdeps/mips/mips64/n64/Implies: Likewise.
2019         * sysdeps/mips/mips64/soft-fp/Makefile: New.
2020         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
2021         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
2022         <fpu_control.h>.  Use hardware exception and rounding mode
2023         settings.
2025 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
2027         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
2028         r_info argument to ElfW(Addr).
2030 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
2032         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
2034 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2035             Daniel Jacobowitz  <dan@codesourcery.com>
2037         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
2038         shmctl, and semctl.
2039         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
2040         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
2041         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
2043 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
2045         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
2046         PTR_DEMANGLE): Define.
2047         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
2048         PTR_DEMANGLE): Define.
2049         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
2050         PTR_DEMANGLE): Define.
2052 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
2054         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2055         (cfi_same_value): Delete definition.
2057 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
2059         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
2060         (elf_machine_reloc): New function, retaining the body of
2061         elf_machine_rel.  Take the reloc's r_info field as an argument,
2062         not the reloc itself.  Add extra r_addend and inplace_p arguments.
2063         When inplace_p is false, use r_addend as the addend, not the contents
2064         of the relocation field.  Hoist the conversion of reloc_addr to
2065         "ELFW(Addr) *".  Don't try to apply TLS relocations against
2066         undefined symbols.  Add R_MIPS_GLOB_DAT support.
2067         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
2068         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
2069         to ElfW(Rela).
2071 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
2073         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
2074         multiple inclusion guard.
2075         * sysdeps/mips/elf/ldsodefs.h: Delete file.
2077 2007-01-04  Thiemo Seufer  <ths@networkno.de>
2079         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
2080         to match the kernel.
2082 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
2084         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
2085         (RTLD_SINGLE_THREAD_P): Define.
2086         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
2088 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
2090         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
2091         prototype.
2093 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
2095         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
2096         code.
2097         (__xstat_conv): Use memset to clear padding arrays.  Check for
2098         overflow.
2099         (__xstat64_conv): Use memset to clear padding arrays.
2100         (__xstat32_conv): New function.
2101         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
2102         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
2104 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
2106         * sysdeps/mips/fpu_control.h: If soft-float, don't use
2107         floating-point registers.
2108         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
2109         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
2110         Likewise.
2112 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
2114         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
2115         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
2117 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
2119         * sysdeps/mips/mips64/n32/libm-test-ulps,
2120         sysdeps/mips/mips64/n64/libm-test-ulps: New.
2122 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
2124         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
2125         defined, include the named file.
2127 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
2129         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
2130         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
2131         Define.
2133 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
2135         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
2136         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
2137         types.
2139 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
2141         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
2142         Don't use struct timespec.
2143         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
2144         __xstat64_conv): Copy individual timespec fields.
2146 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
2148         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
2150 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
2152         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
2153         * sysdeps/mips/fpu/fesetround.c: Likewise.
2155 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
2156             Daniel Jacobowitz  <dan@codesourcery.com>
2158         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
2159         dump sc_cause, sc_status or sc_badvaddr.
2160         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
2161         structure definitions after DSP kernel changes.
2162         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
2163         after the same DSP changes.
2165 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
2167         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
2168         st_atim, st_mtim and st_ctim interface.
2169         (struct stat64): Likewise.
2170         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
2171         Replace st_atime and its padding field with st_atim.  Likewise
2172         st_mtime/st_mtim and st_ctime/st_ctim.
2173         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
2174         after above changes.
2175         (__xstat64_conv): Likewise.
2177 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
2179         * sysdeps/mips/ldsodefs.h: New file.
2180         * sysdeps/mips/tst-audit.h: New file.
2182 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
2184         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
2185         for consistency with other ports.
2186         (MADV_REMOVE): Correct value.
2187         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
2188         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
2189         POSIX_MADV_DONTNEED): Define.
2191 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
2193         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
2194         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
2195         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
2196         and SYNC_FILE_RANGE_WAIT_AFTER.
2197         Declare sync_file_range, vmsplice, splice and tee.
2199 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
2201         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
2202         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
2203         prototype.
2205 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
2207         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
2208         Define.
2210 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
2212         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
2213         typo.
2215 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
2217         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
2218         i386/fork.c.
2220 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
2222         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
2223         libc_cv_localedir, libdir, arch_minimum_kernel, and
2224         libc_cv_gcc_unwind_find_fde.
2225         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
2226         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2227         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
2229 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
2231         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2232         (__pthread_list_t, __pthread_slist_t): New typedefs.
2233         (pthread_mutex_t): Replace __next and __prev fields with __list.
2234         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
2235         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
2236         (lll_futex_wake_unlock): Define.
2237         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
2238         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
2239         lll_robust_mutex_unlock): New macros.
2240         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
2241         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
2242         vfork.S.
2243         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
2245 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
2247         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
2248         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
2250 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
2252         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
2253         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2254         (INTERNAL_SYSCALL_NCS): New.
2255         (internal_syscall0, internal_syscall1, internal_syscall2,
2256         internal_syscall3, internal_syscall4, internal_syscall5,
2257         internal_syscall6): Take ncs_init, cs_init, and input arguments.
2258         Use them.  Correct types for registers.
2259         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
2260         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
2261         (INTERNAL_SYSCALL_NCS): New.
2262         (internal_syscall0, internal_syscall1, internal_syscall2,
2263         internal_syscall3, internal_syscall4, internal_syscall5,
2264         internal_syscall6): Take ncs_init, cs_init, and input arguments.
2265         Use them.
2266         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
2267         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
2268         points.
2269         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
2270         Use Elf(Addr) for TLS relocation targets.
2271         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
2272         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
2273         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
2274         futexp to long for n64.
2275         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
2277 2006-02-20  Roland McGrath  <roland@redhat.com>
2279         * sysdeps/mips/shlib-versions: New file.
2280         * sysdeps/mips/preconfigure: New file.
2281         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.