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