1 2013-01-08 Steve Ellcey <sellcey@mips.com>
3 * sysdeps/mips/memcpy.S: Change prefetch hint, reorder partial
4 loads and stores, set and use MAX_PREFETCH_SIZE.
6 2013-01-08 Andreas Jaeger <aj@suse.de>
9 * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): Remove.
11 2013-01-02 Joseph Myers <joseph@codesourcery.com>
13 * All files with FSF copyright notices: Update copyright dates
14 using scripts/update-copyrights.
16 2013-01-01 Joseph Myers <joseph@codesourcery.com>
18 * sysdeps/mips/bits/dlfcn.h: Reformat copyright notice.
19 * sysdeps/mips/bits/mathdef.h: Likewise.
20 * sysdeps/mips/bits/setjmp.h: Likewise.
21 * sysdeps/mips/ieee754/ieee754.h: Likewise.
22 * sysdeps/mips/machine-gmon.h: Likewise.
23 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
24 * sysdeps/mips/mips64/setjmp.S: Likewise.
25 * sysdeps/mips/start.S: Likewise.
26 * sysdeps/unix/mips/mips64/n32/sysdep.h: Likewise.
27 * sysdeps/unix/mips/mips64/n64/sysdep.h: Likewise.
28 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
29 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
31 2012-12-04 Joseph Myers <joseph@codesourcery.com>
33 * sysdeps/mips/fpu_control.h [__mips_soft_float] (_FPU_GETCW):
34 Define to set cw to 0, not just to plain "0" as a statement.
35 [__mips_soft_float] (_FPU_SETCW): Define to (void) (cw), rather
36 than doing nothing with cw.
38 2012-11-30 Joseph Myers <joseph@codesourcery.com>
40 * sysdeps/mips/mips32/libm-test-ulps: Update.
41 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
43 2012-11-29 Joseph Myers <joseph@codesourcery.com>
46 * sysdeps/mips/mips64/n32/_itoa.h: New file.
47 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include
49 (CTX_TYPE): New macro.
54 (REG_HEX_SIZE): Likewise.
55 (hexvalue): Take _ITOA_WORD_TYPE argument.
56 (register_dump): Use these macros instead of hardcoding struct
57 sigcontext * type and accesses and 8-byte textual output for
60 2012-11-22 Joseph Myers <joseph@codesourcery.com>
63 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
64 (sendfile): New syscall entry.
65 * sysdeps/unix/sysv/linux/mips/mips64/n64/sendfile64.c: New file.
66 Copy of ../sysdeps/unix/sysv/linux/wordsize-64/sendfile64.c.
68 2012-11-21 Joseph Myers <joseph@codesourcery.com>
70 * sysdeps/mips/jmpbuf-unwind.h (_jmpbuf_sp): Cast regs[0].__sp to
73 * sysdeps/mips/sotruss-lib.c: New file.
75 2012-11-20 Joseph Myers <joseph@codesourcery.com>
77 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
78 (internal_syscall1): Use parentheses around macro arguments.
79 (internal_syscall2): Likewise.
80 (internal_syscall3): Likewise.
81 (internal_syscall4): Likewise.
82 (internal_syscall5): Likewise.
83 (internal_syscall6): Likewise.
84 (internal_syscall7): Likewise.
85 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
86 (internal_syscall1): Likewise.
87 (internal_syscall2): Likewise.
88 (internal_syscall3): Likewise.
89 (internal_syscall4): Likewise.
90 (internal_syscall5): Likewise.
91 (internal_syscall6): Likewise.
93 * sysdeps/mips/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
94 _Unwind_GetCFA return to _Unwind_Ptr before casting to a pointer
96 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c (CHECK_SP): Cast
97 ss_sp to long before casting to sp_type.
98 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h [_MIPS_SIM ==
99 _ABIO32] (GET_PC): Cast to unsigned long before casting to a
101 [_MIPS_SIM == _ABIO32] (GET_FRAME): Likewise.
102 [_MIPS_SIM == _ABIO32] (GET_STACK): Likewise.
103 [_MIPS_SIM != _ABIO32] (GET_PC): Likewise.
104 [_MIPS_SIM != _ABIO32] (GET_FRAME): Likewise.
105 [_MIPS_SIM != _ABIO32] (GET_STACK): Likewise.
107 * sysdeps/mips/bits/atomic.h [!__GNUC_PREREQ (4, 8)]
108 (__arch_compare_and_exchange_xxx_8_int): Separate assignments to
109 __prev and __cmp. Cast __cmp to void.
110 [!__GNUC_PREREQ (4, 8)] (__arch_compare_and_exchange_xxx_16_int):
112 [!__GNUC_PREREQ (4, 8) && _MIPS_SIM == _ABIO32]
113 (__arch_compare_and_exchange_xxx_64_int): Likewise.
115 2012-11-19 Joseph Myers <joseph@codesourcery.com>
117 * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Declare VERSION
118 variable with __attribute__ ((unused)).
120 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
121 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
122 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
123 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
124 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
125 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
126 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
127 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
128 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
129 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
130 (INTERNAL_SYSCALL_ERROR_P): Cast val to void.
131 (INTERNAL_SYSCALL_ERRNO): Cast err to void.
133 2012-11-17 Joseph Myers <joseph@codesourcery.com>
135 * sysdeps/mips/bits/atomic.h
136 (__arch_compare_and_exchange_bool_8_int): Mark __PREV variable
137 with __attribute__ ((unused)).
138 (__arch_compare_and_exchange_bool_16_int): Likewise.
139 (__arch_compare_and_exchange_bool_32_int): Likewise.
140 (__arch_compare_and_exchange_bool_64_int): Likewise.
142 2012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
144 * sysdeps/mips/memmove.c: New file. Use memcpy for forward memmove.
146 2012-11-05 Joseph Myers <joseph@codesourcery.com>
148 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
149 (lll_futex_timed_wait_bitset): New macro.
151 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
153 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't
154 include <stub-tag.h>.
156 2012-11-03 Joseph Myers <joseph@codesourcery.com>
158 * sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add
162 * sysdeps/mips/bits/fenv.h (FE_INEXACT): Define macro to integer
163 constant usable in #if and use that to give value to enum
165 (FE_UNDERFLOW): Likewise.
166 (FE_OVERFLOW): Likewise.
167 (FE_DIVBYZERO): Likewise.
168 (FE_INVALID): Likewise.
169 (FE_TONEAREST): Likewise.
170 (FE_TOWARDZERO): Likewise.
171 (FE_UPWARD): Likewise.
172 (FE_DOWNWARD): Likewise.
174 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
176 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
178 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
179 (GLIBC_2.17): Add clock_* symbols.
181 2012-10-31 Steve Ellcey <sellcey@mips.com>
183 * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
184 it work in 32 or 64 bit modes.
185 * sysdeps/mips/mips64/memcpy.S: Remove.
187 2012-10-30 Joseph Myers <joseph@codesourcery.com>
190 * sysdeps/mips/tininess.h: New file.
192 2012-10-29 Steve Ellcey <sellcey@mips.com>
194 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
195 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
196 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
197 * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
198 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
199 * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
200 (abi-variants): Add hard and soft float versions.
201 (abi-o32-options): Remove.
202 (abi-o32-condition): Remove.
203 (abi-n32-options): Remove.
204 (abi-n32-condition): Remove.
205 (abi-n64-options): Remove.
206 (abi-n64-condition): Remove.
207 (abi-o32_soft-options): New.
208 (abi-o32_soft-condition): New.
209 (abi-o32_hard-options): New.
210 (abi-o32_hard-condition): New.
211 (abi-n32_soft-options): New.
212 (abi-n32_soft-condition): New.
213 (abi-n32_hard-options): New.
214 (abi-n32_hard-condition): New.
215 (abi-n64_soft-options): New.
216 (abi-n64_soft-condition): New.
217 (abi-n64_hard-options): New.
218 (abi-n64_hard-condition): New.
220 2012-10-19 Roland McGrath <roland@hack.frob.com>
222 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
223 (GLIBC_2.17): Add clock_* symbols.
224 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
226 2012-10-24 Andreas Jaeger <aj@suse.de>
228 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
229 definitions and declarations that are provided by
230 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
232 2012-10-03 Steve Ellcey <sellcey@mips.com>
234 * sysdeps/mips/ieee754.h: Move to...
235 * sysdeps/mips/ieee754/ieee754.h: Here.
236 * sysdeps/mips/mips32/Implies: Add mips/ieee754.
237 * sysdeps/mips/mips64/Implies: Ditto.
238 * sysdeps/mips/mips64/n32/Implies: Ditto.
239 * sysdeps/mips/mips64/n64/Implies: Ditto.
241 2012-10-02 Siddhesh Poyarekar <siddhesh@redhat.com>
243 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
244 flag name in comment to CLONE_CHILD_CLEARTID.
246 2012-09-28 Roland McGrath <roland@hack.frob.com>
248 * sysdeps/mips/init-first.c: File removed.
250 2012-09-28 H.J. Lu <hongjiu.lu@intel.com>
252 * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
254 2012-08-27 Joseph Myers <joseph@codesourcery.com>
256 * sysdeps/unix/sysv/linux/mips/kernel-features.h
257 (__ASSUME_STAT64_SYSCALL): Remove.
259 2012-08-27 Guido Guenther <agx@sigxcpu.org>
261 * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
263 2012-08-22 Joseph Myers <joseph@codesourcery.com>
265 * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
266 _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
267 * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file. Based
268 on version from ../sysdeps/unix/sysv/linux/.
269 * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
270 * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
272 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
274 * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
275 <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
276 struct La_mips_32_regs and struct La_mips_64_regs are not constant.
278 2012-08-15 Tom de Vries <vries@codesourcery.com>
279 Maxim Kuvyrkov <maxim@codesourcery.com>
281 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
282 (__libc_lock_trylock): Define versions optimized for MIPS.
284 2012-08-15 Maxim Kuvyrkov <maxim@codesourcery.com>
286 * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
287 * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
288 * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
290 2012-08-15 Joseph Myers <joseph@codesourcery.com>
292 * sysdeps/mips/dl-lookup.c: Update from generic version.
294 2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
296 [__GNUC_PREREQ (4, 8)]
297 (atomic_exchange_and_add): Split into ...
298 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
300 [!__GNUC_PREREQ (4, 8)]
301 (atomic_exchange_and_add): Split into ...
302 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
305 2012-08-09 Joseph Myers <joseph@codesourcery.com>
307 * sysdeps/unix/sysv/linux/mips/kernel-features.h
308 (__ASSUME_UTIMES): Define.
310 2012-08-07 Joseph Myers <joseph@codesourcery.com>
312 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
314 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
316 2012-08-01 Joseph Myers <joseph@codesourcery.com>
318 * sysdeps/unix/sysv/linux/mips/kernel-features.h
319 (__ASSUME_FCNTL64): Remove.
321 2012-08-01 Steve Ellcey <sellcey@mips.com>
323 * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
324 _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
325 _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
329 2012-07-31 Joseph Myers <joseph@codesourcery.com>
331 * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
332 * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
333 * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
334 * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
335 * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
336 * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
338 2012-07-27 Joseph Myers <joseph@codesourcery.com>
340 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
341 * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
343 2012-07-25 Florian Weimer <fweimer@redhat.com>
345 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
347 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
349 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
352 2012-07-17 Joseph Myers <joseph@codesourcery.com>
354 * sysdeps/mips/configure.in: Remove TLS check.
355 * sysdeps/mips/configure: Regenerated.
357 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
359 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
361 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
364 2012-07-11 Tom de Vries <vries@codesourcery.com>
365 Maxim Kuvyrkov <maxim@codesourcery.com>
367 * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
368 (__arch_compare_and_exchange_bool_32_int)
369 (__arch_compare_and_exchange_val_32_int)
370 (__arch_compare_and_exchange_bool_64_int)
371 (__arch_compare_and_exchange_val_64_int)
372 Define in terms of __atomic_compare_exchange_n.
373 [__GNUC_PREREQ (4, 8)]
374 (__arch_exchange_32_int, __arch_exchange_64_int):
375 Define in terms of __atomic_exchange_n.
376 [__GNUC_PREREQ (4, 8)]
377 (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
378 Define in terms of __atomic_fetch_add.
379 [!__GNUC_PREREQ (4, 8)]: Update formatting.
381 2012-07-06 Petar Jovanovic <petar.jovanovic@rt-rk.com>
383 * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
386 2012-06-19 Joseph Myers <joseph@codesourcery.com>
388 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
390 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
392 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
394 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
395 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
397 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
399 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
401 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
402 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
404 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
406 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
408 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
410 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
412 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
414 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
416 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
418 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
420 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
422 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
424 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
426 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
429 2012-06-14 Joseph Myers <joseph@codesourcery.com>
431 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
432 (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
435 2012-06-01 Joseph Myers <joseph@codesourcery.com>
437 * sysdeps/mips/mips64/n32/s_fma.c: New file.
438 * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
440 * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
443 2012-05-31 Joseph Myers <joseph@codesourcery.com>
445 * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
447 * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
448 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
450 2012-05-30 Joseph Myers <joseph@codesourcery.com>
452 * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
453 settings out of conditional.
455 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
456 __connect_internal alias.
458 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
459 (FP_TRAPPING_EXCEPTIONS): Define.
461 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
462 Rename to abi-variants.
463 (syscall-list-includes): Rename to abi-includes.
464 (syscall-list-o32-options): Rename to abi-o32-options.
465 (syscall-list-o32-condition): Rename to abi-o32-condition.
466 (syscall-list-n32-options): Rename to abi-n32-options.
467 (syscall-list-n32-condition): Rename to abi-n32-condition.
468 (syscall-list-n64-options): Rename to abi-n64-options.
469 (syscall-list-n64-condition): Rename to abi-n64-condition.
470 * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
471 * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
472 * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
474 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
475 _internal alias by hidden_def.
477 2012-05-26 Joseph Myers <joseph@codesourcery.com>
479 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
481 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
483 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
485 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
487 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
489 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
491 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
493 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
496 2012-05-25 Joseph Myers <joseph@codesourcery.com>
498 * sysdeps/unix/sysv/linux/mips/kernel-features.h
499 (__ASSUME_32BITUIDS): Remove.
501 2012-05-23 Steve Ellcey <sellcey@mips.com>
503 * sysdeps/unix/sysv/linux/mips/Makefile
504 (syscall-list-o32-options): Use -D_MIPS_SIM=1.
505 (syscall-list-n32-options): Use -D_MIPS_SIM=2.
506 (syscall-list-n64-options): Use -D_MIPS_SIM=3.
508 2012-05-23 Joseph Myers <joseph@codesourcery.com>
510 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
512 (MADV_DODUMP): Likewise.
514 2012-05-21 Joseph Myers <joseph@codesourcery.com>
516 * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
517 __WORDSIZE_TIME64_COMPAT32.
519 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
520 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
521 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
523 2012-05-19 Joseph Myers <joseph@codesourcery.com>
525 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
526 * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
527 (kernel-features.h): Don't include.
528 [__NR_ftruncate64]: Make code unconditional.
529 [!__NR_ftruncate64]: Remove conditional code.
530 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
531 * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
532 * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
533 (kernel-features.h): Don't include.
534 [__NR_truncate64]: Make code unconditional.
535 [!__NR_truncate64]: Remove conditional code.
536 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
537 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
539 (truncate): Likewise.
540 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
541 (ftruncate): Remove syscall.
542 (truncate): Likewise.
543 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
544 * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
545 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
546 * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
548 2012-05-16 Joseph Myers <joseph@codesourcery.com>
550 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
551 [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
552 type unsigned long and names st_atimensec, st_mtimensec and
554 (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
556 2012-05-14 Joseph Myers <joseph@codesourcery.com>
558 * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
559 Remove conditional code.
560 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
561 * sysdeps/unix/sysv/linux/mips/pread64.c
562 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
563 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
564 * sysdeps/unix/sysv/linux/mips/pwrite.c
565 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
566 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
567 * sysdeps/unix/sysv/linux/mips/pwrite64.c
568 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
569 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
570 * sysdeps/unix/sysv/linux/mips/sigaction.c
571 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
572 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
574 2012-05-11 Joseph Myers <joseph@codesourcery.com>
576 * sysdeps/mips/dl-lookup.c: Update from generic version.
578 2012-05-08 Joseph Myers <joseph@codesourcery.com>
580 * sysdeps/mips/fpu/libm-test-ulps: Move to ...
581 * sysdeps/mips/mips32/libm-test-ulps: ... here.
582 * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
583 * sysdeps/mips/mips64/libm-test-ulps: ... here.
584 * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
586 2012-05-01 Joseph Myers <joseph@codesourcery.com>
589 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
590 from libc version and add symbol versions.
591 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
592 (GLIBC_2.3.3): Add posix_fadvise64.
594 2012-04-28 Joseph Myers <joseph@codesourcery.com>
596 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
597 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
599 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
600 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
601 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
602 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
603 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
604 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
605 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
607 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
608 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
609 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
611 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
612 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
613 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
615 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
617 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
618 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
620 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
621 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
622 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
624 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
626 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
628 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
629 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
631 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
633 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
634 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
636 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
638 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
639 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
641 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
642 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
643 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
645 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
647 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
649 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
650 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
652 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
655 * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>. Test
656 __MIPSEB instead of __BYTE_ORDER.
657 * sysdeps/mips/mips64/memset.S: Likewise.
659 2012-04-27 Joseph Myers <joseph@codesourcery.com>
661 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
663 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
665 2012-04-26 Joseph Myers <joseph@codesourcery.com>
667 * sysdeps/unix/mips/brk.S: Remove file.
668 * sysdeps/unix/mips/dl-brk.S: Likewise.
669 * sysdeps/unix/mips/sigreturn.S: Likewise.
670 * sysdeps/unix/mips/wait.S: Likewise.
672 2012-04-26 Joseph Myers <joseph@codesourcery.com>
674 * sysdeps/mips/memcpy.S: Don't include <endian.h>. Test __MIPSEB
675 instead of __BYTE_ORDER.
676 * sysdeps/mips/memset.S: Likewise.
678 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
679 kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
681 2012-04-24 Joseph Myers <joseph@codesourcery.com>
683 * sysdeps/unix/mips/fork.S: Remove file.
685 2012-04-24 Mike Frysinger <vapier@gentoo.org>
687 * sysdeps/unix/sysv/linux/mips/mips64/configure.in
688 (ldd_rewrite_script): Change $dest to $dir.
689 * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
691 2012-04-21 Joseph Myers <joseph@codesourcery.com>
693 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
694 sysdeps/unix/sysv/linux/arm/readahead.c not
695 sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
697 2012-03-28 Joseph Myers <joseph@codesourcery.com>
699 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
700 (MAP_HUGETLB): Likewise.
702 2012-03-27 Joseph Myers <joseph@codesourcery.com>
704 * sysdeps/mips/elf/start.S: Moved to ...
705 * sysdeps/mips/start.S: ...here.
706 * sysdeps/mips/elf/configure.in: Moved to ...
707 * sysdeps/mips/configure.in: ...here. Update comment.
708 * sysdeps/mips/configure: New generated file.
710 2012-03-20 Joseph Myers <joseph@codesourcery.com>
712 * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
713 instead of <stdio-common/_itoa.h>.
715 2012-03-10 Paul Eggert <eggert@cs.ucla.edu>
718 * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
721 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
724 Replace FSF snail mail address with URLs, as per GNU coding standards.
726 2012-03-09 Joseph Myers <joseph@codesourcery.com>
728 * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
729 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
731 2012-02-27 Joseph Myers <joseph@codesourcery.com>
733 * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
734 declare recvmmsg and sendmmsg.
736 2012-02-27 Joseph Myers <joseph@codesourcery.com>
738 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
739 Change union tag to pthread_attr_t. Only define typedef if not
741 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
742 (pthread_attr_t): Change union tag to pthread_attr_t. Only define
743 typedef if not already defined.
745 2012-02-26 Joseph Myers <joseph@codesourcery.com>
747 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
748 siginfo_t struct. Add forward declaration of pthread_attr_t and
750 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
751 pthread_attr_t union.
753 2012-02-21 Joseph Myers <joseph@codesourcery.com>
755 * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
756 * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
757 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
758 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
760 2012-02-20 Andreas Schwab <schwab@linux-m68k.org>
762 * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
765 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
767 * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
768 matching the array in dl-procinfo.c.
770 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
772 * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
773 * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
774 * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
776 2012-02-15 Robert Millan <rmh@gnu.org>
779 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
780 [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
782 2012-02-15 Robert Millan <rmh@gnu.org>
785 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
786 * sysdeps/mips/sys/tas.h: ... here.
788 2012-02-15 Robert Millan <rmh@gnu.org>
791 * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
792 * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
793 * sysdeps/unix/mips/entry.h: ... here.
795 2012-02-15 Robert Millan <rmh@gnu.org>
798 * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
800 * sysdeps/mips/dl-procinfo.c: New file.
801 * sysdeps/mips/dl-procinfo.h: Likewise.
803 2012-02-15 Joseph Myers <joseph@codesourcery.com>
805 * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
806 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
808 2012-02-15 Viju Vincent <vijuvince@gmail.com>
810 * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
811 around calls to _dl_lookup_symbol_x.
813 2012-02-13 Joseph Myers <joseph@codesourcery.com>
815 * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
816 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
818 2012-02-13 Joseph Myers <joseph@codesourcery.com>
820 * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
821 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
823 2012-02-10 Joseph Myers <joseph@codesourcery.com>
825 * sysdeps/mips/mips32/crti.S: New file, based on compiler output
826 for sysdeps/generic/initfini.c.
827 * sysdeps/mips/mips32/crtn.S: Likewise.
828 * sysdeps/mips/mips64/n32/crti.S: Likewise.
829 * sysdeps/mips/mips64/n32/crtn.S: Likewise.
830 * sysdeps/mips/mips64/n64/crti.S: Likewise.
831 * sysdeps/mips/mips64/n64/crtn.S: Likewise.
832 * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
833 (CFLAGS-pt-initfini.s): Likewise.
834 (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
837 2012-01-26 Joseph Myers <joseph@codesourcery.com>
839 * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
840 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
841 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
842 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
844 2012-01-08 Joseph Myers <joseph@codesourcery.com>
846 * sysdeps/mips/bits/fenv.h: Use const instead of __const.
847 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
848 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
849 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
850 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
851 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
852 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
854 2012-01-07 Joseph Myers <joseph@codesourcery.com>
856 * sysdeps/mips/nptl/shlib-versions: New.
858 2012-01-07 Joseph Myers <joseph@codesourcery.com>
860 * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
862 2012-01-04 Tom de Vries <tom@codesourcery.com>
864 * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
867 2012-01-03 Tom de Vries <tom@codesourcery.com>
869 * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
870 * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
872 2011-12-22 Joseph Myers <joseph@codesourcery.com>
874 * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
875 (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
877 (syscall-list-variants, syscall-list-includes)
878 (syscall-list-o32-options, syscall-list-o32-condition)
879 (syscall-list-n32-options, syscall-list-n32-condition)
880 (syscall-list-n64-options, syscall-list-n64-condition): Define.
881 * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
883 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
884 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
886 2011-12-22 Joseph Myers <joseph@codesourcery.com>
889 * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
890 (EPOLLET): Initialize with unsigned values.
892 2011-12-19 Joseph Myers <joseph@codesourcery.com>
894 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
895 $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
897 2011-11-17 Joseph Myers <joseph@codesourcery.com>
899 * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
900 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
902 2011-11-11 Joseph Myers <joseph@codesourcery.com>
904 * sysdeps/mips/dl-lookup.c: Update from generic version.
906 2011-10-12 Joseph Myers <joseph@codesourcery.com>
908 * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
909 * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
910 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
912 2011-10-05 Andreas Schwab <schwab@redhat.com>
914 * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
915 (elf_machine_lazy_rel): Add parameter skip_ifunc.
917 2011-09-13 Joseph Myers <joseph@codesourcery.com>
919 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
920 return value to (struct cmsghdr *).
922 2011-09-13 Joseph Myers <joseph@codesourcery.com>
924 * sysdeps/mips/elf/configure.in: Always test for TLS support and
925 error out in case it is missing.
926 * sysdeps/mips/elf/configure: Regenerate.
927 * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
929 2011-09-11 Joseph Myers <joseph@codesourcery.com>
931 * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
932 sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
934 2011-09-06 Joseph Myers <joseph@codesourcery.com>
937 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
939 * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
940 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
942 2011-08-02 Matt Turner <mattst88@gmail.com>
944 * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
946 2011-07-25 Joseph Myers <joseph@codesourcery.com>
948 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
951 2011-06-20 Joseph Myers <joseph@codesourcery.com>
953 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
954 sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
956 2011-06-20 Joseph Myers <joseph@codesourcery.com>
958 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
959 mention raise in the comment.
961 2011-05-23 Aurelien Jarno <aurelien@aurel32.net>
963 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
966 2011-05-13 Joseph Myers <joseph@codesourcery.com>
968 * sysdeps/mips/dl-lookup.c: Update from generic version.
970 2011-05-10 Joseph Myers <joseph@codesourcery.com>
972 * sysdeps/mips/dl-lookup.c: Update from generic version.
974 2011-04-11 Joseph Myers <joseph@codesourcery.com>
976 * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
978 2011-04-01 Joseph Myers <joseph@codesourcery.com>
980 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
981 to open_by_handle_at.
983 2011-04-01 Joseph Myers <joseph@codesourcery.com>
985 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
987 2011-04-01 Joseph Myers <joseph@codesourcery.com>
989 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
990 file_handle and MAX_HANDLE_SZ. Declare name_to_handle_at and
991 open_by_handle. Augment a few comments.
993 2011-04-01 Joseph Myers <joseph@codesourcery.com>
995 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
997 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
998 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
999 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
1000 sync_file_range as cancellation point.
1001 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
1002 sync_file_range as cancellation point.
1004 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1006 * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
1009 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1011 * sysdeps/mips/dl-lookup.c: Update from generic version.
1013 2011-01-25 Joseph Myers <joseph@codesourcery.com>
1015 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
1016 MADV_NOHUGEPAGE): Define.
1018 2011-01-25 Joseph Myers <joseph@codesourcery.com>
1020 * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
1021 PF_CAIF, PF_ALG): Define.
1023 2010-12-30 Joseph Myers <joseph@codesourcery.com>
1025 * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
1026 NO_CTORS_DTORS_SECTIONS is defined.
1027 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1029 2010-12-21 Joseph Myers <joseph@codesourcery.com>
1031 * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1033 2010-12-06 Matt Turner <mattst88@gmail.com>
1035 * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
1037 2010-12-06 Joseph Myers <joseph@codesourcery.com>
1039 * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
1041 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1043 2010-10-21 Joseph Myers <joseph@codesourcery.com>
1045 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1046 sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
1047 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
1050 2010-10-11 Joseph Myers <joseph@codesourcery.com>
1052 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
1054 * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
1056 2010-08-13 Joseph Myers <joseph@codesourcery.com>
1058 * sysdeps/unix/sysv/linux/mips/kernel-features.h
1059 (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
1061 2010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
1063 * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
1065 * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
1067 2010-08-13 Joseph Myers <joseph@codesourcery.com>
1069 * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
1071 2010-08-12 Joseph Myers <joseph@codesourcery.com>
1073 * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
1074 struct statfs64): Add f_flags field.
1076 2010-08-12 Joseph Myers <joseph@codesourcery.com>
1078 * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
1081 2010-08-12 Joseph Myers <joseph@codesourcery.com>
1083 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
1085 * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
1086 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
1087 * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
1090 2010-06-14 Joseph Myers <joseph@codesourcery.com>
1092 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
1093 F_GETPIPE_SZ): Define.
1095 2010-05-21 Joseph Myers <joseph@codesourcery.com>
1097 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
1098 sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
1100 2010-04-14 Joseph Myers <joseph@codesourcery.com>
1102 * sysdeps/unix/sysv/linux/mips/libc-abis: New.
1104 2010-04-06 Joseph Myers <joseph@codesourcery.com>
1106 * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
1107 VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
1108 * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
1111 2010-03-30 Joseph Myers <joseph@codesourcery.com>
1113 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
1116 2010-03-24 Joseph Myers <joseph@codesourcery.com>
1118 * sysdeps/mips/dl-lookup.c: Update from generic version.
1120 2010-03-23 Mischa Jonker <mischa.jonker@viragelogic.com>
1123 * sysdeps/mips/bits/atomic.h
1124 (__arch_compare_and_exchange_xxx_32_int,
1125 __arch_compare_and_exchange_xxx_64_int,
1126 __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
1127 __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
1128 Specify *mem as asm output as well as input.
1130 2010-02-10 Joseph Myers <joseph@codesourcery.com>
1132 * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
1134 2010-01-28 Joseph Myers <joseph@codesourcery.com>
1136 * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
1137 _dl_runtime_pltresolve): Calculate offset from start of function
1138 to .cpload instead of hardcoding instruction size.
1140 2010-01-11 Joseph Myers <joseph@codesourcery.com>
1142 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
1145 2010-01-11 Joseph Myers <joseph@codesourcery.com>
1147 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
1148 SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
1150 2010-01-10 Joseph Myers <joseph@codesourcery.com>
1152 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
1153 O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
1155 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
1158 2009-12-16 Joseph Myers <joseph@codesourcery.com>
1161 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
1162 POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
1164 2009-12-16 Joseph Myers <joseph@codesourcery.com>
1166 * sysdeps/mips/dl-lookup.c: Update from generic version.
1168 2009-12-15 Joseph Myers <joseph@codesourcery.com>
1170 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
1171 O_DSYNC to match 2.6.33+ kernels.
1173 2009-12-09 Joseph Myers <joseph@codesourcery.com>
1175 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
1178 2009-12-01 Joseph Myers <joseph@codesourcery.com>
1180 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1181 (posix_fadvise): Remove.
1182 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
1183 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
1184 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
1186 2009-12-01 Joseph Myers <joseph@codesourcery.com>
1188 * sysdeps/mips/dl-lookup.c: Update from generic version.
1190 2009-11-23 Joseph Myers <joseph@codesourcery.com>
1192 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1193 for timestamps also if __USE_XOPEN2K8.
1195 2009-11-19 Joseph Myers <joseph@codesourcery.com>
1197 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1198 F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1200 2009-11-18 Joseph Myers <joseph@codesourcery.com>
1202 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1203 names of parameters of sync_file_range.
1205 2009-11-17 Joseph Myers <joseph@codesourcery.com>
1208 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1209 constants from recent kernels.
1211 2009-11-17 Joseph Myers <joseph@codesourcery.com>
1213 * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1214 not already defined.
1216 2009-11-14 Joseph Myers <joseph@codesourcery.com>
1218 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1219 F_GETOWN_EX): Update values.
1221 2009-11-06 Joseph Myers <joseph@codesourcery.com>
1223 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1224 of last two arguments when -D_FILE_OFFSET_BITS=64.
1226 2009-10-29 Joseph Myers <joseph@codesourcery.com>
1228 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1231 2009-10-03 Joseph Myers <joseph@codesourcery.com>
1233 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1236 2009-09-25 Daniel Jacobowitz <dan@codesourcery.com>
1238 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1239 (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1240 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1241 (__SYSCALL_CLOBBERS): Likewise.
1242 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1243 (__SYSCALL_CLOBBERS): Likewise.
1245 2009-08-05 Joseph Myers <joseph@codesourcery.com>
1247 * sysdeps/mips/____longjmp_chk.c: Remove. Replaced by....
1248 * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This. New file.
1249 * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1250 variable for env. Use expansion of CHECK_SP macro for check.
1251 * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1253 2009-08-03 Joseph Myers <joseph@codesourcery.com>
1255 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1256 sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1258 2009-07-20 Aurelien Jarno <aurelien@aurel32.net>
1260 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1261 __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1263 2009-07-17 Joseph Myers <joseph@codesourcery.com>
1265 * sysdeps/mips/do-lookup.h: Remove.
1266 * sysdeps/mips/dl-lookup.c: Update from generic version, with
1267 non-PIC handling integrated.
1269 2009-06-18 Joseph Myers <joseph@codesourcery.com>
1271 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1274 2009-05-16 Joseph Myers <joseph@codesourcery.com>
1276 * sysdeps/mips/____longjmp_chk.c: New file.
1277 * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it. Don't
1279 * sysdeps/mips64/__longjmp.c: Likewise.
1281 2009-05-16 Joseph Myers <joseph@codesourcery.com>
1283 * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1284 sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1285 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1286 sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1288 2009-05-16 Joseph Myers <joseph@codesourcery.com>
1290 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1291 fallocate64@@GLIBC_2.11.
1293 2009-05-14 Joseph Myers <joseph@codesourcery.com>
1295 * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1296 sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1298 2009-04-18 Maciej W. Rozycki <macro@codesourcery.com>
1300 * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1301 * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1302 * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1303 * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1304 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1306 * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1307 * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
1308 * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
1311 2009-04-18 Joseph Myers <joseph@codesourcery.com>
1313 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1314 __ASSUME_PWRITEV): Don't define here.
1316 2009-04-15 Maciej W. Rozycki <macro@codesourcery.com>
1318 * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1320 2009-04-09 Joseph Myers <joseph@codesourcery.com>
1322 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1324 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1326 * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1329 2009-03-18 Maciej W. Rozycki <macro@codesourcery.com>
1331 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1332 Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1334 2009-03-18 Zhang Le <r0bertz@gentoo.org>
1337 * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1338 Fix the condition used to annotate n32 objects.
1340 2009-03-17 Joseph Myers <joseph@codesourcery.com>
1342 * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1343 Change parameters and use next_line.
1345 2009-03-17 Joseph Myers <joseph@codesourcery.com>
1347 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1348 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1349 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1351 2009-03-15 Joseph Myers <joseph@codesourcery.com>
1353 * sysdeps/mips/bits/link.h: Uglify function parameter names.
1354 * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1355 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1356 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1357 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1359 2009-03-03 Joseph Myers <joseph@codesourcery.com>
1361 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1364 2009-02-26 Joseph Myers <joseph@codesourcery.com>
1366 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1367 UTIME_OMIT only with __USE_ATFILE.
1369 2009-02-13 Joseph Myers <joseph@codesourcery.com>
1372 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1373 inotify_rm_watch should have type int.
1375 2009-02-02 Joseph Myers <joseph@codesourcery.com>
1377 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1379 2009-01-27 Maciej W. Rozycki <macro@linux-mips.org>
1380 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1383 * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1384 variable page size for MIPS.
1385 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1386 * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1387 * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1389 2009-01-12 Joseph Myers <joseph@codesourcery.com>
1391 * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1392 __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1395 2009-01-12 Joseph Myers <joseph@codesourcery.com>
1397 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1398 FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1400 2008-12-19 Joseph Myers <joseph@codesourcery.com>
1402 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1403 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1404 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1405 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1407 2008-12-09 Joseph Myers <joseph@codesourcery.com>
1409 * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1410 Make available only for __USE_GNU.
1412 2008-12-03 Joseph Myers <joseph@codesourcery.com>
1414 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1415 FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1417 2008-11-25 Joseph Myers <joseph@codesourcery.com>
1419 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1420 __THROW vs. __nonnull order for C++.
1422 2008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1424 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1425 * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1426 R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1428 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
1429 Daniel Jacobowitz <dan@codesourcery.com>
1430 Richard Sandiford <rdsandiford@googlemail.com>
1432 * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1433 * sysdeps/mips/dl-lookup.c: New.
1434 * sysdeps/mips/do-lookup.h: New.
1435 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1437 (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1439 (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1440 (elf_machine_type_class): Likewise.
1441 (ELF_MACHINE_PLT_REL): Define.
1442 (elf_machine_fixup_plt): New.
1443 (elf_machine_plt_value): New.
1444 (elf_machine_reloc): Handle jump slot and copy relocations.
1445 (elf_machine_lazy_rel): Point relocation place at PLT if
1447 (RESOLVE_GOTSYM): Take a relocation type argument.
1448 (elf_machine_got_rel): Bind lazy stubs directly to their target if
1449 !lazy. Skip lazy binding for PLT symbols.
1450 (elf_machine_runtime_setup): Fill in .got.plt header.
1451 * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1452 (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1453 ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1454 (_dl_runtime_pltresolve): New.
1455 * sysdeps/mips/bits/linkmap.h: New file.
1456 * sysdeps/mips/tls-macros.h: Load $gp as required. Merge 32-bit and
1459 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1461 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1462 PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1463 (PSEUDO): Use them. Move outside __PIC__.
1465 (CENABLE, CDISABLE): Use it.
1467 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1469 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1472 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1474 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1475 SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1476 * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1477 * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1478 * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1479 * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1480 * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1482 2008-08-19 Joseph Myers <joseph@codesourcery.com>
1484 * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1487 2008-07-18 Joseph Myers <joseph@codesourcery.com>
1489 * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1492 2008-05-21 Joseph Myers <joseph@codesourcery.com>
1494 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1495 (SOCK_DCCP): Define.
1497 2008-05-01 Joseph Myers <joseph@codesourcery.com>
1499 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1500 RUSAGE_THREAD and RUSAGE_LWP.
1502 2008-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1504 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1507 2008-04-21 Khem Raj <kraj@mvista.com>
1509 * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1511 2008-04-02 Aurelien Jarno <aurelien@aurel32.net>
1513 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1514 truncate and ftruncate systems calls.
1515 * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1517 * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1519 2008-03-28 Joseph Myers <joseph@codesourcery.com>
1521 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1522 ARG_MAX if <linux/limits.h> has defined it.
1524 2008-03-28 Robin Randhawa <robin@mips.com>
1526 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1527 barriers to enforce strict ordering on weakly ordered systems.
1529 2008-03-26 David Stephenson <david.stephenson@sicortex.com>
1530 Daniel Jacobowitz <dan@codesourcery.com>
1532 * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1533 * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1534 * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1536 2008-03-09 Andreas Jaeger <aj@suse.de>
1539 * sysdeps/mips/ieee754.h: Use protected namespace
1540 __BIG_ENDIAN/__LITTLE_ENDIAN.
1541 Patch by Aurelien Jarno <aurelien@aurel32.net>.
1543 2008-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1545 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1546 Reorganize to match other architectures. Replace _timer._timer1
1547 and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1548 _timer.si_sigval. Correct the type of _sigpoll.si_band.
1549 (si_timerid, si_overrun): Define.
1550 (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1551 (__pthread_attr_s): Remove declaration.
1552 (struct sigevent): Remove XXX. Add _tid.
1554 2007-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1556 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1558 2007-09-25 Joseph Myers <joseph@codesourcery.com>
1560 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1561 type and __THROW marker of splice, vmsplice, and tee.
1563 2007-09-12 Joseph Myers <joseph@codesourcery.com>
1565 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1566 LLL_PRIVATE argument to lll_futex_wake.
1567 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1568 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1570 (PF_IUCV, PF_RXRPC): Define.
1572 (AF_IUCV, AF_RXRPC): Define.
1573 (MSG_CMSG_CLOEXEC): Define.
1574 (_EXTERN_INLINE): Define to __extern_inline.
1575 * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1576 UTIME_OMIT): Define.
1577 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1578 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1579 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1580 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1581 lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1582 resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
1583 LLL_LOCK_*. Include <kernel-features.h>.
1584 (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1585 (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1586 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1587 (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1589 (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1590 lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1592 (__lll_robust_trylock): Convert to macro.
1593 (__lll_robust_lock_wait): Add private argument.
1594 (__lll_lock_wait_private, __lll_lock_wait): Declare.
1595 (__lll_lock): Convert to macro. Take private argument.
1596 (__lll_cond_lock): Likewise.
1597 (lll_lock, lll_cond_lock): Take private arguments.
1598 (__lll_robust_lock): Take private argument. Convert to macro.
1599 (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1600 lll_robust_cond_lock): Take private arguments.
1601 (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1603 (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1604 (lll_timedlock, lll_robust_timedlock): Take private arguments.
1605 (__lll_unlock, __lll_robust_unlock): Convert to macros. Take
1607 (lll_unlock, lll_robust_unlock): Take private arguments.
1608 (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1609 lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1610 (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1611 (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1612 __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1613 lll_cond_wake, lll_cond_broadcast): Remove.
1614 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1617 2007-08-06 Maciej W. Rozycki <macro@linux-mips.org>
1619 * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1620 New macros for the (n)64 and n32 ABIs.
1621 (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1623 2007-07-13 Carlos O'Donell <carlos@codesourcery.com>
1625 * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1626 Define __WORDSIZE_COMPAT32 as 1.
1628 2007-07-13 Joseph Myers <joseph@codesourcery.com>
1630 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1631 libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h. Increase
1634 2007-07-10 Daniel Jacobowitz <dan@codesourcery.com>
1636 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1638 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1641 2007-06-07 Daniel Jacobowitz <dan@codesourcery.com>
1643 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1644 (internal_syscall1, internal_syscall2, internal_syscall3,
1645 internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1647 2007-06-06 Daniel Jacobowitz <dan@codesourcery.com>
1649 * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1650 THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1651 (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1652 THREAD_GSCOPE_WAIT): Define.
1653 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1654 (FUTEX_PRIVATE_FLAG): Define.
1655 (lll_unlock_wake_cb): Delete prototype.
1656 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1658 (pthread_rwlock_t): Shrink __flags and add __shared.
1660 2007-05-24 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1662 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1663 (posix_fadvise): Fix high word of len argument.
1665 2007-05-23 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1667 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1668 * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1669 * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1670 * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1671 * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1672 * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1674 2007-05-23 Joseph Myers <joseph@codesourcery.com>
1676 * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1677 * sysdeps/mips/mips64/n64/Implies: Likewise.
1678 * sysdeps/mips/mips64/soft-fp/Makefile: New.
1679 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1680 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1681 <fpu_control.h>. Use hardware exception and rounding mode
1684 2007-05-23 Richard Sandiford <rsandifo@nildram.co.uk>
1686 * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1687 r_info argument to ElfW(Addr).
1689 2007-02-01 Joseph Myers <joseph@codesourcery.com>
1691 * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1693 2007-01-25 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1694 Daniel Jacobowitz <dan@codesourcery.com>
1696 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1698 * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1699 sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1700 sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1702 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1704 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1705 PTR_DEMANGLE): Define.
1706 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1707 PTR_DEMANGLE): Define.
1708 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1709 PTR_DEMANGLE): Define.
1711 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
1713 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1714 (cfi_same_value): Delete definition.
1716 2007-01-08 Richard Sandiford <richard@codesourcery.com>
1718 * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1719 (elf_machine_reloc): New function, retaining the body of
1720 elf_machine_rel. Take the reloc's r_info field as an argument,
1721 not the reloc itself. Add extra r_addend and inplace_p arguments.
1722 When inplace_p is false, use r_addend as the addend, not the contents
1723 of the relocation field. Hoist the conversion of reloc_addr to
1724 "ELFW(Addr) *". Don't try to apply TLS relocations against
1725 undefined symbols. Add R_MIPS_GLOB_DAT support.
1726 (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1727 (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1730 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1732 * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h. Correct
1733 multiple inclusion guard.
1734 * sysdeps/mips/elf/ldsodefs.h: Delete file.
1736 2007-01-04 Thiemo Seufer <ths@networkno.de>
1738 * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1739 to match the kernel.
1741 2006-10-31 Daniel Jacobowitz <dan@codesourcery.com>
1743 * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1744 (RTLD_SINGLE_THREAD_P): Define.
1745 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1747 2006-10-31 Joseph Myers <joseph@codesourcery.com>
1749 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1752 2006-09-22 Richard Sandiford <richard@codesourcery.com>
1754 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1756 (__xstat_conv): Use memset to clear padding arrays. Check for
1758 (__xstat64_conv): Use memset to clear padding arrays.
1759 (__xstat32_conv): New function.
1760 * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1761 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1763 2006-09-21 Joseph Myers <joseph@codesourcery.com>
1765 * sysdeps/mips/fpu_control.h: If soft-float, don't use
1766 floating-point registers.
1767 * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1768 sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1771 2006-08-04 Joseph Myers <joseph@codesourcery.com>
1773 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1774 FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1776 2006-07-24 Joseph Myers <joseph@codesourcery.com>
1778 * sysdeps/mips/mips64/n32/libm-test-ulps,
1779 sysdeps/mips/mips64/n64/libm-test-ulps: New.
1781 2006-07-24 Joseph Myers <joseph@codesourcery.com>
1783 * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1784 defined, include the named file.
1786 2006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
1788 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1789 (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1792 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1794 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1795 RLIM64_INFINITY): Define appropriately for N64. Use unsigned
1798 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1800 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1801 Don't use struct timespec.
1802 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1803 __xstat64_conv): Copy individual timespec fields.
1805 2006-06-02 Richard Sandiford <richard@codesourcery.com>
1807 * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1809 2006-06-02 Joseph Myers <joseph@codesourcery.com>
1811 * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1812 * sysdeps/mips/fpu/fesetround.c: Likewise.
1814 2006-05-10 Richard Sandiford <richard@codesourcery.com>
1815 Daniel Jacobowitz <dan@codesourcery.com>
1817 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1818 dump sc_cause, sc_status or sc_badvaddr.
1819 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite. Update
1820 structure definitions after DSP kernel changes.
1821 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1822 after the same DSP changes.
1824 2006-05-08 Richard Sandiford <richard@codesourcery.com>
1826 * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1827 st_atim, st_mtim and st_ctim interface.
1828 (struct stat64): Likewise.
1829 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1830 Replace st_atime and its padding field with st_atim. Likewise
1831 st_mtime/st_mtim and st_ctime/st_ctim.
1832 * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1833 after above changes.
1834 (__xstat64_conv): Likewise.
1836 2006-05-08 Richard Sandiford <richard@codesourcery.com>
1838 * sysdeps/mips/ldsodefs.h: New file.
1839 * sysdeps/mips/tst-audit.h: New file.
1841 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1843 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1844 for consistency with other ports.
1845 (MADV_REMOVE): Correct value.
1846 (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1847 POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1848 POSIX_MADV_DONTNEED): Define.
1850 2006-05-05 Lior Balkohen <balkohen@gmail.com>
1852 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1853 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1854 Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1855 and SYNC_FILE_RANGE_WAIT_AFTER.
1856 Declare sync_file_range, vmsplice, splice and tee.
1858 2006-03-27 Lior Balkohen <balkohen@gmail.com>
1860 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1861 LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT. Add readahead
1864 2006-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1866 * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1869 2006-03-27 Denis Barbier <barbier@linuxfr.org>
1871 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1874 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1876 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1879 2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1881 * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1882 libc_cv_localedir, libdir, arch_minimum_kernel, and
1883 libc_cv_gcc_unwind_find_fde.
1884 * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1885 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1886 * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1888 2006-03-02 Lior Balkohen <balkohen@gmail.com>
1890 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1891 (__pthread_list_t, __pthread_slist_t): New typedefs.
1892 (pthread_mutex_t): Replace __next and __prev fields with __list.
1893 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1894 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1895 (lll_futex_wake_unlock): Define.
1896 (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1897 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1898 lll_robust_mutex_unlock): New macros.
1899 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1900 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1902 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1904 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1906 * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1907 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1909 2006-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1911 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1912 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1913 (INTERNAL_SYSCALL_NCS): New.
1914 (internal_syscall0, internal_syscall1, internal_syscall2,
1915 internal_syscall3, internal_syscall4, internal_syscall5,
1916 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1917 Use them. Correct types for registers.
1918 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1919 (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1920 (INTERNAL_SYSCALL_NCS): New.
1921 (internal_syscall0, internal_syscall1, internal_syscall2,
1922 internal_syscall3, internal_syscall4, internal_syscall5,
1923 internal_syscall6): Take ncs_init, cs_init, and input arguments.
1925 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1926 recvfrom and sendto. Mark lseek, msgrcv, and msgsnd as cancellation
1928 * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1929 Use Elf(Addr) for TLS relocation targets.
1930 * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1931 * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1932 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1933 futexp to long for n64.
1934 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1936 2006-02-20 Roland McGrath <roland@redhat.com>
1938 * sysdeps/mips/shlib-versions: New file.
1939 * sysdeps/mips/preconfigure: New file.
1940 * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.