tile: update libm-test-ulps
[glibc.git] / ChangeLog.mips
blob7d07aa608a3aa9481ba881b79dd8a3caa15755c2
1 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
4         Rename to abi-variants.
5         (syscall-list-includes): Rename to abi-includes.
6         (syscall-list-o32-options): Rename to abi-o32-options.
7         (syscall-list-o32-condition): Rename to abi-o32-condition.
8         (syscall-list-n32-options): Rename to abi-n32-options.
9         (syscall-list-n32-condition): Rename to abi-n32-condition.
10         (syscall-list-n64-options): Rename to abi-n64-options.
11         (syscall-list-n64-condition): Rename to abi-n64-condition.
12         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
13         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
14         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
16         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
17         _internal alias by hidden_def.
19 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
21         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
22         file.
23         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
24         Likewise.
25         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
26         Likewise.
27         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
28         Likewise.
29         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
30         Likewise.
31         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
32         Likewise.
33         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
34         Likewise.
35         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
36         Likewise.
38 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40         * sysdeps/unix/sysv/linux/mips/kernel-features.h
41         (__ASSUME_32BITUIDS): Remove.
43 2012-05-23  Steve Ellcey  <sellcey@mips.com>
45         * sysdeps/unix/sysv/linux/mips/Makefile
46         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
47         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
48         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
50 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
52         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
53         Define.
54         (MADV_DODUMP): Likewise.
56 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
58         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
59         __WORDSIZE_TIME64_COMPAT32.
61         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
62         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
63         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
65 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
67         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
68         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
69         (kernel-features.h): Don't include.
70         [__NR_ftruncate64]: Make code unconditional.
71         [!__NR_ftruncate64]: Remove conditional code.
72         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
73         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
74         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
75         (kernel-features.h): Don't include.
76         [__NR_truncate64]: Make code unconditional.
77         [!__NR_truncate64]: Remove conditional code.
78         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
79         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
80         Add syscall.
81         (truncate): Likewise.
82         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
83         (ftruncate): Remove syscall.
84         (truncate): Likewise.
85         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
86         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
87         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
88         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
90 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
92         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
93         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
94         type unsigned long and names st_atimensec, st_mtimensec and
95         st_ctimensec.
96         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
98 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
100         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
101         Remove conditional code.
102         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
103         * sysdeps/unix/sysv/linux/mips/pread64.c
104         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
105         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
106         * sysdeps/unix/sysv/linux/mips/pwrite.c
107         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
108         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
109         * sysdeps/unix/sysv/linux/mips/pwrite64.c
110         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
111         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
112         * sysdeps/unix/sysv/linux/mips/sigaction.c
113         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
114         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
116 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
118         * sysdeps/mips/dl-lookup.c: Update from generic version.
120 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
122         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
123         * sysdeps/mips/mips32/libm-test-ulps: ... here.
124         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
125         * sysdeps/mips/mips64/libm-test-ulps: ... here.
126         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
128 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
130         [BZ #14044]
131         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
132         from libc version and add symbol versions.
133         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
134         (GLIBC_2.3.3): Add posix_fadvise64.
136 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
138         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
139         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
140         Likewise.
141         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
142         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
143         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
144         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
145         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
146         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
147         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
148         Likewise.
149         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
150         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
151         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
152         Likewise.
153         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
154         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
155         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
156         Likewise.
157         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
158         Likewise.
159         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
160         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
161         Likewise.
162         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
163         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
164         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
165         Likewise.
166         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
167         Likewise.
168         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
169         Likewise.
170         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
171         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
172         Likewise.
173         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
174         Likewise.
175         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
176         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
177         Likewise.
178         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
179         Likewise.
180         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
181         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
182         Likewise.
183         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
184         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
185         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
186         Likewise.
187         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
188         Likewise.
189         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
190         Likewise.
191         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
192         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
193         Likewise.
194         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
195         Likewise.
197         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
198         __MIPSEB instead of __BYTE_ORDER.
199         * sysdeps/mips/mips64/memset.S: Likewise.
201 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
203         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
204         Change to 2.6.12.
205         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
207 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
209         * sysdeps/unix/mips/brk.S: Remove file.
210         * sysdeps/unix/mips/dl-brk.S: Likewise.
211         * sysdeps/unix/mips/sigreturn.S: Likewise.
212         * sysdeps/unix/mips/wait.S: Likewise.
214 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
216         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
217         instead of __BYTE_ORDER.
218         * sysdeps/mips/memset.S: Likewise.
220         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
221         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
223 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
225         * sysdeps/unix/mips/fork.S: Remove file.
227 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
229         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
230         (ldd_rewrite_script): Change $dest to $dir.
231         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
233 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
235         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
236         sysdeps/unix/sysv/linux/arm/readahead.c not
237         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
239 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
241         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
242         (MAP_HUGETLB): Likewise.
244 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
246         * sysdeps/mips/elf/start.S: Moved to ...
247         * sysdeps/mips/start.S: ...here.
248         * sysdeps/mips/elf/configure.in: Moved to ...
249         * sysdeps/mips/configure.in: ...here.  Update comment.
250         * sysdeps/mips/configure: New generated file.
252 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
254         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
255         instead of <stdio-common/_itoa.h>.
257 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
259         [BZ #13673]
260         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
261         with URL.
263 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
265         [BZ #13673]
266         Replace FSF snail mail address with URLs, as per GNU coding standards.
268 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
270         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
271         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
273 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
275         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
276         declare recvmmsg and sendmmsg.
278 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
280         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
281         Change union tag to pthread_attr_t.  Only define typedef if not
282         already defined.
283         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
284         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
285         typedef if not already defined.
287 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
289         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
290         siginfo_t struct.  Add forward declaration of pthread_attr_t and
291         use it in sigevent.
292         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
293         pthread_attr_t union.
295 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
297         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
298         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
299         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
300         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
302 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
304         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
305         not defined.
307 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
309         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
310         matching the array in dl-procinfo.c.
312 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
314         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
315         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
316         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
318 2012-02-15  Robert Millan  <rmh@gnu.org>
320         [BZ #12301]
321         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
322         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
324 2012-02-15  Robert Millan  <rmh@gnu.org>
326         [BZ #12298]
327         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
328         * sysdeps/mips/sys/tas.h: ... here.
330 2012-02-15  Robert Millan  <rmh@gnu.org>
332         [BZ #12297]
333         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
334         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
335         * sysdeps/unix/mips/entry.h: ... here.
337 2012-02-15  Robert Millan  <rmh@gnu.org>
339         [BZ #12193]
340         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
341         Define.
342         * sysdeps/mips/dl-procinfo.c: New file.
343         * sysdeps/mips/dl-procinfo.h: Likewise.
345 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
347         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
348         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
350 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
352         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
353         around calls to _dl_lookup_symbol_x.
355 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
357         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
358         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
360 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
362         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
363         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
365 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
367         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
368         for sysdeps/generic/initfini.c.
369         * sysdeps/mips/mips32/crtn.S: Likewise.
370         * sysdeps/mips/mips64/n32/crti.S: Likewise.
371         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
372         * sysdeps/mips/mips64/n64/crti.S: Likewise.
373         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
374         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
375         (CFLAGS-pt-initfini.s): Likewise.
376         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
377         variables.
379 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
381         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
382         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
383         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
384         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
386 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
388         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
389         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
390         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
391         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
392         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
393         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
394         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
396 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
398         * sysdeps/mips/nptl/shlib-versions: New.
400 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
402         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
404 2012-01-04  Tom de Vries  <tom@codesourcery.com>
406         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
407         -fno-unwind-tables.
409 2012-01-03  Tom de Vries  <tom@codesourcery.com>
411         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
412         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
414 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
416         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
417         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
418         Remove.
419         (syscall-list-variants, syscall-list-includes)
420         (syscall-list-o32-options, syscall-list-o32-condition)
421         (syscall-list-n32-options, syscall-list-n32-condition)
422         (syscall-list-n64-options, syscall-list-n64-condition): Define.
423         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
424         asm-unistd.h.
425         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
426         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
428 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
430         [BZ #13538]
431         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
432         (EPOLLET): Initialize with unsigned values.
434 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
436         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
437         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
439 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
441         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
442         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
444 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
446         * sysdeps/mips/dl-lookup.c: Update from generic version.
448 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
450         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
451         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
452         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
454 2011-10-05  Andreas Schwab  <schwab@redhat.com>
456         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
457         (elf_machine_lazy_rel): Add parameter skip_ifunc.
459 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
461         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
462         return value to (struct cmsghdr *).
464 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
466         * sysdeps/mips/elf/configure.in: Always test for TLS support and
467         error out in case it is missing.
468         * sysdeps/mips/elf/configure: Regenerate.
469         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
471 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
473         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
474         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
476 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
478         [BZ #13109]
479         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
480         (statfs): New.
481         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
482         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
484 2011-08-02  Matt Turner  <mattst88@gmail.com>
486         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
488 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
490         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
491         Define.
493 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
495         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
496         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
498 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
500         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
501         mention raise in the comment.
503 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
505         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
506         Add.
508 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
510         * sysdeps/mips/dl-lookup.c: Update from generic version.
512 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
514         * sysdeps/mips/dl-lookup.c: Update from generic version.
516 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
518         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
520 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
522         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
523         to open_by_handle_at.
525 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
527         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
529 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
531         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
532         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
533         open_by_handle.  Augment a few comments.
535 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
537         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
538         cancelable.
539         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
540         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
541         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
542         sync_file_range as cancellation point.
543         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
544         sync_file_range as cancellation point.
546 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
548         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
549         sync_file_range.
551 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
553         * sysdeps/mips/dl-lookup.c: Update from generic version.
555 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
557         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
558         MADV_NOHUGEPAGE): Define.
560 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
562         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
563         PF_CAIF, PF_ALG): Define.
565 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
567         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
568         NO_CTORS_DTORS_SECTIONS is defined.
569         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
571 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
573         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
575 2010-12-06  Matt Turner  <mattst88@gmail.com>
577         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
579 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
581         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
582         Change to 2.4.1.
583         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
585 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
587         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
588         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
589         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
590         for fanotify_mark.
592 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
594         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
595         libm_hidden_def.
596         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
598 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
600         * sysdeps/unix/sysv/linux/mips/kernel-features.h
601         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
603 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
605         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
606         jump delay slot.
607         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
609 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
611         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
613 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
615         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
616         struct statfs64): Add f_flags field.
618 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
620         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
621         Define.
623 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
625         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
626         and prlimit64.
627         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
628         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
629         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
630         prlimit64 syscall.
632 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
634         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
635         F_GETPIPE_SZ): Define.
637 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
639         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
640         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
642 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
644         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
646 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
648         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
649         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
650         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
651         Define.
653 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
655         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
656         MSG_WAITFORONE.
658 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
660         * sysdeps/mips/dl-lookup.c: Update from generic version.
662 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
664         [BZ #11291]
665         * sysdeps/mips/bits/atomic.h
666         (__arch_compare_and_exchange_xxx_32_int,
667         __arch_compare_and_exchange_xxx_64_int,
668         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
669         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
670         Specify *mem as asm output as well as input.
672 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
674         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
676 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
678         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
679         _dl_runtime_pltresolve): Calculate offset from start of function
680         to .cpload instead of hardcoding instruction size.
682 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
684         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
685         problem.
687 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
689         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
690         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
692 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
694         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
695         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
696         XPG7.
697         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
698         fcntl.h.
700 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
702         [BZ #11093]
703         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
704         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
706 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
708         * sysdeps/mips/dl-lookup.c: Update from generic version.
710 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
712         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
713         O_DSYNC to match 2.6.33+ kernels.
715 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
717         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
718         declare recvmmsg.
720 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
722         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
723         (posix_fadvise): Remove.
724         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
725         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
726         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
728 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
730         * sysdeps/mips/dl-lookup.c: Update from generic version.
732 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
734         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
735         for timestamps also if __USE_XOPEN2K8.
737 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
739         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
740         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
742 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
744         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
745         names of parameters of sync_file_range.
747 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
749         [BZ #10972]
750         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
751         constants from recent kernels.
753 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
755         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
756         not already defined.
758 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
760         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
761         F_GETOWN_EX): Update values.
763 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
765         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
766         of last two arguments when -D_FILE_OFFSET_BITS=64.
768 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
770         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
771         f_owner_ex.
773 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
775         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
776         and F_GETOWN_EX.
778 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
780         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
781         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
782         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
783         (__SYSCALL_CLOBBERS): Likewise.
784         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
785         (__SYSCALL_CLOBBERS): Likewise.
787 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
789         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
790         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
791         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
792         variable for env.  Use expansion of CHECK_SP macro for check.
793         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
795 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
797         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
798         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
800 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
802         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
803         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
805 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
807         * sysdeps/mips/do-lookup.h: Remove.
808         * sysdeps/mips/dl-lookup.c: Update from generic version, with
809         non-PIC handling integrated.
811 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
813         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
814         and AF_IEEE802154.
816 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
818         * sysdeps/mips/____longjmp_chk.c: New file.
819         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
820         undefine __longjmp.
821         * sysdeps/mips64/__longjmp.c: Likewise.
823 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
825         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
826         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
827         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
828         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
830 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
832         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
833         fallocate64@@GLIBC_2.11.
835 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
837         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
838         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
840 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
842         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
843         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
844         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
845         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
846         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
847         Update comment.
848         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
849         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
850         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
851         Add ucontext_i.sym.
853 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
855         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
856         __ASSUME_PWRITEV): Don't define here.
858 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
860         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
862 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
864         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
865         numbers.
866         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
867         Define.
868         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
869         preadv and pwritev.
871 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
873         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
874         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
876 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
878         [BZ #7074]
879         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
880         Fix the condition used to annotate n32 objects.
882 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
884         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
885         Change parameters and use next_line.
887 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
889         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
890         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
891         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
893 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
895         * sysdeps/mips/bits/link.h: Uglify function parameter names.
896         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
897         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
898         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
899         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
901 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
903         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
904         fallocate{,64}.
906 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
908         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
909         UTIME_OMIT only with __USE_ATFILE.
911 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
913         [BZ #7040]
914         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
915         inotify_rm_watch should have type int.
917 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
919         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
921 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
922             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
924         PR glibc/1048
925         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
926         variable page size for MIPS.
927         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
928         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
929         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
931 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
933         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
934         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
935         -D_GNU_SOURCE.
937 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
939         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
940         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
942 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
944         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
945         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
946         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
947         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
949 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
951         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
952         Make available only for __USE_GNU.
954 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
956         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
957         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
959 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
961         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
962         __THROW vs. __nonnull order for C++.
964 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
966         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
967         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
968         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
970 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
971             Daniel Jacobowitz  <dan@codesourcery.com>
972             Richard Sandiford  <rdsandiford@googlemail.com>
974         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
975         * sysdeps/mips/dl-lookup.c: New.
976         * sysdeps/mips/do-lookup.h: New.
977         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
978         definition.
979         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
980         if needed.
981         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
982         (elf_machine_type_class): Likewise.
983         (ELF_MACHINE_PLT_REL): Define.
984         (elf_machine_fixup_plt): New.
985         (elf_machine_plt_value): New.
986         (elf_machine_reloc): Handle jump slot and copy relocations.
987         (elf_machine_lazy_rel): Point relocation place at PLT if
988         required.
989         (RESOLVE_GOTSYM): Take a relocation type argument.
990         (elf_machine_got_rel): Bind lazy stubs directly to their target if
991         !lazy.  Skip lazy binding for PLT symbols.
992         (elf_machine_runtime_setup): Fill in .got.plt header.
993         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
994         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
995         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
996         (_dl_runtime_pltresolve): New.
997         * sysdeps/mips/bits/linkmap.h: New file.
998         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
999         64-bit versions.
1001         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1002         Delete definition.
1003         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1004         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1005         (PSEUDO): Use them.  Move outside __PIC__.
1006         (PSEUDO_JMP): New.
1007         (CENABLE, CDISABLE): Use it.
1009 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1011         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1012         to epoll_create1.
1014 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1016         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1017         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1018         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1019         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1020         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1021         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1022         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1024 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1026         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1027         volatile.
1029 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1031         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1032         type.
1034 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1036         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1037         (SOCK_DCCP): Define.
1039 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1041         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1042         RUSAGE_THREAD and RUSAGE_LWP.
1044 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1046         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1047         shmid_ds.
1049 2008-04-21  Khem Raj  <kraj@mvista.com>
1051         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1053 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1055         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1056         truncate and ftruncate systems calls.
1057         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1058         empty file.
1059         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1061 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1063         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1064         ARG_MAX if <linux/limits.h> has defined it.
1066 2008-03-28  Robin Randhawa  <robin@mips.com>
1068         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1069         barriers to enforce strict ordering on weakly ordered systems.
1071 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1072             Daniel Jacobowitz  <dan@codesourcery.com>
1074         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1075         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1076         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1078 2008-03-09  Andreas Jaeger  <aj@suse.de>
1080         [BZ #5753]
1081         * sysdeps/mips/ieee754.h: Use protected namespace
1082         __BIG_ENDIAN/__LITTLE_ENDIAN.
1083         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1085 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1087         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1088         Reorganize to match other architectures.  Replace _timer._timer1
1089         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1090         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1091         (si_timerid, si_overrun): Define.
1092         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1093         (__pthread_attr_s): Remove declaration.
1094         (struct sigevent): Remove XXX.  Add _tid.
1096 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1098         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1100 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1102         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1103         type and __THROW marker of splice, vmsplice, and tee.
1105 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1107         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1108         LLL_PRIVATE argument to lll_futex_wake.
1109         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1110         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1111         comment.
1112         (PF_IUCV, PF_RXRPC): Define.
1113         (PF_MAX): Update.
1114         (AF_IUCV, AF_RXRPC): Define.
1115         (MSG_CMSG_CLOEXEC): Define.
1116         (_EXTERN_INLINE): Define to __extern_inline.
1117         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1118         UTIME_OMIT): Define.
1119         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1120         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1121         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1122         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1123         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1124         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1125         LLL_LOCK_*.  Include <kernel-features.h>.
1126         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1127         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1128         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1129         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1130         lll_futex_wait.
1131         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1132         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1133         private arguments.
1134         (__lll_robust_trylock): Convert to macro.
1135         (__lll_robust_lock_wait): Add private argument.
1136         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1137         (__lll_lock): Convert to macro.  Take private argument.
1138         (__lll_cond_lock): Likewise.
1139         (lll_lock, lll_cond_lock): Take private arguments.
1140         (__lll_robust_lock): Take private argument.  Convert to macro.
1141         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1142         lll_robust_cond_lock): Take private arguments.
1143         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1144         arguments.
1145         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1146         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1147         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1148         private arguments.
1149         (lll_unlock, lll_robust_unlock): Take private arguments.
1150         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1151         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1152         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1153         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1154         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1155         lll_cond_wake, lll_cond_broadcast): Remove.
1156         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1157         to __extern_inline.
1159 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1161         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1162         New macros for the (n)64 and n32 ABIs.
1163         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1165 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1167         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1168         Define __WORDSIZE_COMPAT32 as 1.
1170 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1172         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1173         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1174         PTHREAD_STACK_MIN.
1176 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1178         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1180         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1181         Delete.
1183 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1185         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1186         (internal_syscall1, internal_syscall2, internal_syscall3,
1187         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1189 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1191         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1192         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1193         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1194         THREAD_GSCOPE_WAIT): Define.
1195         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1196         (FUTEX_PRIVATE_FLAG): Define.
1197         (lll_unlock_wake_cb): Delete prototype.
1198         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1199         <endian.h>.
1200         (pthread_rwlock_t): Shrink __flags and add __shared.
1202 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1204         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1205         (posix_fadvise): Fix high word of len argument.
1207 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1209         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1210         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1211         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1212         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1213         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1214         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1216 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1218         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1219         * sysdeps/mips/mips64/n64/Implies: Likewise.
1220         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1221         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1222         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1223         <fpu_control.h>.  Use hardware exception and rounding mode
1224         settings.
1226 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1228         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1229         r_info argument to ElfW(Addr).
1231 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1233         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1235 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1236             Daniel Jacobowitz  <dan@codesourcery.com>
1238         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1239         shmctl, and semctl.
1240         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1241         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1242         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1244 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1246         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1247         PTR_DEMANGLE): Define.
1248         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1249         PTR_DEMANGLE): Define.
1250         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1251         PTR_DEMANGLE): Define.
1253 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1255         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1256         (cfi_same_value): Delete definition.
1258 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1260         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1261         (elf_machine_reloc): New function, retaining the body of
1262         elf_machine_rel.  Take the reloc's r_info field as an argument,
1263         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1264         When inplace_p is false, use r_addend as the addend, not the contents
1265         of the relocation field.  Hoist the conversion of reloc_addr to
1266         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1267         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1268         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1269         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1270         to ElfW(Rela).
1272 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1274         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1275         multiple inclusion guard.
1276         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1278 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1280         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1281         to match the kernel.
1283 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1285         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1286         (RTLD_SINGLE_THREAD_P): Define.
1287         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1289 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1291         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1292         prototype.
1294 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1296         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1297         code.
1298         (__xstat_conv): Use memset to clear padding arrays.  Check for
1299         overflow.
1300         (__xstat64_conv): Use memset to clear padding arrays.
1301         (__xstat32_conv): New function.
1302         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1303         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1305 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1307         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1308         floating-point registers.
1309         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1310         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1311         Likewise.
1313 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1315         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1316         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1318 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1320         * sysdeps/mips/mips64/n32/libm-test-ulps,
1321         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1323 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1325         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1326         defined, include the named file.
1328 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1330         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1331         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1332         Define.
1334 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1336         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1337         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1338         types.
1340 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1342         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1343         Don't use struct timespec.
1344         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1345         __xstat64_conv): Copy individual timespec fields.
1347 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1349         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1351 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1353         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1354         * sysdeps/mips/fpu/fesetround.c: Likewise.
1356 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1357             Daniel Jacobowitz  <dan@codesourcery.com>
1359         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1360         dump sc_cause, sc_status or sc_badvaddr.
1361         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1362         structure definitions after DSP kernel changes.
1363         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1364         after the same DSP changes.
1366 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1368         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1369         st_atim, st_mtim and st_ctim interface.
1370         (struct stat64): Likewise.
1371         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1372         Replace st_atime and its padding field with st_atim.  Likewise
1373         st_mtime/st_mtim and st_ctime/st_ctim.
1374         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1375         after above changes.
1376         (__xstat64_conv): Likewise.
1378 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1380         * sysdeps/mips/ldsodefs.h: New file.
1381         * sysdeps/mips/tst-audit.h: New file.
1383 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1385         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1386         for consistency with other ports.
1387         (MADV_REMOVE): Correct value.
1388         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1389         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1390         POSIX_MADV_DONTNEED): Define.
1392 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1394         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1395         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1396         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1397         and SYNC_FILE_RANGE_WAIT_AFTER.
1398         Declare sync_file_range, vmsplice, splice and tee.
1400 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1402         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1403         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1404         prototype.
1406 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1408         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1409         Define.
1411 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1413         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1414         typo.
1416 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1418         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1419         i386/fork.c.
1421 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1423         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1424         libc_cv_localedir, libdir, arch_minimum_kernel, and
1425         libc_cv_gcc_unwind_find_fde.
1426         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1427         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1428         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1430 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1432         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1433         (__pthread_list_t, __pthread_slist_t): New typedefs.
1434         (pthread_mutex_t): Replace __next and __prev fields with __list.
1435         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1436         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1437         (lll_futex_wake_unlock): Define.
1438         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1439         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1440         lll_robust_mutex_unlock): New macros.
1441         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1442         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1443         vfork.S.
1444         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1446 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1448         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1449         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1451 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1453         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1454         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1455         (INTERNAL_SYSCALL_NCS): New.
1456         (internal_syscall0, internal_syscall1, internal_syscall2,
1457         internal_syscall3, internal_syscall4, internal_syscall5,
1458         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1459         Use them.  Correct types for registers.
1460         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1461         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1462         (INTERNAL_SYSCALL_NCS): New.
1463         (internal_syscall0, internal_syscall1, internal_syscall2,
1464         internal_syscall3, internal_syscall4, internal_syscall5,
1465         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1466         Use them.
1467         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1468         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1469         points.
1470         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1471         Use Elf(Addr) for TLS relocation targets.
1472         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1473         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1474         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1475         futexp to long for n64.
1476         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1478 2006-02-20  Roland McGrath  <roland@redhat.com>
1480         * sysdeps/mips/shlib-versions: New file.
1481         * sysdeps/mips/preconfigure: New file.
1482         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.