PowerPC: Remove unnecessary -mnew-mnemonics.
[glibc.git] / ports / ChangeLog.mips
blob3652ff90767c475a30a642195b13dfab9fd4cb19
1 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
3         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
5         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
6         (GLIBC_2.17): Add clock_* symbols.
8 2012-10-31  Steve Ellcey  <sellcey@mips.com>
10         * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
11         it work in 32 or 64 bit modes.
12         * sysdeps/mips/mips64/memcpy.S: Remove.
14 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
16         [BZ #14047]
17         * sysdeps/mips/tininess.h: New file.
19 2012-10-29  Steve Ellcey  <sellcey@mips.com>
21         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
22         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
23         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
24         * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
25         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
26         * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
27         (abi-variants): Add hard and soft float versions.
28         (abi-o32-options): Remove.
29         (abi-o32-condition): Remove.
30         (abi-n32-options): Remove.
31         (abi-n32-condition): Remove.
32         (abi-n64-options): Remove.
33         (abi-n64-condition): Remove.
34         (abi-o32_soft-options): New.
35         (abi-o32_soft-condition): New.
36         (abi-o32_hard-options): New.
37         (abi-o32_hard-condition): New.
38         (abi-n32_soft-options): New.
39         (abi-n32_soft-condition): New.
40         (abi-n32_hard-options): New.
41         (abi-n32_hard-condition): New.
42         (abi-n64_soft-options): New.
43         (abi-n64_soft-condition): New.
44         (abi-n64_hard-options): New.
45         (abi-n64_hard-condition): New.
47 2012-10-19  Roland McGrath  <roland@hack.frob.com>
49         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
50         (GLIBC_2.17): Add clock_* symbols.
51         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
53 2012-10-24  Andreas Jaeger  <aj@suse.de>
55         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
56         definitions and declarations that are provided by
57         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
59 2012-10-03  Steve Ellcey  <sellcey@mips.com>
61         * sysdeps/mips/ieee754.h: Move to...
62         * sysdeps/mips/ieee754/ieee754.h: Here.
63         * sysdeps/mips/mips32/Implies: Add mips/ieee754.
64         * sysdeps/mips/mips64/Implies: Ditto.
65         * sysdeps/mips/mips64/n32/Implies: Ditto.
66         * sysdeps/mips/mips64/n64/Implies: Ditto.
68 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
70         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
71         flag name in comment to CLONE_CHILD_CLEARTID.
73 2012-09-28  Roland McGrath  <roland@hack.frob.com>
75         * sysdeps/mips/init-first.c: File removed.
77 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
79         * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
81 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
83         * sysdeps/unix/sysv/linux/mips/kernel-features.h
84         (__ASSUME_STAT64_SYSCALL): Remove.
86 2012-08-27  Guido Guenther  <agx@sigxcpu.org>
88         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
90 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
92         * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
93         _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
94         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file.  Based
95         on version from ../sysdeps/unix/sysv/linux/.
96         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
97         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
99 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
101         * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
102         <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
103         struct La_mips_32_regs and struct La_mips_64_regs are not constant.
105 2012-08-15  Tom de Vries  <vries@codesourcery.com>
106             Maxim Kuvyrkov  <maxim@codesourcery.com>
108         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
109         (__libc_lock_trylock): Define versions optimized for MIPS.
111 2012-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
113         * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
114         * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
115         * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
117 2012-08-15  Joseph Myers  <joseph@codesourcery.com>
119         * sysdeps/mips/dl-lookup.c: Update from generic version.
121 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
123         [__GNUC_PREREQ (4, 8)]
124         (atomic_exchange_and_add): Split into ...
125         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
126         New atomic macros.
127         [!__GNUC_PREREQ (4, 8)]
128         (atomic_exchange_and_add): Split into ...
129         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
130         New atomic macros.
132 2012-08-09  Joseph Myers  <joseph@codesourcery.com>
134         * sysdeps/unix/sysv/linux/mips/kernel-features.h
135         (__ASSUME_UTIMES): Define.
137 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
139         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
140         Remove.
141         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
143 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
145         * sysdeps/unix/sysv/linux/mips/kernel-features.h
146         (__ASSUME_FCNTL64): Remove.
148 2012-08-01  Steve Ellcey  <sellcey@mips.com>
150         * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
151         _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
152         _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
153         macro.
154         (PREFX): Likewise.
156 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
158         * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
159         * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
160         * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
161         * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
162         * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
163         * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
165 2012-07-27  Joseph Myers  <joseph@codesourcery.com>
167         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
168         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
170 2012-07-25  Florian Weimer  <fweimer@redhat.com>
172         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
173         secure_getenv.
174         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
175         Likewise.
176         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
177         Likewise.
179 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
181         * sysdeps/mips/configure.in: Remove TLS check.
182         * sysdeps/mips/configure: Regenerated.
184         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
185         file.
186         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
187         Likewise.
188         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
189         Likewise.
191 2012-07-11  Tom de Vries  <vries@codesourcery.com>
192             Maxim Kuvyrkov  <maxim@codesourcery.com>
194         * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
195         (__arch_compare_and_exchange_bool_32_int)
196         (__arch_compare_and_exchange_val_32_int)
197         (__arch_compare_and_exchange_bool_64_int)
198         (__arch_compare_and_exchange_val_64_int)
199         Define in terms of __atomic_compare_exchange_n.
200         [__GNUC_PREREQ (4, 8)]
201         (__arch_exchange_32_int, __arch_exchange_64_int):
202         Define in terms of __atomic_exchange_n.
203         [__GNUC_PREREQ (4, 8)]
204         (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
205         Define in terms of __atomic_fetch_add.
206         [!__GNUC_PREREQ (4, 8)]: Update formatting.
208 2012-07-06  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
210         * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
211         the stack pointer.
213 2012-06-19  Joseph Myers  <joseph@codesourcery.com>
215         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
216         _gp_disp entry.
217         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
218         Likewise.
219         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
220         Likewise.
221         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
222         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
223         Likewise.
224         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
225         Likewise.
226         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
227         Likewise.
228         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
229         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
230         Likewise.
231         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
232         Likewise.
233         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
234         Likewise.
235         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
236         Likewise.
237         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
238         Likewise.
239         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
240         Likewise.
241         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
242         Likewise.
243         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
244         Likewise.
245         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
246         Likewise.
247         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
248         Likewise.
249         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
250         Likewise.
251         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
252         Likewise.
253         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
254         Likewise.
256 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
258         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
259         (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
260         variable.
262 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
264         * sysdeps/mips/mips64/n32/s_fma.c: New file.
265         * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
267         * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
268         typo.
270 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
272         * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
274         * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
275         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
277 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
279         * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
280         settings out of conditional.
282         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
283         __connect_internal alias.
285         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
286         (FP_TRAPPING_EXCEPTIONS): Define.
288         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
289         Rename to abi-variants.
290         (syscall-list-includes): Rename to abi-includes.
291         (syscall-list-o32-options): Rename to abi-o32-options.
292         (syscall-list-o32-condition): Rename to abi-o32-condition.
293         (syscall-list-n32-options): Rename to abi-n32-options.
294         (syscall-list-n32-condition): Rename to abi-n32-condition.
295         (syscall-list-n64-options): Rename to abi-n64-options.
296         (syscall-list-n64-condition): Rename to abi-n64-condition.
297         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
298         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
299         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
301         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
302         _internal alias by hidden_def.
304 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
306         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
307         file.
308         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
309         Likewise.
310         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
311         Likewise.
312         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
313         Likewise.
314         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
315         Likewise.
316         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
317         Likewise.
318         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
319         Likewise.
320         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
321         Likewise.
323 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
325         * sysdeps/unix/sysv/linux/mips/kernel-features.h
326         (__ASSUME_32BITUIDS): Remove.
328 2012-05-23  Steve Ellcey  <sellcey@mips.com>
330         * sysdeps/unix/sysv/linux/mips/Makefile
331         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
332         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
333         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
335 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
337         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
338         Define.
339         (MADV_DODUMP): Likewise.
341 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
343         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
344         __WORDSIZE_TIME64_COMPAT32.
346         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
347         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
348         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
350 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
352         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
353         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
354         (kernel-features.h): Don't include.
355         [__NR_ftruncate64]: Make code unconditional.
356         [!__NR_ftruncate64]: Remove conditional code.
357         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
358         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
359         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
360         (kernel-features.h): Don't include.
361         [__NR_truncate64]: Make code unconditional.
362         [!__NR_truncate64]: Remove conditional code.
363         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
364         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
365         Add syscall.
366         (truncate): Likewise.
367         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
368         (ftruncate): Remove syscall.
369         (truncate): Likewise.
370         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
371         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
372         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
373         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
375 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
377         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
378         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
379         type unsigned long and names st_atimensec, st_mtimensec and
380         st_ctimensec.
381         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
383 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
385         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
386         Remove conditional code.
387         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
388         * sysdeps/unix/sysv/linux/mips/pread64.c
389         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
390         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
391         * sysdeps/unix/sysv/linux/mips/pwrite.c
392         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
393         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
394         * sysdeps/unix/sysv/linux/mips/pwrite64.c
395         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
396         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
397         * sysdeps/unix/sysv/linux/mips/sigaction.c
398         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
399         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
401 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
403         * sysdeps/mips/dl-lookup.c: Update from generic version.
405 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
407         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
408         * sysdeps/mips/mips32/libm-test-ulps: ... here.
409         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
410         * sysdeps/mips/mips64/libm-test-ulps: ... here.
411         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
413 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
415         [BZ #14044]
416         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
417         from libc version and add symbol versions.
418         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
419         (GLIBC_2.3.3): Add posix_fadvise64.
421 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
423         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
424         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
425         Likewise.
426         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
427         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
428         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
429         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
430         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
431         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
432         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
433         Likewise.
434         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
435         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
436         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
437         Likewise.
438         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
439         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
440         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
441         Likewise.
442         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
443         Likewise.
444         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
445         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
446         Likewise.
447         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
448         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
449         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
450         Likewise.
451         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
452         Likewise.
453         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
454         Likewise.
455         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
456         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
457         Likewise.
458         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
459         Likewise.
460         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
461         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
462         Likewise.
463         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
464         Likewise.
465         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
466         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
467         Likewise.
468         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
469         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
470         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
471         Likewise.
472         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
473         Likewise.
474         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
475         Likewise.
476         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
477         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
478         Likewise.
479         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
480         Likewise.
482         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
483         __MIPSEB instead of __BYTE_ORDER.
484         * sysdeps/mips/mips64/memset.S: Likewise.
486 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
488         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
489         Change to 2.6.12.
490         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
492 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
494         * sysdeps/unix/mips/brk.S: Remove file.
495         * sysdeps/unix/mips/dl-brk.S: Likewise.
496         * sysdeps/unix/mips/sigreturn.S: Likewise.
497         * sysdeps/unix/mips/wait.S: Likewise.
499 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
501         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
502         instead of __BYTE_ORDER.
503         * sysdeps/mips/memset.S: Likewise.
505         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
506         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
508 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
510         * sysdeps/unix/mips/fork.S: Remove file.
512 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
514         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
515         (ldd_rewrite_script): Change $dest to $dir.
516         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
518 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
520         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
521         sysdeps/unix/sysv/linux/arm/readahead.c not
522         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
524 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
526         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
527         (MAP_HUGETLB): Likewise.
529 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
531         * sysdeps/mips/elf/start.S: Moved to ...
532         * sysdeps/mips/start.S: ...here.
533         * sysdeps/mips/elf/configure.in: Moved to ...
534         * sysdeps/mips/configure.in: ...here.  Update comment.
535         * sysdeps/mips/configure: New generated file.
537 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
539         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
540         instead of <stdio-common/_itoa.h>.
542 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
544         [BZ #13673]
545         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
546         with URL.
548 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
550         [BZ #13673]
551         Replace FSF snail mail address with URLs, as per GNU coding standards.
553 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
555         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
556         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
558 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
560         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
561         declare recvmmsg and sendmmsg.
563 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
565         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
566         Change union tag to pthread_attr_t.  Only define typedef if not
567         already defined.
568         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
569         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
570         typedef if not already defined.
572 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
574         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
575         siginfo_t struct.  Add forward declaration of pthread_attr_t and
576         use it in sigevent.
577         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
578         pthread_attr_t union.
580 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
582         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
583         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
584         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
585         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
587 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
589         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
590         not defined.
592 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
594         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
595         matching the array in dl-procinfo.c.
597 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
599         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
600         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
601         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
603 2012-02-15  Robert Millan  <rmh@gnu.org>
605         [BZ #12301]
606         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
607         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
609 2012-02-15  Robert Millan  <rmh@gnu.org>
611         [BZ #12298]
612         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
613         * sysdeps/mips/sys/tas.h: ... here.
615 2012-02-15  Robert Millan  <rmh@gnu.org>
617         [BZ #12297]
618         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
619         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
620         * sysdeps/unix/mips/entry.h: ... here.
622 2012-02-15  Robert Millan  <rmh@gnu.org>
624         [BZ #12193]
625         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
626         Define.
627         * sysdeps/mips/dl-procinfo.c: New file.
628         * sysdeps/mips/dl-procinfo.h: Likewise.
630 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
632         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
633         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
635 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
637         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
638         around calls to _dl_lookup_symbol_x.
640 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
642         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
643         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
645 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
647         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
648         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
650 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
652         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
653         for sysdeps/generic/initfini.c.
654         * sysdeps/mips/mips32/crtn.S: Likewise.
655         * sysdeps/mips/mips64/n32/crti.S: Likewise.
656         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
657         * sysdeps/mips/mips64/n64/crti.S: Likewise.
658         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
659         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
660         (CFLAGS-pt-initfini.s): Likewise.
661         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
662         variables.
664 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
666         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
667         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
668         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
669         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
671 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
673         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
674         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
675         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
676         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
677         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
678         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
679         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
681 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
683         * sysdeps/mips/nptl/shlib-versions: New.
685 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
687         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
689 2012-01-04  Tom de Vries  <tom@codesourcery.com>
691         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
692         -fno-unwind-tables.
694 2012-01-03  Tom de Vries  <tom@codesourcery.com>
696         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
697         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
699 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
701         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
702         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
703         Remove.
704         (syscall-list-variants, syscall-list-includes)
705         (syscall-list-o32-options, syscall-list-o32-condition)
706         (syscall-list-n32-options, syscall-list-n32-condition)
707         (syscall-list-n64-options, syscall-list-n64-condition): Define.
708         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
709         asm-unistd.h.
710         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
711         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
713 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
715         [BZ #13538]
716         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
717         (EPOLLET): Initialize with unsigned values.
719 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
721         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
722         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
724 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
726         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
727         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
729 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
731         * sysdeps/mips/dl-lookup.c: Update from generic version.
733 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
735         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
736         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
737         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
739 2011-10-05  Andreas Schwab  <schwab@redhat.com>
741         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
742         (elf_machine_lazy_rel): Add parameter skip_ifunc.
744 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
746         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
747         return value to (struct cmsghdr *).
749 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
751         * sysdeps/mips/elf/configure.in: Always test for TLS support and
752         error out in case it is missing.
753         * sysdeps/mips/elf/configure: Regenerate.
754         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
756 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
758         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
759         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
761 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
763         [BZ #13109]
764         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
765         (statfs): New.
766         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
767         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
769 2011-08-02  Matt Turner  <mattst88@gmail.com>
771         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
773 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
775         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
776         Define.
778 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
780         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
781         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
783 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
785         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
786         mention raise in the comment.
788 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
790         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
791         Add.
793 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
795         * sysdeps/mips/dl-lookup.c: Update from generic version.
797 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
799         * sysdeps/mips/dl-lookup.c: Update from generic version.
801 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
803         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
805 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
807         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
808         to open_by_handle_at.
810 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
812         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
814 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
816         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
817         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
818         open_by_handle.  Augment a few comments.
820 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
822         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
823         cancelable.
824         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
825         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
826         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
827         sync_file_range as cancellation point.
828         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
829         sync_file_range as cancellation point.
831 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
833         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
834         sync_file_range.
836 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
838         * sysdeps/mips/dl-lookup.c: Update from generic version.
840 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
842         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
843         MADV_NOHUGEPAGE): Define.
845 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
847         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
848         PF_CAIF, PF_ALG): Define.
850 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
852         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
853         NO_CTORS_DTORS_SECTIONS is defined.
854         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
856 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
858         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
860 2010-12-06  Matt Turner  <mattst88@gmail.com>
862         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
864 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
866         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
867         Change to 2.4.1.
868         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
870 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
872         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
873         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
874         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
875         for fanotify_mark.
877 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
879         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
880         libm_hidden_def.
881         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
883 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
885         * sysdeps/unix/sysv/linux/mips/kernel-features.h
886         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
888 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
890         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
891         jump delay slot.
892         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
894 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
896         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
898 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
900         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
901         struct statfs64): Add f_flags field.
903 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
905         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
906         Define.
908 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
910         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
911         and prlimit64.
912         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
913         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
914         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
915         prlimit64 syscall.
917 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
919         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
920         F_GETPIPE_SZ): Define.
922 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
924         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
925         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
927 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
929         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
931 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
933         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
934         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
935         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
936         Define.
938 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
940         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
941         MSG_WAITFORONE.
943 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
945         * sysdeps/mips/dl-lookup.c: Update from generic version.
947 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
949         [BZ #11291]
950         * sysdeps/mips/bits/atomic.h
951         (__arch_compare_and_exchange_xxx_32_int,
952         __arch_compare_and_exchange_xxx_64_int,
953         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
954         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
955         Specify *mem as asm output as well as input.
957 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
959         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
961 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
963         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
964         _dl_runtime_pltresolve): Calculate offset from start of function
965         to .cpload instead of hardcoding instruction size.
967 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
969         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
970         problem.
972 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
974         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
975         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
977 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
979         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
980         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
981         XPG7.
982         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
983         fcntl.h.
985 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
987         [BZ #11093]
988         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
989         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
991 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
993         * sysdeps/mips/dl-lookup.c: Update from generic version.
995 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
997         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
998         O_DSYNC to match 2.6.33+ kernels.
1000 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
1002         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
1003         declare recvmmsg.
1005 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
1007         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
1008         (posix_fadvise): Remove.
1009         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
1010         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
1011         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
1013 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
1015         * sysdeps/mips/dl-lookup.c: Update from generic version.
1017 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
1019         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1020         for timestamps also if __USE_XOPEN2K8.
1022 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
1024         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1025         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1027 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
1029         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1030         names of parameters of sync_file_range.
1032 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1034         [BZ #10972]
1035         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1036         constants from recent kernels.
1038 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1040         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1041         not already defined.
1043 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
1045         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1046         F_GETOWN_EX): Update values.
1048 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
1050         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1051         of last two arguments when -D_FILE_OFFSET_BITS=64.
1053 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
1055         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1056         f_owner_ex.
1058 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
1060         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1061         and F_GETOWN_EX.
1063 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
1065         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1066         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1067         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1068         (__SYSCALL_CLOBBERS): Likewise.
1069         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1070         (__SYSCALL_CLOBBERS): Likewise.
1072 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
1074         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
1075         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
1076         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1077         variable for env.  Use expansion of CHECK_SP macro for check.
1078         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1080 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
1082         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1083         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1085 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
1087         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1088         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1090 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
1092         * sysdeps/mips/do-lookup.h: Remove.
1093         * sysdeps/mips/dl-lookup.c: Update from generic version, with
1094         non-PIC handling integrated.
1096 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
1098         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1099         and AF_IEEE802154.
1101 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1103         * sysdeps/mips/____longjmp_chk.c: New file.
1104         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
1105         undefine __longjmp.
1106         * sysdeps/mips64/__longjmp.c: Likewise.
1108 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1110         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1111         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1112         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1113         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1115 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1117         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1118         fallocate64@@GLIBC_2.11.
1120 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
1122         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1123         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1125 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
1127         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1128         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1129         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1130         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1131         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1132         Update comment.
1133         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1134         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
1135         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
1136         Add ucontext_i.sym.
1138 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1140         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1141         __ASSUME_PWRITEV): Don't define here.
1143 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
1145         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1147 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
1149         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1150         numbers.
1151         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1152         Define.
1153         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1154         preadv and pwritev.
1156 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
1158         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1159         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1161 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
1163         [BZ #7074]
1164         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1165         Fix the condition used to annotate n32 objects.
1167 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1169         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1170         Change parameters and use next_line.
1172 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1174         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1175         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1176         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1178 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
1180         * sysdeps/mips/bits/link.h: Uglify function parameter names.
1181         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1182         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1183         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1184         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1186 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1188         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1189         fallocate{,64}.
1191 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
1193         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1194         UTIME_OMIT only with __USE_ATFILE.
1196 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1198         [BZ #7040]
1199         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1200         inotify_rm_watch should have type int.
1202 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
1204         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1206 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
1207             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1209         PR glibc/1048
1210         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1211         variable page size for MIPS.
1212         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1213         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1214         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1216 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1218         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1219         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1220         -D_GNU_SOURCE.
1222 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1224         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1225         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1227 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
1229         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1230         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1231         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1232         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1234 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
1236         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1237         Make available only for __USE_GNU.
1239 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
1241         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1242         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1244 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
1246         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1247         __THROW vs. __nonnull order for C++.
1249 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1251         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1252         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1253         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1255 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1256             Daniel Jacobowitz  <dan@codesourcery.com>
1257             Richard Sandiford  <rdsandiford@googlemail.com>
1259         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1260         * sysdeps/mips/dl-lookup.c: New.
1261         * sysdeps/mips/do-lookup.h: New.
1262         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1263         definition.
1264         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1265         if needed.
1266         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1267         (elf_machine_type_class): Likewise.
1268         (ELF_MACHINE_PLT_REL): Define.
1269         (elf_machine_fixup_plt): New.
1270         (elf_machine_plt_value): New.
1271         (elf_machine_reloc): Handle jump slot and copy relocations.
1272         (elf_machine_lazy_rel): Point relocation place at PLT if
1273         required.
1274         (RESOLVE_GOTSYM): Take a relocation type argument.
1275         (elf_machine_got_rel): Bind lazy stubs directly to their target if
1276         !lazy.  Skip lazy binding for PLT symbols.
1277         (elf_machine_runtime_setup): Fill in .got.plt header.
1278         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1279         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1280         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1281         (_dl_runtime_pltresolve): New.
1282         * sysdeps/mips/bits/linkmap.h: New file.
1283         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1284         64-bit versions.
1286         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1287         Delete definition.
1288         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1289         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1290         (PSEUDO): Use them.  Move outside __PIC__.
1291         (PSEUDO_JMP): New.
1292         (CENABLE, CDISABLE): Use it.
1294 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1296         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1297         to epoll_create1.
1299 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1301         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1302         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1303         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1304         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1305         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1306         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1307         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1309 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1311         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1312         volatile.
1314 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1316         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1317         type.
1319 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1321         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1322         (SOCK_DCCP): Define.
1324 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1326         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1327         RUSAGE_THREAD and RUSAGE_LWP.
1329 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1331         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1332         shmid_ds.
1334 2008-04-21  Khem Raj  <kraj@mvista.com>
1336         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1338 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1340         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1341         truncate and ftruncate systems calls.
1342         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1343         empty file.
1344         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1346 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1348         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1349         ARG_MAX if <linux/limits.h> has defined it.
1351 2008-03-28  Robin Randhawa  <robin@mips.com>
1353         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1354         barriers to enforce strict ordering on weakly ordered systems.
1356 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1357             Daniel Jacobowitz  <dan@codesourcery.com>
1359         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1360         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1361         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1363 2008-03-09  Andreas Jaeger  <aj@suse.de>
1365         [BZ #5753]
1366         * sysdeps/mips/ieee754.h: Use protected namespace
1367         __BIG_ENDIAN/__LITTLE_ENDIAN.
1368         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1370 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1372         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1373         Reorganize to match other architectures.  Replace _timer._timer1
1374         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1375         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1376         (si_timerid, si_overrun): Define.
1377         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1378         (__pthread_attr_s): Remove declaration.
1379         (struct sigevent): Remove XXX.  Add _tid.
1381 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1383         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1385 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1387         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1388         type and __THROW marker of splice, vmsplice, and tee.
1390 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1392         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1393         LLL_PRIVATE argument to lll_futex_wake.
1394         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1395         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1396         comment.
1397         (PF_IUCV, PF_RXRPC): Define.
1398         (PF_MAX): Update.
1399         (AF_IUCV, AF_RXRPC): Define.
1400         (MSG_CMSG_CLOEXEC): Define.
1401         (_EXTERN_INLINE): Define to __extern_inline.
1402         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1403         UTIME_OMIT): Define.
1404         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1405         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1406         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1407         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1408         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1409         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1410         LLL_LOCK_*.  Include <kernel-features.h>.
1411         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1412         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1413         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1414         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1415         lll_futex_wait.
1416         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1417         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1418         private arguments.
1419         (__lll_robust_trylock): Convert to macro.
1420         (__lll_robust_lock_wait): Add private argument.
1421         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1422         (__lll_lock): Convert to macro.  Take private argument.
1423         (__lll_cond_lock): Likewise.
1424         (lll_lock, lll_cond_lock): Take private arguments.
1425         (__lll_robust_lock): Take private argument.  Convert to macro.
1426         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1427         lll_robust_cond_lock): Take private arguments.
1428         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1429         arguments.
1430         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1431         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1432         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1433         private arguments.
1434         (lll_unlock, lll_robust_unlock): Take private arguments.
1435         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1436         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1437         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1438         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1439         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1440         lll_cond_wake, lll_cond_broadcast): Remove.
1441         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1442         to __extern_inline.
1444 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1446         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1447         New macros for the (n)64 and n32 ABIs.
1448         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1450 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1452         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1453         Define __WORDSIZE_COMPAT32 as 1.
1455 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1457         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1458         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1459         PTHREAD_STACK_MIN.
1461 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1463         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1465         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1466         Delete.
1468 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1470         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1471         (internal_syscall1, internal_syscall2, internal_syscall3,
1472         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1474 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1476         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1477         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1478         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1479         THREAD_GSCOPE_WAIT): Define.
1480         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1481         (FUTEX_PRIVATE_FLAG): Define.
1482         (lll_unlock_wake_cb): Delete prototype.
1483         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1484         <endian.h>.
1485         (pthread_rwlock_t): Shrink __flags and add __shared.
1487 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1489         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1490         (posix_fadvise): Fix high word of len argument.
1492 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1494         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1495         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1496         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1497         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1498         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1499         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1501 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1503         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1504         * sysdeps/mips/mips64/n64/Implies: Likewise.
1505         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1506         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1507         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1508         <fpu_control.h>.  Use hardware exception and rounding mode
1509         settings.
1511 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1513         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1514         r_info argument to ElfW(Addr).
1516 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1518         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1520 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1521             Daniel Jacobowitz  <dan@codesourcery.com>
1523         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1524         shmctl, and semctl.
1525         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1526         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1527         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1529 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1531         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1532         PTR_DEMANGLE): Define.
1533         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1534         PTR_DEMANGLE): Define.
1535         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1536         PTR_DEMANGLE): Define.
1538 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1540         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1541         (cfi_same_value): Delete definition.
1543 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1545         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1546         (elf_machine_reloc): New function, retaining the body of
1547         elf_machine_rel.  Take the reloc's r_info field as an argument,
1548         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1549         When inplace_p is false, use r_addend as the addend, not the contents
1550         of the relocation field.  Hoist the conversion of reloc_addr to
1551         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1552         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1553         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1554         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1555         to ElfW(Rela).
1557 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1559         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1560         multiple inclusion guard.
1561         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1563 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1565         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1566         to match the kernel.
1568 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1570         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1571         (RTLD_SINGLE_THREAD_P): Define.
1572         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1574 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1576         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1577         prototype.
1579 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1581         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1582         code.
1583         (__xstat_conv): Use memset to clear padding arrays.  Check for
1584         overflow.
1585         (__xstat64_conv): Use memset to clear padding arrays.
1586         (__xstat32_conv): New function.
1587         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1588         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1590 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1592         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1593         floating-point registers.
1594         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1595         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1596         Likewise.
1598 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1600         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1601         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1603 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1605         * sysdeps/mips/mips64/n32/libm-test-ulps,
1606         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1608 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1610         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1611         defined, include the named file.
1613 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1615         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1616         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1617         Define.
1619 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1621         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1622         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1623         types.
1625 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1627         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1628         Don't use struct timespec.
1629         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1630         __xstat64_conv): Copy individual timespec fields.
1632 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1634         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1636 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1638         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1639         * sysdeps/mips/fpu/fesetround.c: Likewise.
1641 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1642             Daniel Jacobowitz  <dan@codesourcery.com>
1644         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1645         dump sc_cause, sc_status or sc_badvaddr.
1646         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1647         structure definitions after DSP kernel changes.
1648         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1649         after the same DSP changes.
1651 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1653         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1654         st_atim, st_mtim and st_ctim interface.
1655         (struct stat64): Likewise.
1656         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1657         Replace st_atime and its padding field with st_atim.  Likewise
1658         st_mtime/st_mtim and st_ctime/st_ctim.
1659         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1660         after above changes.
1661         (__xstat64_conv): Likewise.
1663 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1665         * sysdeps/mips/ldsodefs.h: New file.
1666         * sysdeps/mips/tst-audit.h: New file.
1668 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1670         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1671         for consistency with other ports.
1672         (MADV_REMOVE): Correct value.
1673         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1674         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1675         POSIX_MADV_DONTNEED): Define.
1677 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1679         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1680         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1681         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1682         and SYNC_FILE_RANGE_WAIT_AFTER.
1683         Declare sync_file_range, vmsplice, splice and tee.
1685 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1687         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1688         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1689         prototype.
1691 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1693         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1694         Define.
1696 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1698         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1699         typo.
1701 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1703         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1704         i386/fork.c.
1706 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1708         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1709         libc_cv_localedir, libdir, arch_minimum_kernel, and
1710         libc_cv_gcc_unwind_find_fde.
1711         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1712         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1713         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1715 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1717         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1718         (__pthread_list_t, __pthread_slist_t): New typedefs.
1719         (pthread_mutex_t): Replace __next and __prev fields with __list.
1720         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1721         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1722         (lll_futex_wake_unlock): Define.
1723         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1724         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1725         lll_robust_mutex_unlock): New macros.
1726         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1727         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1728         vfork.S.
1729         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1731 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1733         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1734         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1736 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1738         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1739         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1740         (INTERNAL_SYSCALL_NCS): New.
1741         (internal_syscall0, internal_syscall1, internal_syscall2,
1742         internal_syscall3, internal_syscall4, internal_syscall5,
1743         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1744         Use them.  Correct types for registers.
1745         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1746         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1747         (INTERNAL_SYSCALL_NCS): New.
1748         (internal_syscall0, internal_syscall1, internal_syscall2,
1749         internal_syscall3, internal_syscall4, internal_syscall5,
1750         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1751         Use them.
1752         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1753         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1754         points.
1755         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1756         Use Elf(Addr) for TLS relocation targets.
1757         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1758         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1759         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1760         futexp to long for n64.
1761         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1763 2006-02-20  Roland McGrath  <roland@redhat.com>
1765         * sysdeps/mips/shlib-versions: New file.
1766         * sysdeps/mips/preconfigure: New file.
1767         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.