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