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