ia64: merge sysdeps/ia64/elf/ into sysdeps/ia64/
[glibc.git] / ChangeLog.mips
blob65ff19d0a1fc7bbaab521b72035aa31c4a11c9c4
1 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
4         Change to 2.6.12.
5         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
9         * sysdeps/unix/mips/brk.S: Remove file.
10         * sysdeps/unix/mips/dl-brk.S: Likewise.
11         * sysdeps/unix/mips/sigreturn.S: Likewise.
12         * sysdeps/unix/mips/wait.S: Likewise.
14 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
16         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
17         instead of __BYTE_ORDER.
18         * sysdeps/mips/memset.S: Likewise.
20         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
21         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
23 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
25         * sysdeps/unix/mips/fork.S: Remove file.
27 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
29         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
30         (ldd_rewrite_script): Change $dest to $dir.
31         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
33 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
35         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
36         sysdeps/unix/sysv/linux/arm/readahead.c not
37         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
39 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
41         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
42         (MAP_HUGETLB): Likewise.
44 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
46         * sysdeps/mips/elf/start.S: Moved to ...
47         * sysdeps/mips/start.S: ...here.
48         * sysdeps/mips/elf/configure.in: Moved to ...
49         * sysdeps/mips/configure.in: ...here.  Update comment.
50         * sysdeps/mips/configure: New generated file.
52 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
54         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
55         instead of <stdio-common/_itoa.h>.
57 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
59         [BZ #13673]
60         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
61         with URL.
63 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
65         [BZ #13673]
66         Replace FSF snail mail address with URLs, as per GNU coding standards.
68 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
70         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
71         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
73 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
75         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
76         declare recvmmsg and sendmmsg.
78 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
80         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
81         Change union tag to pthread_attr_t.  Only define typedef if not
82         already defined.
83         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
84         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
85         typedef if not already defined.
87 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
89         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
90         siginfo_t struct.  Add forward declaration of pthread_attr_t and
91         use it in sigevent.
92         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
93         pthread_attr_t union.
95 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
97         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
98         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
99         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
100         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
102 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
104         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
105         not defined.
107 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
109         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
110         matching the array in dl-procinfo.c.
112 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
114         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
115         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
116         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
118 2012-02-15  Robert Millan  <rmh@gnu.org>
120         [BZ #12301]
121         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
122         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
124 2012-02-15  Robert Millan  <rmh@gnu.org>
126         [BZ #12298]
127         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
128         * sysdeps/mips/sys/tas.h: ... here.
130 2012-02-15  Robert Millan  <rmh@gnu.org>
132         [BZ #12297]
133         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
134         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
135         * sysdeps/unix/mips/entry.h: ... here.
137 2012-02-15  Robert Millan  <rmh@gnu.org>
139         [BZ #12193]
140         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
141         Define.
142         * sysdeps/mips/dl-procinfo.c: New file.
143         * sysdeps/mips/dl-procinfo.h: Likewise.
145 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
147         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
148         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
150 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
152         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
153         around calls to _dl_lookup_symbol_x.
155 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
157         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
158         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
160 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
162         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
163         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
165 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
167         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
168         for sysdeps/generic/initfini.c.
169         * sysdeps/mips/mips32/crtn.S: Likewise.
170         * sysdeps/mips/mips64/n32/crti.S: Likewise.
171         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
172         * sysdeps/mips/mips64/n64/crti.S: Likewise.
173         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
174         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
175         (CFLAGS-pt-initfini.s): Likewise.
176         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
177         variables.
179 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
181         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
182         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
183         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
184         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
186 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
188         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
189         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
190         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
191         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
192         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
193         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
194         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
196 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
198         * sysdeps/mips/nptl/shlib-versions: New.
200 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
202         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
204 2012-01-04  Tom de Vries  <tom@codesourcery.com>
206         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
207         -fno-unwind-tables.
209 2012-01-03  Tom de Vries  <tom@codesourcery.com>
211         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
212         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
214 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
216         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
217         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
218         Remove.
219         (syscall-list-variants, syscall-list-includes)
220         (syscall-list-o32-options, syscall-list-o32-condition)
221         (syscall-list-n32-options, syscall-list-n32-condition)
222         (syscall-list-n64-options, syscall-list-n64-condition): Define.
223         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
224         asm-unistd.h.
225         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
226         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
228 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
230         [BZ #13538]
231         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
232         (EPOLLET): Initialize with unsigned values.
234 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
236         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
237         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
239 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
241         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
242         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
244 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
246         * sysdeps/mips/dl-lookup.c: Update from generic version.
248 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
250         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
251         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
252         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
254 2011-10-05  Andreas Schwab  <schwab@redhat.com>
256         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
257         (elf_machine_lazy_rel): Add parameter skip_ifunc.
259 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
261         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
262         return value to (struct cmsghdr *).
264 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
266         * sysdeps/mips/elf/configure.in: Always test for TLS support and
267         error out in case it is missing.
268         * sysdeps/mips/elf/configure: Regenerate.
269         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
271 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
273         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
274         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
276 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
278         [BZ #13109]
279         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
280         (statfs): New.
281         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
282         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
284 2011-08-02  Matt Turner  <mattst88@gmail.com>
286         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
288 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
290         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
291         Define.
293 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
295         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
296         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
298 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
300         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
301         mention raise in the comment.
303 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
305         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
306         Add.
308 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
310         * sysdeps/mips/dl-lookup.c: Update from generic version.
312 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
314         * sysdeps/mips/dl-lookup.c: Update from generic version.
316 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
318         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
320 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
322         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
323         to open_by_handle_at.
325 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
327         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
329 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
331         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
332         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
333         open_by_handle.  Augment a few comments.
335 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
337         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
338         cancelable.
339         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
340         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
341         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
342         sync_file_range as cancellation point.
343         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
344         sync_file_range as cancellation point.
346 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
348         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
349         sync_file_range.
351 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
353         * sysdeps/mips/dl-lookup.c: Update from generic version.
355 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
357         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
358         MADV_NOHUGEPAGE): Define.
360 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
362         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
363         PF_CAIF, PF_ALG): Define.
365 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
367         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
368         NO_CTORS_DTORS_SECTIONS is defined.
369         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
371 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
373         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
375 2010-12-06  Matt Turner  <mattst88@gmail.com>
377         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
379 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
381         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
382         Change to 2.4.1.
383         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
385 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
387         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
388         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
389         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
390         for fanotify_mark.
392 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
394         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
395         libm_hidden_def.
396         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
398 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
400         * sysdeps/unix/sysv/linux/mips/kernel-features.h
401         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
403 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
405         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
406         jump delay slot.
407         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
409 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
411         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
413 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
415         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
416         struct statfs64): Add f_flags field.
418 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
420         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
421         Define.
423 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
425         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
426         and prlimit64.
427         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
428         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
429         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
430         prlimit64 syscall.
432 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
434         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
435         F_GETPIPE_SZ): Define.
437 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
439         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
440         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
442 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
444         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
446 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
448         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
449         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
450         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
451         Define.
453 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
455         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
456         MSG_WAITFORONE.
458 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
460         * sysdeps/mips/dl-lookup.c: Update from generic version.
462 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
464         [BZ #11291]
465         * sysdeps/mips/bits/atomic.h
466         (__arch_compare_and_exchange_xxx_32_int,
467         __arch_compare_and_exchange_xxx_64_int,
468         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
469         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
470         Specify *mem as asm output as well as input.
472 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
474         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
476 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
478         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
479         _dl_runtime_pltresolve): Calculate offset from start of function
480         to .cpload instead of hardcoding instruction size.
482 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
484         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
485         problem.
487 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
489         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
490         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
492 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
494         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
495         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
496         XPG7.
497         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
498         fcntl.h.
500 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
502         [BZ #11093]
503         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
504         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
506 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
508         * sysdeps/mips/dl-lookup.c: Update from generic version.
510 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
512         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
513         O_DSYNC to match 2.6.33+ kernels.
515 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
517         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
518         declare recvmmsg.
520 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
522         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
523         (posix_fadvise): Remove.
524         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
525         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
526         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
528 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
530         * sysdeps/mips/dl-lookup.c: Update from generic version.
532 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
534         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
535         for timestamps also if __USE_XOPEN2K8.
537 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
539         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
540         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
542 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
544         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
545         names of parameters of sync_file_range.
547 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
549         [BZ #10972]
550         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
551         constants from recent kernels.
553 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
555         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
556         not already defined.
558 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
560         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
561         F_GETOWN_EX): Update values.
563 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
565         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
566         of last two arguments when -D_FILE_OFFSET_BITS=64.
568 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
570         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
571         f_owner_ex.
573 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
575         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
576         and F_GETOWN_EX.
578 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
580         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
581         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
582         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
583         (__SYSCALL_CLOBBERS): Likewise.
584         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
585         (__SYSCALL_CLOBBERS): Likewise.
587 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
589         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
590         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
591         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
592         variable for env.  Use expansion of CHECK_SP macro for check.
593         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
595 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
597         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
598         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
600 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
602         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
603         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
605 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
607         * sysdeps/mips/do-lookup.h: Remove.
608         * sysdeps/mips/dl-lookup.c: Update from generic version, with
609         non-PIC handling integrated.
611 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
613         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
614         and AF_IEEE802154.
616 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
618         * sysdeps/mips/____longjmp_chk.c: New file.
619         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
620         undefine __longjmp.
621         * sysdeps/mips64/__longjmp.c: Likewise.
623 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
625         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
626         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
627         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
628         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
630 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
632         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
633         fallocate64@@GLIBC_2.11.
635 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
637         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
638         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
640 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
642         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
643         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
644         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
645         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
646         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
647         Update comment.
648         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
649         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
650         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
651         Add ucontext_i.sym.
653 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
655         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
656         __ASSUME_PWRITEV): Don't define here.
658 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
660         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
662 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
664         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
665         numbers.
666         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
667         Define.
668         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
669         preadv and pwritev.
671 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
673         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
674         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
676 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
678         [BZ #7074]
679         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
680         Fix the condition used to annotate n32 objects.
682 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
684         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
685         Change parameters and use next_line.
687 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
689         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
690         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
691         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
693 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
695         * sysdeps/mips/bits/link.h: Uglify function parameter names.
696         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
697         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
698         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
699         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
701 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
703         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
704         fallocate{,64}.
706 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
708         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
709         UTIME_OMIT only with __USE_ATFILE.
711 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
713         [BZ #7040]
714         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
715         inotify_rm_watch should have type int.
717 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
719         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
721 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
722             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
724         PR glibc/1048
725         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
726         variable page size for MIPS.
727         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
728         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
729         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
731 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
733         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
734         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
735         -D_GNU_SOURCE.
737 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
739         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
740         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
742 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
744         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
745         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
746         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
747         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
749 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
751         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
752         Make available only for __USE_GNU.
754 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
756         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
757         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
759 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
761         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
762         __THROW vs. __nonnull order for C++.
764 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
766         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
767         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
768         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
770 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
771             Daniel Jacobowitz  <dan@codesourcery.com>
772             Richard Sandiford  <rdsandiford@googlemail.com>
774         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
775         * sysdeps/mips/dl-lookup.c: New.
776         * sysdeps/mips/do-lookup.h: New.
777         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
778         definition.
779         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
780         if needed.
781         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
782         (elf_machine_type_class): Likewise.
783         (ELF_MACHINE_PLT_REL): Define.
784         (elf_machine_fixup_plt): New.
785         (elf_machine_plt_value): New.
786         (elf_machine_reloc): Handle jump slot and copy relocations.
787         (elf_machine_lazy_rel): Point relocation place at PLT if
788         required.
789         (RESOLVE_GOTSYM): Take a relocation type argument.
790         (elf_machine_got_rel): Bind lazy stubs directly to their target if
791         !lazy.  Skip lazy binding for PLT symbols.
792         (elf_machine_runtime_setup): Fill in .got.plt header.
793         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
794         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
795         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
796         (_dl_runtime_pltresolve): New.
797         * sysdeps/mips/bits/linkmap.h: New file.
798         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
799         64-bit versions.
801         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
802         Delete definition.
803         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
804         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
805         (PSEUDO): Use them.  Move outside __PIC__.
806         (PSEUDO_JMP): New.
807         (CENABLE, CDISABLE): Use it.
809 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
811         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
812         to epoll_create1.
814 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
816         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
817         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
818         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
819         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
820         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
821         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
822         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
824 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
826         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
827         volatile.
829 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
831         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
832         type.
834 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
836         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
837         (SOCK_DCCP): Define.
839 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
841         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
842         RUSAGE_THREAD and RUSAGE_LWP.
844 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
846         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
847         shmid_ds.
849 2008-04-21  Khem Raj  <kraj@mvista.com>
851         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
853 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
855         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
856         truncate and ftruncate systems calls.
857         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
858         empty file.
859         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
861 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
863         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
864         ARG_MAX if <linux/limits.h> has defined it.
866 2008-03-28  Robin Randhawa  <robin@mips.com>
868         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
869         barriers to enforce strict ordering on weakly ordered systems.
871 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
872             Daniel Jacobowitz  <dan@codesourcery.com>
874         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
875         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
876         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
878 2008-03-09  Andreas Jaeger  <aj@suse.de>
880         [BZ #5753]
881         * sysdeps/mips/ieee754.h: Use protected namespace
882         __BIG_ENDIAN/__LITTLE_ENDIAN.
883         Patch by Aurelien Jarno <aurelien@aurel32.net>.
885 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
887         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
888         Reorganize to match other architectures.  Replace _timer._timer1
889         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
890         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
891         (si_timerid, si_overrun): Define.
892         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
893         (__pthread_attr_s): Remove declaration.
894         (struct sigevent): Remove XXX.  Add _tid.
896 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
898         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
900 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
902         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
903         type and __THROW marker of splice, vmsplice, and tee.
905 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
907         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
908         LLL_PRIVATE argument to lll_futex_wake.
909         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
910         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
911         comment.
912         (PF_IUCV, PF_RXRPC): Define.
913         (PF_MAX): Update.
914         (AF_IUCV, AF_RXRPC): Define.
915         (MSG_CMSG_CLOEXEC): Define.
916         (_EXTERN_INLINE): Define to __extern_inline.
917         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
918         UTIME_OMIT): Define.
919         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
920         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
921         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
922         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
923         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
924         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
925         LLL_LOCK_*.  Include <kernel-features.h>.
926         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
927         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
928         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
929         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
930         lll_futex_wait.
931         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
932         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
933         private arguments.
934         (__lll_robust_trylock): Convert to macro.
935         (__lll_robust_lock_wait): Add private argument.
936         (__lll_lock_wait_private, __lll_lock_wait): Declare.
937         (__lll_lock): Convert to macro.  Take private argument.
938         (__lll_cond_lock): Likewise.
939         (lll_lock, lll_cond_lock): Take private arguments.
940         (__lll_robust_lock): Take private argument.  Convert to macro.
941         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
942         lll_robust_cond_lock): Take private arguments.
943         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
944         arguments.
945         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
946         (lll_timedlock, lll_robust_timedlock): Take private arguments.
947         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
948         private arguments.
949         (lll_unlock, lll_robust_unlock): Take private arguments.
950         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
951         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
952         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
953         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
954         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
955         lll_cond_wake, lll_cond_broadcast): Remove.
956         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
957         to __extern_inline.
959 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
961         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
962         New macros for the (n)64 and n32 ABIs.
963         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
965 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
967         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
968         Define __WORDSIZE_COMPAT32 as 1.
970 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
972         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
973         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
974         PTHREAD_STACK_MIN.
976 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
978         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
980         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
981         Delete.
983 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
985         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
986         (internal_syscall1, internal_syscall2, internal_syscall3,
987         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
989 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
991         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
992         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
993         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
994         THREAD_GSCOPE_WAIT): Define.
995         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
996         (FUTEX_PRIVATE_FLAG): Define.
997         (lll_unlock_wake_cb): Delete prototype.
998         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
999         <endian.h>.
1000         (pthread_rwlock_t): Shrink __flags and add __shared.
1002 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1004         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1005         (posix_fadvise): Fix high word of len argument.
1007 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1009         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1010         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1011         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1012         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1013         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1014         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1016 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1018         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1019         * sysdeps/mips/mips64/n64/Implies: Likewise.
1020         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1021         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1022         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1023         <fpu_control.h>.  Use hardware exception and rounding mode
1024         settings.
1026 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1028         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1029         r_info argument to ElfW(Addr).
1031 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1033         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1035 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1036             Daniel Jacobowitz  <dan@codesourcery.com>
1038         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1039         shmctl, and semctl.
1040         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1041         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1042         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1044 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1046         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1047         PTR_DEMANGLE): Define.
1048         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1049         PTR_DEMANGLE): Define.
1050         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1051         PTR_DEMANGLE): Define.
1053 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1055         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1056         (cfi_same_value): Delete definition.
1058 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1060         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1061         (elf_machine_reloc): New function, retaining the body of
1062         elf_machine_rel.  Take the reloc's r_info field as an argument,
1063         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1064         When inplace_p is false, use r_addend as the addend, not the contents
1065         of the relocation field.  Hoist the conversion of reloc_addr to
1066         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1067         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1068         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1069         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1070         to ElfW(Rela).
1072 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1074         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1075         multiple inclusion guard.
1076         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1078 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1080         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1081         to match the kernel.
1083 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1085         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1086         (RTLD_SINGLE_THREAD_P): Define.
1087         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1089 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1091         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1092         prototype.
1094 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1096         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1097         code.
1098         (__xstat_conv): Use memset to clear padding arrays.  Check for
1099         overflow.
1100         (__xstat64_conv): Use memset to clear padding arrays.
1101         (__xstat32_conv): New function.
1102         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1103         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1105 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1107         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1108         floating-point registers.
1109         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1110         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1111         Likewise.
1113 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1115         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1116         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1118 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1120         * sysdeps/mips/mips64/n32/libm-test-ulps,
1121         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1123 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1125         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1126         defined, include the named file.
1128 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1130         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1131         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1132         Define.
1134 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1136         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1137         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1138         types.
1140 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1142         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1143         Don't use struct timespec.
1144         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1145         __xstat64_conv): Copy individual timespec fields.
1147 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1149         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1151 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1153         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1154         * sysdeps/mips/fpu/fesetround.c: Likewise.
1156 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1157             Daniel Jacobowitz  <dan@codesourcery.com>
1159         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1160         dump sc_cause, sc_status or sc_badvaddr.
1161         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1162         structure definitions after DSP kernel changes.
1163         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1164         after the same DSP changes.
1166 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1168         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1169         st_atim, st_mtim and st_ctim interface.
1170         (struct stat64): Likewise.
1171         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1172         Replace st_atime and its padding field with st_atim.  Likewise
1173         st_mtime/st_mtim and st_ctime/st_ctim.
1174         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1175         after above changes.
1176         (__xstat64_conv): Likewise.
1178 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1180         * sysdeps/mips/ldsodefs.h: New file.
1181         * sysdeps/mips/tst-audit.h: New file.
1183 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1185         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1186         for consistency with other ports.
1187         (MADV_REMOVE): Correct value.
1188         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1189         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1190         POSIX_MADV_DONTNEED): Define.
1192 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1194         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1195         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1196         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1197         and SYNC_FILE_RANGE_WAIT_AFTER.
1198         Declare sync_file_range, vmsplice, splice and tee.
1200 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1202         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1203         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1204         prototype.
1206 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1208         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1209         Define.
1211 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1213         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1214         typo.
1216 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1218         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1219         i386/fork.c.
1221 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1223         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1224         libc_cv_localedir, libdir, arch_minimum_kernel, and
1225         libc_cv_gcc_unwind_find_fde.
1226         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1227         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1228         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1230 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1232         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1233         (__pthread_list_t, __pthread_slist_t): New typedefs.
1234         (pthread_mutex_t): Replace __next and __prev fields with __list.
1235         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1236         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1237         (lll_futex_wake_unlock): Define.
1238         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1239         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1240         lll_robust_mutex_unlock): New macros.
1241         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1242         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1243         vfork.S.
1244         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1246 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1248         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1249         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1251 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1253         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1254         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1255         (INTERNAL_SYSCALL_NCS): New.
1256         (internal_syscall0, internal_syscall1, internal_syscall2,
1257         internal_syscall3, internal_syscall4, internal_syscall5,
1258         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1259         Use them.  Correct types for registers.
1260         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1261         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1262         (INTERNAL_SYSCALL_NCS): New.
1263         (internal_syscall0, internal_syscall1, internal_syscall2,
1264         internal_syscall3, internal_syscall4, internal_syscall5,
1265         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1266         Use them.
1267         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1268         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1269         points.
1270         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1271         Use Elf(Addr) for TLS relocation targets.
1272         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1273         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1274         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1275         futexp to long for n64.
1276         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1278 2006-02-20  Roland McGrath  <roland@redhat.com>
1280         * sysdeps/mips/shlib-versions: New file.
1281         * sysdeps/mips/preconfigure: New file.
1282         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.