alpha: Avoid fgets plt entry
[glibc.git] / ChangeLog.mips
blobced2d36d3d05f1d5d9a8fe22babb942a05289f33
1 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
4         __connect_internal alias.
6         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
7         (FP_TRAPPING_EXCEPTIONS): Define.
9         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
10         Rename to abi-variants.
11         (syscall-list-includes): Rename to abi-includes.
12         (syscall-list-o32-options): Rename to abi-o32-options.
13         (syscall-list-o32-condition): Rename to abi-o32-condition.
14         (syscall-list-n32-options): Rename to abi-n32-options.
15         (syscall-list-n32-condition): Rename to abi-n32-condition.
16         (syscall-list-n64-options): Rename to abi-n64-options.
17         (syscall-list-n64-condition): Rename to abi-n64-condition.
18         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
19         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
20         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
22         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
23         _internal alias by hidden_def.
25 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
27         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
28         file.
29         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
30         Likewise.
31         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
32         Likewise.
33         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
34         Likewise.
35         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
36         Likewise.
37         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
38         Likewise.
39         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
40         Likewise.
41         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
42         Likewise.
44 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
46         * sysdeps/unix/sysv/linux/mips/kernel-features.h
47         (__ASSUME_32BITUIDS): Remove.
49 2012-05-23  Steve Ellcey  <sellcey@mips.com>
51         * sysdeps/unix/sysv/linux/mips/Makefile
52         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
53         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
54         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
56 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
58         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
59         Define.
60         (MADV_DODUMP): Likewise.
62 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
64         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
65         __WORDSIZE_TIME64_COMPAT32.
67         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
68         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
69         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
71 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
73         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
74         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
75         (kernel-features.h): Don't include.
76         [__NR_ftruncate64]: Make code unconditional.
77         [!__NR_ftruncate64]: Remove conditional code.
78         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
79         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
80         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
81         (kernel-features.h): Don't include.
82         [__NR_truncate64]: Make code unconditional.
83         [!__NR_truncate64]: Remove conditional code.
84         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
85         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
86         Add syscall.
87         (truncate): Likewise.
88         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
89         (ftruncate): Remove syscall.
90         (truncate): Likewise.
91         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
92         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
93         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
94         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
96 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
98         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
99         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
100         type unsigned long and names st_atimensec, st_mtimensec and
101         st_ctimensec.
102         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
104 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
106         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
107         Remove conditional code.
108         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
109         * sysdeps/unix/sysv/linux/mips/pread64.c
110         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
111         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
112         * sysdeps/unix/sysv/linux/mips/pwrite.c
113         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
114         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
115         * sysdeps/unix/sysv/linux/mips/pwrite64.c
116         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
117         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
118         * sysdeps/unix/sysv/linux/mips/sigaction.c
119         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
120         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
122 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
124         * sysdeps/mips/dl-lookup.c: Update from generic version.
126 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
128         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
129         * sysdeps/mips/mips32/libm-test-ulps: ... here.
130         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
131         * sysdeps/mips/mips64/libm-test-ulps: ... here.
132         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
134 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
136         [BZ #14044]
137         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
138         from libc version and add symbol versions.
139         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
140         (GLIBC_2.3.3): Add posix_fadvise64.
142 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
144         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
145         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
146         Likewise.
147         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
148         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
149         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
150         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
151         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
152         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
153         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
154         Likewise.
155         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
156         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
157         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
158         Likewise.
159         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
160         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
161         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
162         Likewise.
163         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
164         Likewise.
165         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
166         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
167         Likewise.
168         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
169         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
170         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
171         Likewise.
172         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
173         Likewise.
174         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
175         Likewise.
176         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
177         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
178         Likewise.
179         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
180         Likewise.
181         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
182         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
183         Likewise.
184         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
185         Likewise.
186         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
187         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
188         Likewise.
189         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
190         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
191         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
192         Likewise.
193         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
194         Likewise.
195         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
196         Likewise.
197         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
198         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
199         Likewise.
200         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
201         Likewise.
203         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
204         __MIPSEB instead of __BYTE_ORDER.
205         * sysdeps/mips/mips64/memset.S: Likewise.
207 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
209         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
210         Change to 2.6.12.
211         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
213 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
215         * sysdeps/unix/mips/brk.S: Remove file.
216         * sysdeps/unix/mips/dl-brk.S: Likewise.
217         * sysdeps/unix/mips/sigreturn.S: Likewise.
218         * sysdeps/unix/mips/wait.S: Likewise.
220 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
222         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
223         instead of __BYTE_ORDER.
224         * sysdeps/mips/memset.S: Likewise.
226         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
227         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
229 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
231         * sysdeps/unix/mips/fork.S: Remove file.
233 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
235         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
236         (ldd_rewrite_script): Change $dest to $dir.
237         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
239 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
241         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
242         sysdeps/unix/sysv/linux/arm/readahead.c not
243         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
245 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
247         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
248         (MAP_HUGETLB): Likewise.
250 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
252         * sysdeps/mips/elf/start.S: Moved to ...
253         * sysdeps/mips/start.S: ...here.
254         * sysdeps/mips/elf/configure.in: Moved to ...
255         * sysdeps/mips/configure.in: ...here.  Update comment.
256         * sysdeps/mips/configure: New generated file.
258 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
260         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
261         instead of <stdio-common/_itoa.h>.
263 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
265         [BZ #13673]
266         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
267         with URL.
269 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
271         [BZ #13673]
272         Replace FSF snail mail address with URLs, as per GNU coding standards.
274 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
276         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
277         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
279 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
281         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
282         declare recvmmsg and sendmmsg.
284 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
286         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
287         Change union tag to pthread_attr_t.  Only define typedef if not
288         already defined.
289         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
290         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
291         typedef if not already defined.
293 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
295         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
296         siginfo_t struct.  Add forward declaration of pthread_attr_t and
297         use it in sigevent.
298         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
299         pthread_attr_t union.
301 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
303         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
304         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
305         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
306         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
308 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
310         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
311         not defined.
313 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
315         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
316         matching the array in dl-procinfo.c.
318 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
320         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
321         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
322         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
324 2012-02-15  Robert Millan  <rmh@gnu.org>
326         [BZ #12301]
327         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
328         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
330 2012-02-15  Robert Millan  <rmh@gnu.org>
332         [BZ #12298]
333         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
334         * sysdeps/mips/sys/tas.h: ... here.
336 2012-02-15  Robert Millan  <rmh@gnu.org>
338         [BZ #12297]
339         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
340         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
341         * sysdeps/unix/mips/entry.h: ... here.
343 2012-02-15  Robert Millan  <rmh@gnu.org>
345         [BZ #12193]
346         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
347         Define.
348         * sysdeps/mips/dl-procinfo.c: New file.
349         * sysdeps/mips/dl-procinfo.h: Likewise.
351 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
353         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
354         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
356 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
358         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
359         around calls to _dl_lookup_symbol_x.
361 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
363         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
364         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
366 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
368         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
369         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
371 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
373         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
374         for sysdeps/generic/initfini.c.
375         * sysdeps/mips/mips32/crtn.S: Likewise.
376         * sysdeps/mips/mips64/n32/crti.S: Likewise.
377         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
378         * sysdeps/mips/mips64/n64/crti.S: Likewise.
379         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
380         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
381         (CFLAGS-pt-initfini.s): Likewise.
382         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
383         variables.
385 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
387         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
388         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
389         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
390         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
392 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
394         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
395         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
396         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
397         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
398         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
399         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
400         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
402 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
404         * sysdeps/mips/nptl/shlib-versions: New.
406 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
408         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
410 2012-01-04  Tom de Vries  <tom@codesourcery.com>
412         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
413         -fno-unwind-tables.
415 2012-01-03  Tom de Vries  <tom@codesourcery.com>
417         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
418         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
420 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
422         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
423         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
424         Remove.
425         (syscall-list-variants, syscall-list-includes)
426         (syscall-list-o32-options, syscall-list-o32-condition)
427         (syscall-list-n32-options, syscall-list-n32-condition)
428         (syscall-list-n64-options, syscall-list-n64-condition): Define.
429         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
430         asm-unistd.h.
431         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
432         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
434 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
436         [BZ #13538]
437         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
438         (EPOLLET): Initialize with unsigned values.
440 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
442         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
443         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
445 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
447         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
448         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
450 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
452         * sysdeps/mips/dl-lookup.c: Update from generic version.
454 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
456         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
457         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
458         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
460 2011-10-05  Andreas Schwab  <schwab@redhat.com>
462         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
463         (elf_machine_lazy_rel): Add parameter skip_ifunc.
465 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
467         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
468         return value to (struct cmsghdr *).
470 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
472         * sysdeps/mips/elf/configure.in: Always test for TLS support and
473         error out in case it is missing.
474         * sysdeps/mips/elf/configure: Regenerate.
475         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
477 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
479         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
480         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
482 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
484         [BZ #13109]
485         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
486         (statfs): New.
487         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
488         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
490 2011-08-02  Matt Turner  <mattst88@gmail.com>
492         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
494 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
496         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
497         Define.
499 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
501         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
502         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
504 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
506         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
507         mention raise in the comment.
509 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
511         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
512         Add.
514 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
516         * sysdeps/mips/dl-lookup.c: Update from generic version.
518 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
520         * sysdeps/mips/dl-lookup.c: Update from generic version.
522 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
524         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
526 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
528         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
529         to open_by_handle_at.
531 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
533         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
535 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
537         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
538         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
539         open_by_handle.  Augment a few comments.
541 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
543         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
544         cancelable.
545         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
546         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
547         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
548         sync_file_range as cancellation point.
549         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
550         sync_file_range as cancellation point.
552 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
554         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
555         sync_file_range.
557 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
559         * sysdeps/mips/dl-lookup.c: Update from generic version.
561 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
563         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
564         MADV_NOHUGEPAGE): Define.
566 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
568         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
569         PF_CAIF, PF_ALG): Define.
571 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
573         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
574         NO_CTORS_DTORS_SECTIONS is defined.
575         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
577 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
579         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
581 2010-12-06  Matt Turner  <mattst88@gmail.com>
583         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
585 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
587         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
588         Change to 2.4.1.
589         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
591 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
593         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
594         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
595         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
596         for fanotify_mark.
598 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
600         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
601         libm_hidden_def.
602         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
604 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
606         * sysdeps/unix/sysv/linux/mips/kernel-features.h
607         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
609 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
611         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
612         jump delay slot.
613         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
615 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
617         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
619 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
621         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
622         struct statfs64): Add f_flags field.
624 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
626         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
627         Define.
629 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
631         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
632         and prlimit64.
633         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
634         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
635         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
636         prlimit64 syscall.
638 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
640         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
641         F_GETPIPE_SZ): Define.
643 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
645         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
646         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
648 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
650         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
652 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
654         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
655         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
656         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
657         Define.
659 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
661         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
662         MSG_WAITFORONE.
664 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
666         * sysdeps/mips/dl-lookup.c: Update from generic version.
668 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
670         [BZ #11291]
671         * sysdeps/mips/bits/atomic.h
672         (__arch_compare_and_exchange_xxx_32_int,
673         __arch_compare_and_exchange_xxx_64_int,
674         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
675         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
676         Specify *mem as asm output as well as input.
678 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
680         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
682 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
684         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
685         _dl_runtime_pltresolve): Calculate offset from start of function
686         to .cpload instead of hardcoding instruction size.
688 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
690         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
691         problem.
693 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
695         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
696         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
698 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
700         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
701         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
702         XPG7.
703         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
704         fcntl.h.
706 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
708         [BZ #11093]
709         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
710         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
712 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
714         * sysdeps/mips/dl-lookup.c: Update from generic version.
716 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
718         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
719         O_DSYNC to match 2.6.33+ kernels.
721 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
723         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
724         declare recvmmsg.
726 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
728         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
729         (posix_fadvise): Remove.
730         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
731         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
732         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
734 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
736         * sysdeps/mips/dl-lookup.c: Update from generic version.
738 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
740         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
741         for timestamps also if __USE_XOPEN2K8.
743 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
745         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
746         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
748 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
750         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
751         names of parameters of sync_file_range.
753 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
755         [BZ #10972]
756         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
757         constants from recent kernels.
759 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
761         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
762         not already defined.
764 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
766         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
767         F_GETOWN_EX): Update values.
769 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
771         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
772         of last two arguments when -D_FILE_OFFSET_BITS=64.
774 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
776         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
777         f_owner_ex.
779 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
781         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
782         and F_GETOWN_EX.
784 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
786         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
787         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
788         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
789         (__SYSCALL_CLOBBERS): Likewise.
790         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
791         (__SYSCALL_CLOBBERS): Likewise.
793 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
795         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
796         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
797         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
798         variable for env.  Use expansion of CHECK_SP macro for check.
799         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
801 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
803         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
804         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
806 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
808         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
809         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
811 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
813         * sysdeps/mips/do-lookup.h: Remove.
814         * sysdeps/mips/dl-lookup.c: Update from generic version, with
815         non-PIC handling integrated.
817 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
819         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
820         and AF_IEEE802154.
822 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
824         * sysdeps/mips/____longjmp_chk.c: New file.
825         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
826         undefine __longjmp.
827         * sysdeps/mips64/__longjmp.c: Likewise.
829 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
831         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
832         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
833         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
834         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
836 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
838         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
839         fallocate64@@GLIBC_2.11.
841 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
843         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
844         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
846 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
848         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
849         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
850         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
851         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
852         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
853         Update comment.
854         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
855         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
856         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
857         Add ucontext_i.sym.
859 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
861         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
862         __ASSUME_PWRITEV): Don't define here.
864 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
866         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
868 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
870         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
871         numbers.
872         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
873         Define.
874         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
875         preadv and pwritev.
877 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
879         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
880         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
882 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
884         [BZ #7074]
885         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
886         Fix the condition used to annotate n32 objects.
888 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
890         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
891         Change parameters and use next_line.
893 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
895         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
896         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
897         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
899 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
901         * sysdeps/mips/bits/link.h: Uglify function parameter names.
902         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
903         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
904         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
905         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
907 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
909         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
910         fallocate{,64}.
912 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
914         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
915         UTIME_OMIT only with __USE_ATFILE.
917 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
919         [BZ #7040]
920         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
921         inotify_rm_watch should have type int.
923 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
925         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
927 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
928             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
930         PR glibc/1048
931         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
932         variable page size for MIPS.
933         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
934         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
935         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
937 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
939         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
940         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
941         -D_GNU_SOURCE.
943 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
945         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
946         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
948 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
950         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
951         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
952         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
953         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
955 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
957         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
958         Make available only for __USE_GNU.
960 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
962         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
963         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
965 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
967         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
968         __THROW vs. __nonnull order for C++.
970 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
972         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
973         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
974         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
976 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
977             Daniel Jacobowitz  <dan@codesourcery.com>
978             Richard Sandiford  <rdsandiford@googlemail.com>
980         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
981         * sysdeps/mips/dl-lookup.c: New.
982         * sysdeps/mips/do-lookup.h: New.
983         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
984         definition.
985         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
986         if needed.
987         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
988         (elf_machine_type_class): Likewise.
989         (ELF_MACHINE_PLT_REL): Define.
990         (elf_machine_fixup_plt): New.
991         (elf_machine_plt_value): New.
992         (elf_machine_reloc): Handle jump slot and copy relocations.
993         (elf_machine_lazy_rel): Point relocation place at PLT if
994         required.
995         (RESOLVE_GOTSYM): Take a relocation type argument.
996         (elf_machine_got_rel): Bind lazy stubs directly to their target if
997         !lazy.  Skip lazy binding for PLT symbols.
998         (elf_machine_runtime_setup): Fill in .got.plt header.
999         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1000         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1001         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1002         (_dl_runtime_pltresolve): New.
1003         * sysdeps/mips/bits/linkmap.h: New file.
1004         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1005         64-bit versions.
1007         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1008         Delete definition.
1009         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1010         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1011         (PSEUDO): Use them.  Move outside __PIC__.
1012         (PSEUDO_JMP): New.
1013         (CENABLE, CDISABLE): Use it.
1015 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1017         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1018         to epoll_create1.
1020 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1022         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1023         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1024         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1025         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1026         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1027         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1028         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1030 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1032         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1033         volatile.
1035 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1037         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1038         type.
1040 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1042         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1043         (SOCK_DCCP): Define.
1045 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1047         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1048         RUSAGE_THREAD and RUSAGE_LWP.
1050 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1052         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1053         shmid_ds.
1055 2008-04-21  Khem Raj  <kraj@mvista.com>
1057         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1059 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1061         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1062         truncate and ftruncate systems calls.
1063         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1064         empty file.
1065         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1067 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1069         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1070         ARG_MAX if <linux/limits.h> has defined it.
1072 2008-03-28  Robin Randhawa  <robin@mips.com>
1074         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1075         barriers to enforce strict ordering on weakly ordered systems.
1077 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1078             Daniel Jacobowitz  <dan@codesourcery.com>
1080         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1081         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1082         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1084 2008-03-09  Andreas Jaeger  <aj@suse.de>
1086         [BZ #5753]
1087         * sysdeps/mips/ieee754.h: Use protected namespace
1088         __BIG_ENDIAN/__LITTLE_ENDIAN.
1089         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1091 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1093         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1094         Reorganize to match other architectures.  Replace _timer._timer1
1095         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1096         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1097         (si_timerid, si_overrun): Define.
1098         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1099         (__pthread_attr_s): Remove declaration.
1100         (struct sigevent): Remove XXX.  Add _tid.
1102 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1104         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1106 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1108         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1109         type and __THROW marker of splice, vmsplice, and tee.
1111 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1113         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1114         LLL_PRIVATE argument to lll_futex_wake.
1115         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1116         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1117         comment.
1118         (PF_IUCV, PF_RXRPC): Define.
1119         (PF_MAX): Update.
1120         (AF_IUCV, AF_RXRPC): Define.
1121         (MSG_CMSG_CLOEXEC): Define.
1122         (_EXTERN_INLINE): Define to __extern_inline.
1123         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1124         UTIME_OMIT): Define.
1125         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1126         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1127         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1128         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1129         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1130         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1131         LLL_LOCK_*.  Include <kernel-features.h>.
1132         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1133         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1134         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1135         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1136         lll_futex_wait.
1137         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1138         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1139         private arguments.
1140         (__lll_robust_trylock): Convert to macro.
1141         (__lll_robust_lock_wait): Add private argument.
1142         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1143         (__lll_lock): Convert to macro.  Take private argument.
1144         (__lll_cond_lock): Likewise.
1145         (lll_lock, lll_cond_lock): Take private arguments.
1146         (__lll_robust_lock): Take private argument.  Convert to macro.
1147         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1148         lll_robust_cond_lock): Take private arguments.
1149         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1150         arguments.
1151         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1152         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1153         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1154         private arguments.
1155         (lll_unlock, lll_robust_unlock): Take private arguments.
1156         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1157         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1158         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1159         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1160         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1161         lll_cond_wake, lll_cond_broadcast): Remove.
1162         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1163         to __extern_inline.
1165 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1167         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1168         New macros for the (n)64 and n32 ABIs.
1169         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1171 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1173         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1174         Define __WORDSIZE_COMPAT32 as 1.
1176 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1178         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1179         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1180         PTHREAD_STACK_MIN.
1182 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1184         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1186         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1187         Delete.
1189 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1191         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1192         (internal_syscall1, internal_syscall2, internal_syscall3,
1193         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1195 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1197         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1198         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1199         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1200         THREAD_GSCOPE_WAIT): Define.
1201         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1202         (FUTEX_PRIVATE_FLAG): Define.
1203         (lll_unlock_wake_cb): Delete prototype.
1204         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1205         <endian.h>.
1206         (pthread_rwlock_t): Shrink __flags and add __shared.
1208 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1210         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1211         (posix_fadvise): Fix high word of len argument.
1213 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1215         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1216         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1217         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1218         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1219         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1220         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1222 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1224         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1225         * sysdeps/mips/mips64/n64/Implies: Likewise.
1226         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1227         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1228         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1229         <fpu_control.h>.  Use hardware exception and rounding mode
1230         settings.
1232 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1234         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1235         r_info argument to ElfW(Addr).
1237 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1239         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1241 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1242             Daniel Jacobowitz  <dan@codesourcery.com>
1244         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1245         shmctl, and semctl.
1246         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1247         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1248         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1250 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1252         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1253         PTR_DEMANGLE): Define.
1254         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1255         PTR_DEMANGLE): Define.
1256         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1257         PTR_DEMANGLE): Define.
1259 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1261         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1262         (cfi_same_value): Delete definition.
1264 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1266         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1267         (elf_machine_reloc): New function, retaining the body of
1268         elf_machine_rel.  Take the reloc's r_info field as an argument,
1269         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1270         When inplace_p is false, use r_addend as the addend, not the contents
1271         of the relocation field.  Hoist the conversion of reloc_addr to
1272         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1273         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1274         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1275         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1276         to ElfW(Rela).
1278 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1280         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1281         multiple inclusion guard.
1282         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1284 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1286         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1287         to match the kernel.
1289 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1291         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1292         (RTLD_SINGLE_THREAD_P): Define.
1293         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1295 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1297         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1298         prototype.
1300 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1302         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1303         code.
1304         (__xstat_conv): Use memset to clear padding arrays.  Check for
1305         overflow.
1306         (__xstat64_conv): Use memset to clear padding arrays.
1307         (__xstat32_conv): New function.
1308         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1309         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1311 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1313         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1314         floating-point registers.
1315         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1316         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1317         Likewise.
1319 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1321         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1322         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1324 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1326         * sysdeps/mips/mips64/n32/libm-test-ulps,
1327         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1329 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1331         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1332         defined, include the named file.
1334 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1336         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1337         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1338         Define.
1340 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1342         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1343         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1344         types.
1346 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1348         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1349         Don't use struct timespec.
1350         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1351         __xstat64_conv): Copy individual timespec fields.
1353 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1355         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1357 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1359         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1360         * sysdeps/mips/fpu/fesetround.c: Likewise.
1362 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1363             Daniel Jacobowitz  <dan@codesourcery.com>
1365         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1366         dump sc_cause, sc_status or sc_badvaddr.
1367         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1368         structure definitions after DSP kernel changes.
1369         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1370         after the same DSP changes.
1372 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1374         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1375         st_atim, st_mtim and st_ctim interface.
1376         (struct stat64): Likewise.
1377         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1378         Replace st_atime and its padding field with st_atim.  Likewise
1379         st_mtime/st_mtim and st_ctime/st_ctim.
1380         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1381         after above changes.
1382         (__xstat64_conv): Likewise.
1384 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1386         * sysdeps/mips/ldsodefs.h: New file.
1387         * sysdeps/mips/tst-audit.h: New file.
1389 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1391         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1392         for consistency with other ports.
1393         (MADV_REMOVE): Correct value.
1394         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1395         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1396         POSIX_MADV_DONTNEED): Define.
1398 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1400         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1401         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1402         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1403         and SYNC_FILE_RANGE_WAIT_AFTER.
1404         Declare sync_file_range, vmsplice, splice and tee.
1406 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1408         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1409         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1410         prototype.
1412 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1414         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1415         Define.
1417 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1419         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1420         typo.
1422 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1424         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1425         i386/fork.c.
1427 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1429         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1430         libc_cv_localedir, libdir, arch_minimum_kernel, and
1431         libc_cv_gcc_unwind_find_fde.
1432         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1433         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1434         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1436 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1438         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1439         (__pthread_list_t, __pthread_slist_t): New typedefs.
1440         (pthread_mutex_t): Replace __next and __prev fields with __list.
1441         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1442         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1443         (lll_futex_wake_unlock): Define.
1444         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1445         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1446         lll_robust_mutex_unlock): New macros.
1447         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1448         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1449         vfork.S.
1450         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1452 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1454         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1455         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1457 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1459         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1460         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1461         (INTERNAL_SYSCALL_NCS): New.
1462         (internal_syscall0, internal_syscall1, internal_syscall2,
1463         internal_syscall3, internal_syscall4, internal_syscall5,
1464         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1465         Use them.  Correct types for registers.
1466         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1467         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1468         (INTERNAL_SYSCALL_NCS): New.
1469         (internal_syscall0, internal_syscall1, internal_syscall2,
1470         internal_syscall3, internal_syscall4, internal_syscall5,
1471         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1472         Use them.
1473         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1474         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1475         points.
1476         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1477         Use Elf(Addr) for TLS relocation targets.
1478         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1479         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1480         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1481         futexp to long for n64.
1482         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1484 2006-02-20  Roland McGrath  <roland@redhat.com>
1486         * sysdeps/mips/shlib-versions: New file.
1487         * sysdeps/mips/preconfigure: New file.
1488         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.