Use dbl-64 fma for MIPS64.
[glibc.git] / ChangeLog.mips
blob853f286811b9efccc37267bf74ea71deb83f3b9b
1 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/mips/mips64/n32/s_fma.c: New file.
4         * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
6         * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
7         typo.
9 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
11         * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
13         * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
14         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
18         * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
19         settings out of conditional.
21         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
22         __connect_internal alias.
24         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
25         (FP_TRAPPING_EXCEPTIONS): Define.
27         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
28         Rename to abi-variants.
29         (syscall-list-includes): Rename to abi-includes.
30         (syscall-list-o32-options): Rename to abi-o32-options.
31         (syscall-list-o32-condition): Rename to abi-o32-condition.
32         (syscall-list-n32-options): Rename to abi-n32-options.
33         (syscall-list-n32-condition): Rename to abi-n32-condition.
34         (syscall-list-n64-options): Rename to abi-n64-options.
35         (syscall-list-n64-condition): Rename to abi-n64-condition.
36         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
37         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
38         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
40         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
41         _internal alias by hidden_def.
43 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
45         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
46         file.
47         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
48         Likewise.
49         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
50         Likewise.
51         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
52         Likewise.
53         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
54         Likewise.
55         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
56         Likewise.
57         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
58         Likewise.
59         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
60         Likewise.
62 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
64         * sysdeps/unix/sysv/linux/mips/kernel-features.h
65         (__ASSUME_32BITUIDS): Remove.
67 2012-05-23  Steve Ellcey  <sellcey@mips.com>
69         * sysdeps/unix/sysv/linux/mips/Makefile
70         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
71         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
72         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
74 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
76         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
77         Define.
78         (MADV_DODUMP): Likewise.
80 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
82         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
83         __WORDSIZE_TIME64_COMPAT32.
85         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
86         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
87         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
89 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
91         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
92         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
93         (kernel-features.h): Don't include.
94         [__NR_ftruncate64]: Make code unconditional.
95         [!__NR_ftruncate64]: Remove conditional code.
96         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
97         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
98         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
99         (kernel-features.h): Don't include.
100         [__NR_truncate64]: Make code unconditional.
101         [!__NR_truncate64]: Remove conditional code.
102         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
103         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
104         Add syscall.
105         (truncate): Likewise.
106         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
107         (ftruncate): Remove syscall.
108         (truncate): Likewise.
109         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
110         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
111         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
112         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
114 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
116         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
117         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
118         type unsigned long and names st_atimensec, st_mtimensec and
119         st_ctimensec.
120         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
122 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
124         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
125         Remove conditional code.
126         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
127         * sysdeps/unix/sysv/linux/mips/pread64.c
128         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
129         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
130         * sysdeps/unix/sysv/linux/mips/pwrite.c
131         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
132         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
133         * sysdeps/unix/sysv/linux/mips/pwrite64.c
134         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
135         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
136         * sysdeps/unix/sysv/linux/mips/sigaction.c
137         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
138         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
140 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
142         * sysdeps/mips/dl-lookup.c: Update from generic version.
144 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
146         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
147         * sysdeps/mips/mips32/libm-test-ulps: ... here.
148         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
149         * sysdeps/mips/mips64/libm-test-ulps: ... here.
150         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
152 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
154         [BZ #14044]
155         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
156         from libc version and add symbol versions.
157         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
158         (GLIBC_2.3.3): Add posix_fadvise64.
160 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
162         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
163         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
164         Likewise.
165         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
166         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
167         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
168         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
169         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
170         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
171         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
172         Likewise.
173         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
174         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
175         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
176         Likewise.
177         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
178         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
179         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
180         Likewise.
181         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
182         Likewise.
183         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
184         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
185         Likewise.
186         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
187         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
188         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
189         Likewise.
190         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
191         Likewise.
192         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
193         Likewise.
194         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
195         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
196         Likewise.
197         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
198         Likewise.
199         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
200         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
201         Likewise.
202         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
203         Likewise.
204         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
205         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
206         Likewise.
207         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
208         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
209         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
210         Likewise.
211         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
212         Likewise.
213         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
214         Likewise.
215         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
216         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
217         Likewise.
218         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
219         Likewise.
221         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
222         __MIPSEB instead of __BYTE_ORDER.
223         * sysdeps/mips/mips64/memset.S: Likewise.
225 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
227         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
228         Change to 2.6.12.
229         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
231 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
233         * sysdeps/unix/mips/brk.S: Remove file.
234         * sysdeps/unix/mips/dl-brk.S: Likewise.
235         * sysdeps/unix/mips/sigreturn.S: Likewise.
236         * sysdeps/unix/mips/wait.S: Likewise.
238 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
240         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
241         instead of __BYTE_ORDER.
242         * sysdeps/mips/memset.S: Likewise.
244         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
245         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
247 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
249         * sysdeps/unix/mips/fork.S: Remove file.
251 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
253         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
254         (ldd_rewrite_script): Change $dest to $dir.
255         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
257 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
259         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
260         sysdeps/unix/sysv/linux/arm/readahead.c not
261         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
263 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
265         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
266         (MAP_HUGETLB): Likewise.
268 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
270         * sysdeps/mips/elf/start.S: Moved to ...
271         * sysdeps/mips/start.S: ...here.
272         * sysdeps/mips/elf/configure.in: Moved to ...
273         * sysdeps/mips/configure.in: ...here.  Update comment.
274         * sysdeps/mips/configure: New generated file.
276 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
278         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
279         instead of <stdio-common/_itoa.h>.
281 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
283         [BZ #13673]
284         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
285         with URL.
287 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
289         [BZ #13673]
290         Replace FSF snail mail address with URLs, as per GNU coding standards.
292 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
294         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
295         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
297 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
299         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
300         declare recvmmsg and sendmmsg.
302 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
304         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
305         Change union tag to pthread_attr_t.  Only define typedef if not
306         already defined.
307         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
308         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
309         typedef if not already defined.
311 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
313         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
314         siginfo_t struct.  Add forward declaration of pthread_attr_t and
315         use it in sigevent.
316         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
317         pthread_attr_t union.
319 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
321         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
322         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
323         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
324         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
326 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
328         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
329         not defined.
331 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
333         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
334         matching the array in dl-procinfo.c.
336 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
338         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
339         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
340         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
342 2012-02-15  Robert Millan  <rmh@gnu.org>
344         [BZ #12301]
345         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
346         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
348 2012-02-15  Robert Millan  <rmh@gnu.org>
350         [BZ #12298]
351         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
352         * sysdeps/mips/sys/tas.h: ... here.
354 2012-02-15  Robert Millan  <rmh@gnu.org>
356         [BZ #12297]
357         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
358         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
359         * sysdeps/unix/mips/entry.h: ... here.
361 2012-02-15  Robert Millan  <rmh@gnu.org>
363         [BZ #12193]
364         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
365         Define.
366         * sysdeps/mips/dl-procinfo.c: New file.
367         * sysdeps/mips/dl-procinfo.h: Likewise.
369 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
371         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
372         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
374 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
376         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
377         around calls to _dl_lookup_symbol_x.
379 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
381         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
382         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
384 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
386         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
387         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
389 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
391         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
392         for sysdeps/generic/initfini.c.
393         * sysdeps/mips/mips32/crtn.S: Likewise.
394         * sysdeps/mips/mips64/n32/crti.S: Likewise.
395         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
396         * sysdeps/mips/mips64/n64/crti.S: Likewise.
397         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
398         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
399         (CFLAGS-pt-initfini.s): Likewise.
400         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
401         variables.
403 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
405         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
406         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
407         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
408         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
410 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
412         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
413         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
414         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
415         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
416         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
417         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
418         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
420 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
422         * sysdeps/mips/nptl/shlib-versions: New.
424 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
426         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
428 2012-01-04  Tom de Vries  <tom@codesourcery.com>
430         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
431         -fno-unwind-tables.
433 2012-01-03  Tom de Vries  <tom@codesourcery.com>
435         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
436         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
438 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
440         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
441         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
442         Remove.
443         (syscall-list-variants, syscall-list-includes)
444         (syscall-list-o32-options, syscall-list-o32-condition)
445         (syscall-list-n32-options, syscall-list-n32-condition)
446         (syscall-list-n64-options, syscall-list-n64-condition): Define.
447         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
448         asm-unistd.h.
449         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
450         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
452 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
454         [BZ #13538]
455         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
456         (EPOLLET): Initialize with unsigned values.
458 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
460         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
461         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
463 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
465         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
466         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
468 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
470         * sysdeps/mips/dl-lookup.c: Update from generic version.
472 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
474         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
475         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
476         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
478 2011-10-05  Andreas Schwab  <schwab@redhat.com>
480         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
481         (elf_machine_lazy_rel): Add parameter skip_ifunc.
483 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
485         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
486         return value to (struct cmsghdr *).
488 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
490         * sysdeps/mips/elf/configure.in: Always test for TLS support and
491         error out in case it is missing.
492         * sysdeps/mips/elf/configure: Regenerate.
493         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
495 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
497         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
498         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
500 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
502         [BZ #13109]
503         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
504         (statfs): New.
505         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
506         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
508 2011-08-02  Matt Turner  <mattst88@gmail.com>
510         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
512 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
514         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
515         Define.
517 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
519         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
520         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
522 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
524         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
525         mention raise in the comment.
527 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
529         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
530         Add.
532 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
534         * sysdeps/mips/dl-lookup.c: Update from generic version.
536 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
538         * sysdeps/mips/dl-lookup.c: Update from generic version.
540 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
542         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
544 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
546         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
547         to open_by_handle_at.
549 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
551         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
553 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
555         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
556         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
557         open_by_handle.  Augment a few comments.
559 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
561         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
562         cancelable.
563         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
564         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
565         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
566         sync_file_range as cancellation point.
567         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
568         sync_file_range as cancellation point.
570 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
572         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
573         sync_file_range.
575 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
577         * sysdeps/mips/dl-lookup.c: Update from generic version.
579 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
581         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
582         MADV_NOHUGEPAGE): Define.
584 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
586         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
587         PF_CAIF, PF_ALG): Define.
589 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
591         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
592         NO_CTORS_DTORS_SECTIONS is defined.
593         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
595 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
597         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
599 2010-12-06  Matt Turner  <mattst88@gmail.com>
601         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
603 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
605         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
606         Change to 2.4.1.
607         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
609 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
611         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
612         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
613         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
614         for fanotify_mark.
616 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
618         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
619         libm_hidden_def.
620         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
622 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
624         * sysdeps/unix/sysv/linux/mips/kernel-features.h
625         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
627 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
629         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
630         jump delay slot.
631         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
633 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
635         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
637 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
639         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
640         struct statfs64): Add f_flags field.
642 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
644         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
645         Define.
647 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
649         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
650         and prlimit64.
651         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
652         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
653         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
654         prlimit64 syscall.
656 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
658         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
659         F_GETPIPE_SZ): Define.
661 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
663         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
664         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
666 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
668         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
670 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
672         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
673         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
674         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
675         Define.
677 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
679         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
680         MSG_WAITFORONE.
682 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
684         * sysdeps/mips/dl-lookup.c: Update from generic version.
686 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
688         [BZ #11291]
689         * sysdeps/mips/bits/atomic.h
690         (__arch_compare_and_exchange_xxx_32_int,
691         __arch_compare_and_exchange_xxx_64_int,
692         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
693         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
694         Specify *mem as asm output as well as input.
696 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
698         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
700 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
702         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
703         _dl_runtime_pltresolve): Calculate offset from start of function
704         to .cpload instead of hardcoding instruction size.
706 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
708         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
709         problem.
711 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
713         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
714         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
716 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
718         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
719         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
720         XPG7.
721         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
722         fcntl.h.
724 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
726         [BZ #11093]
727         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
728         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
730 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
732         * sysdeps/mips/dl-lookup.c: Update from generic version.
734 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
736         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
737         O_DSYNC to match 2.6.33+ kernels.
739 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
741         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
742         declare recvmmsg.
744 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
746         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
747         (posix_fadvise): Remove.
748         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
749         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
750         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
752 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
754         * sysdeps/mips/dl-lookup.c: Update from generic version.
756 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
758         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
759         for timestamps also if __USE_XOPEN2K8.
761 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
763         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
764         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
766 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
768         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
769         names of parameters of sync_file_range.
771 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
773         [BZ #10972]
774         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
775         constants from recent kernels.
777 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
779         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
780         not already defined.
782 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
784         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
785         F_GETOWN_EX): Update values.
787 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
789         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
790         of last two arguments when -D_FILE_OFFSET_BITS=64.
792 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
794         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
795         f_owner_ex.
797 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
799         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
800         and F_GETOWN_EX.
802 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
804         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
805         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
806         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
807         (__SYSCALL_CLOBBERS): Likewise.
808         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
809         (__SYSCALL_CLOBBERS): Likewise.
811 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
813         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
814         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
815         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
816         variable for env.  Use expansion of CHECK_SP macro for check.
817         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
819 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
821         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
822         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
824 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
826         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
827         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
829 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
831         * sysdeps/mips/do-lookup.h: Remove.
832         * sysdeps/mips/dl-lookup.c: Update from generic version, with
833         non-PIC handling integrated.
835 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
837         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
838         and AF_IEEE802154.
840 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
842         * sysdeps/mips/____longjmp_chk.c: New file.
843         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
844         undefine __longjmp.
845         * sysdeps/mips64/__longjmp.c: Likewise.
847 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
849         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
850         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
851         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
852         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
854 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
856         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
857         fallocate64@@GLIBC_2.11.
859 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
861         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
862         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
864 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
866         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
867         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
868         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
869         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
870         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
871         Update comment.
872         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
873         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
874         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
875         Add ucontext_i.sym.
877 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
879         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
880         __ASSUME_PWRITEV): Don't define here.
882 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
884         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
886 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
888         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
889         numbers.
890         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
891         Define.
892         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
893         preadv and pwritev.
895 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
897         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
898         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
900 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
902         [BZ #7074]
903         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
904         Fix the condition used to annotate n32 objects.
906 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
908         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
909         Change parameters and use next_line.
911 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
913         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
914         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
915         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
917 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
919         * sysdeps/mips/bits/link.h: Uglify function parameter names.
920         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
921         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
922         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
923         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
925 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
927         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
928         fallocate{,64}.
930 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
932         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
933         UTIME_OMIT only with __USE_ATFILE.
935 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
937         [BZ #7040]
938         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
939         inotify_rm_watch should have type int.
941 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
943         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
945 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
946             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
948         PR glibc/1048
949         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
950         variable page size for MIPS.
951         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
952         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
953         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
955 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
957         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
958         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
959         -D_GNU_SOURCE.
961 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
963         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
964         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
966 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
968         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
969         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
970         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
971         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
973 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
975         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
976         Make available only for __USE_GNU.
978 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
980         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
981         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
983 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
985         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
986         __THROW vs. __nonnull order for C++.
988 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
990         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
991         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
992         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
994 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
995             Daniel Jacobowitz  <dan@codesourcery.com>
996             Richard Sandiford  <rdsandiford@googlemail.com>
998         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
999         * sysdeps/mips/dl-lookup.c: New.
1000         * sysdeps/mips/do-lookup.h: New.
1001         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1002         definition.
1003         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1004         if needed.
1005         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1006         (elf_machine_type_class): Likewise.
1007         (ELF_MACHINE_PLT_REL): Define.
1008         (elf_machine_fixup_plt): New.
1009         (elf_machine_plt_value): New.
1010         (elf_machine_reloc): Handle jump slot and copy relocations.
1011         (elf_machine_lazy_rel): Point relocation place at PLT if
1012         required.
1013         (RESOLVE_GOTSYM): Take a relocation type argument.
1014         (elf_machine_got_rel): Bind lazy stubs directly to their target if
1015         !lazy.  Skip lazy binding for PLT symbols.
1016         (elf_machine_runtime_setup): Fill in .got.plt header.
1017         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1018         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1019         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1020         (_dl_runtime_pltresolve): New.
1021         * sysdeps/mips/bits/linkmap.h: New file.
1022         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1023         64-bit versions.
1025         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1026         Delete definition.
1027         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1028         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1029         (PSEUDO): Use them.  Move outside __PIC__.
1030         (PSEUDO_JMP): New.
1031         (CENABLE, CDISABLE): Use it.
1033 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1035         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1036         to epoll_create1.
1038 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1040         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1041         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1042         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1043         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1044         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1045         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1046         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1048 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1050         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1051         volatile.
1053 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1055         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1056         type.
1058 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1060         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1061         (SOCK_DCCP): Define.
1063 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1065         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1066         RUSAGE_THREAD and RUSAGE_LWP.
1068 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1070         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1071         shmid_ds.
1073 2008-04-21  Khem Raj  <kraj@mvista.com>
1075         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1077 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1079         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1080         truncate and ftruncate systems calls.
1081         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1082         empty file.
1083         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1085 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1087         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1088         ARG_MAX if <linux/limits.h> has defined it.
1090 2008-03-28  Robin Randhawa  <robin@mips.com>
1092         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1093         barriers to enforce strict ordering on weakly ordered systems.
1095 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1096             Daniel Jacobowitz  <dan@codesourcery.com>
1098         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1099         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1100         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1102 2008-03-09  Andreas Jaeger  <aj@suse.de>
1104         [BZ #5753]
1105         * sysdeps/mips/ieee754.h: Use protected namespace
1106         __BIG_ENDIAN/__LITTLE_ENDIAN.
1107         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1109 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1111         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1112         Reorganize to match other architectures.  Replace _timer._timer1
1113         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1114         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1115         (si_timerid, si_overrun): Define.
1116         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1117         (__pthread_attr_s): Remove declaration.
1118         (struct sigevent): Remove XXX.  Add _tid.
1120 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1122         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1124 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1126         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1127         type and __THROW marker of splice, vmsplice, and tee.
1129 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1131         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1132         LLL_PRIVATE argument to lll_futex_wake.
1133         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1134         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1135         comment.
1136         (PF_IUCV, PF_RXRPC): Define.
1137         (PF_MAX): Update.
1138         (AF_IUCV, AF_RXRPC): Define.
1139         (MSG_CMSG_CLOEXEC): Define.
1140         (_EXTERN_INLINE): Define to __extern_inline.
1141         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1142         UTIME_OMIT): Define.
1143         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1144         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1145         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1146         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1147         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1148         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1149         LLL_LOCK_*.  Include <kernel-features.h>.
1150         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1151         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1152         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1153         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1154         lll_futex_wait.
1155         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1156         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1157         private arguments.
1158         (__lll_robust_trylock): Convert to macro.
1159         (__lll_robust_lock_wait): Add private argument.
1160         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1161         (__lll_lock): Convert to macro.  Take private argument.
1162         (__lll_cond_lock): Likewise.
1163         (lll_lock, lll_cond_lock): Take private arguments.
1164         (__lll_robust_lock): Take private argument.  Convert to macro.
1165         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1166         lll_robust_cond_lock): Take private arguments.
1167         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1168         arguments.
1169         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1170         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1171         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1172         private arguments.
1173         (lll_unlock, lll_robust_unlock): Take private arguments.
1174         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1175         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1176         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1177         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1178         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1179         lll_cond_wake, lll_cond_broadcast): Remove.
1180         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1181         to __extern_inline.
1183 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1185         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1186         New macros for the (n)64 and n32 ABIs.
1187         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1189 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1191         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1192         Define __WORDSIZE_COMPAT32 as 1.
1194 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1196         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1197         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1198         PTHREAD_STACK_MIN.
1200 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1202         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1204         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1205         Delete.
1207 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1209         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1210         (internal_syscall1, internal_syscall2, internal_syscall3,
1211         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1213 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1215         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1216         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1217         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1218         THREAD_GSCOPE_WAIT): Define.
1219         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1220         (FUTEX_PRIVATE_FLAG): Define.
1221         (lll_unlock_wake_cb): Delete prototype.
1222         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1223         <endian.h>.
1224         (pthread_rwlock_t): Shrink __flags and add __shared.
1226 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1228         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1229         (posix_fadvise): Fix high word of len argument.
1231 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1233         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1234         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1235         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1236         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1237         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1238         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1240 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1242         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1243         * sysdeps/mips/mips64/n64/Implies: Likewise.
1244         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1245         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1246         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1247         <fpu_control.h>.  Use hardware exception and rounding mode
1248         settings.
1250 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1252         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1253         r_info argument to ElfW(Addr).
1255 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1257         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1259 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1260             Daniel Jacobowitz  <dan@codesourcery.com>
1262         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1263         shmctl, and semctl.
1264         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1265         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1266         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1268 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1270         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1271         PTR_DEMANGLE): Define.
1272         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1273         PTR_DEMANGLE): Define.
1274         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1275         PTR_DEMANGLE): Define.
1277 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1279         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1280         (cfi_same_value): Delete definition.
1282 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1284         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1285         (elf_machine_reloc): New function, retaining the body of
1286         elf_machine_rel.  Take the reloc's r_info field as an argument,
1287         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1288         When inplace_p is false, use r_addend as the addend, not the contents
1289         of the relocation field.  Hoist the conversion of reloc_addr to
1290         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1291         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1292         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1293         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1294         to ElfW(Rela).
1296 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1298         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1299         multiple inclusion guard.
1300         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1302 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1304         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1305         to match the kernel.
1307 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1309         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1310         (RTLD_SINGLE_THREAD_P): Define.
1311         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1313 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1315         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1316         prototype.
1318 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1320         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1321         code.
1322         (__xstat_conv): Use memset to clear padding arrays.  Check for
1323         overflow.
1324         (__xstat64_conv): Use memset to clear padding arrays.
1325         (__xstat32_conv): New function.
1326         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1327         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1329 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1331         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1332         floating-point registers.
1333         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1334         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1335         Likewise.
1337 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1339         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1340         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1342 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1344         * sysdeps/mips/mips64/n32/libm-test-ulps,
1345         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1347 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1349         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1350         defined, include the named file.
1352 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1354         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1355         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1356         Define.
1358 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1360         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1361         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1362         types.
1364 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1366         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1367         Don't use struct timespec.
1368         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1369         __xstat64_conv): Copy individual timespec fields.
1371 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1373         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1375 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1377         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1378         * sysdeps/mips/fpu/fesetround.c: Likewise.
1380 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1381             Daniel Jacobowitz  <dan@codesourcery.com>
1383         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1384         dump sc_cause, sc_status or sc_badvaddr.
1385         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1386         structure definitions after DSP kernel changes.
1387         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1388         after the same DSP changes.
1390 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1392         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1393         st_atim, st_mtim and st_ctim interface.
1394         (struct stat64): Likewise.
1395         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1396         Replace st_atime and its padding field with st_atim.  Likewise
1397         st_mtime/st_mtim and st_ctime/st_ctim.
1398         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1399         after above changes.
1400         (__xstat64_conv): Likewise.
1402 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1404         * sysdeps/mips/ldsodefs.h: New file.
1405         * sysdeps/mips/tst-audit.h: New file.
1407 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1409         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1410         for consistency with other ports.
1411         (MADV_REMOVE): Correct value.
1412         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1413         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1414         POSIX_MADV_DONTNEED): Define.
1416 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1418         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1419         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1420         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1421         and SYNC_FILE_RANGE_WAIT_AFTER.
1422         Declare sync_file_range, vmsplice, splice and tee.
1424 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1426         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1427         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1428         prototype.
1430 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1432         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1433         Define.
1435 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1437         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1438         typo.
1440 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1442         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1443         i386/fork.c.
1445 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1447         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1448         libc_cv_localedir, libdir, arch_minimum_kernel, and
1449         libc_cv_gcc_unwind_find_fde.
1450         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1451         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1452         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1454 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1456         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1457         (__pthread_list_t, __pthread_slist_t): New typedefs.
1458         (pthread_mutex_t): Replace __next and __prev fields with __list.
1459         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1460         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1461         (lll_futex_wake_unlock): Define.
1462         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1463         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1464         lll_robust_mutex_unlock): New macros.
1465         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1466         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1467         vfork.S.
1468         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1470 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1472         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1473         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1475 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1477         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1478         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1479         (INTERNAL_SYSCALL_NCS): New.
1480         (internal_syscall0, internal_syscall1, internal_syscall2,
1481         internal_syscall3, internal_syscall4, internal_syscall5,
1482         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1483         Use them.  Correct types for registers.
1484         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1485         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1486         (INTERNAL_SYSCALL_NCS): New.
1487         (internal_syscall0, internal_syscall1, internal_syscall2,
1488         internal_syscall3, internal_syscall4, internal_syscall5,
1489         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1490         Use them.
1491         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1492         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1493         points.
1494         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1495         Use Elf(Addr) for TLS relocation targets.
1496         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1497         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1498         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1499         futexp to long for n64.
1500         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1502 2006-02-20  Roland McGrath  <roland@redhat.com>
1504         * sysdeps/mips/shlib-versions: New file.
1505         * sysdeps/mips/preconfigure: New file.
1506         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.