2012-10-29 Steve Ellcey <sellcey@mips.com>
[glibc.git] / ports / ChangeLog.mips
blob76f2703881391a48f191bd104d6dfbeb67dcb9f5
1 2012-10-29  Steve Ellcey  <sellcey@mips.com>
3         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
4         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
5         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
6         * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
7         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
8         * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
9         (abi-variants): Add hard and soft float versions.
10         (abi-o32-options): Remove.
11         (abi-o32-condition): Remove.
12         (abi-n32-options): Remove.
13         (abi-n32-condition): Remove.
14         (abi-n64-options): Remove.
15         (abi-n64-condition): Remove.
16         (abi-o32_soft-options): New.
17         (abi-o32_soft-condition): New.
18         (abi-o32_hard-options): New.
19         (abi-o32_hard-condition): New.
20         (abi-n32_soft-options): New.
21         (abi-n32_soft-condition): New.
22         (abi-n32_hard-options): New.
23         (abi-n32_hard-condition): New.
24         (abi-n64_soft-options): New.
25         (abi-n64_soft-condition): New.
26         (abi-n64_hard-options): New.
27         (abi-n64_hard-condition): New.
29 2012-10-19  Roland McGrath  <roland@hack.frob.com>
31         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
32         (GLIBC_2.17): Add clock_* symbols.
33         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
35 2012-10-24  Andreas Jaeger  <aj@suse.de>
37         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all
38         definitions and declarations that are provided by
39         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
41 2012-10-03  Steve Ellcey  <sellcey@mips.com>
43         * sysdeps/mips/ieee754.h: Move to...
44         * sysdeps/mips/ieee754/ieee754.h: Here.
45         * sysdeps/mips/mips32/Implies: Add mips/ieee754.
46         * sysdeps/mips/mips64/Implies: Ditto.
47         * sysdeps/mips/mips64/n32/Implies: Ditto.
48         * sysdeps/mips/mips64/n64/Implies: Ditto.
50 2012-10-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
52         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Fix clone
53         flag name in comment to CLONE_CHILD_CLEARTID.
55 2012-09-28  Roland McGrath  <roland@hack.frob.com>
57         * sysdeps/mips/init-first.c: File removed.
59 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
61         * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
63 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
65         * sysdeps/unix/sysv/linux/mips/kernel-features.h
66         (__ASSUME_STAT64_SYSCALL): Remove.
68 2012-08-27  Guido Guenther  <agx@sigxcpu.org>
70         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
72 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
74         * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
75         _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
76         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file.  Based
77         on version from ../sysdeps/unix/sysv/linux/.
78         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
79         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
81 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
83         * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
84         <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
85         struct La_mips_32_regs and struct La_mips_64_regs are not constant.
87 2012-08-15  Tom de Vries  <vries@codesourcery.com>
88             Maxim Kuvyrkov  <maxim@codesourcery.com>
90         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
91         (__libc_lock_trylock): Define versions optimized for MIPS.
93 2012-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
95         * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
96         * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
97         * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
99 2012-08-15  Joseph Myers  <joseph@codesourcery.com>
101         * sysdeps/mips/dl-lookup.c: Update from generic version.
103 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
105         [__GNUC_PREREQ (4, 8)]
106         (atomic_exchange_and_add): Split into ...
107         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
108         New atomic macros.
109         [!__GNUC_PREREQ (4, 8)]
110         (atomic_exchange_and_add): Split into ...
111         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
112         New atomic macros.
114 2012-08-09  Joseph Myers  <joseph@codesourcery.com>
116         * sysdeps/unix/sysv/linux/mips/kernel-features.h
117         (__ASSUME_UTIMES): Define.
119 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
121         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
122         Remove.
123         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
125 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
127         * sysdeps/unix/sysv/linux/mips/kernel-features.h
128         (__ASSUME_FCNTL64): Remove.
130 2012-08-01  Steve Ellcey  <sellcey@mips.com>
132         * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
133         _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
134         _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
135         macro.
136         (PREFX): Likewise.
138 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
140         * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
141         * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
142         * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
143         * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
144         * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
145         * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
147 2012-07-27  Joseph Myers  <joseph@codesourcery.com>
149         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
150         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
152 2012-07-25  Florian Weimer  <fweimer@redhat.com>
154         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
155         secure_getenv.
156         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
157         Likewise.
158         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
159         Likewise.
161 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
163         * sysdeps/mips/configure.in: Remove TLS check.
164         * sysdeps/mips/configure: Regenerated.
166         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
167         file.
168         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
169         Likewise.
170         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
171         Likewise.
173 2012-07-11  Tom de Vries  <vries@codesourcery.com>
174             Maxim Kuvyrkov  <maxim@codesourcery.com>
176         * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
177         (__arch_compare_and_exchange_bool_32_int)
178         (__arch_compare_and_exchange_val_32_int)
179         (__arch_compare_and_exchange_bool_64_int)
180         (__arch_compare_and_exchange_val_64_int)
181         Define in terms of __atomic_compare_exchange_n.
182         [__GNUC_PREREQ (4, 8)]
183         (__arch_exchange_32_int, __arch_exchange_64_int):
184         Define in terms of __atomic_exchange_n.
185         [__GNUC_PREREQ (4, 8)]
186         (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
187         Define in terms of __atomic_fetch_add.
188         [!__GNUC_PREREQ (4, 8)]: Update formatting.
190 2012-07-06  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
192         * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
193         the stack pointer.
195 2012-06-19  Joseph Myers  <joseph@codesourcery.com>
197         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
198         _gp_disp entry.
199         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
200         Likewise.
201         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
202         Likewise.
203         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
204         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
205         Likewise.
206         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
207         Likewise.
208         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
209         Likewise.
210         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
211         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
212         Likewise.
213         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
214         Likewise.
215         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
216         Likewise.
217         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
218         Likewise.
219         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
220         Likewise.
221         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
222         Likewise.
223         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
224         Likewise.
225         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
226         Likewise.
227         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
228         Likewise.
229         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
230         Likewise.
231         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
232         Likewise.
233         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
234         Likewise.
235         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
236         Likewise.
238 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
240         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
241         (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
242         variable.
244 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
246         * sysdeps/mips/mips64/n32/s_fma.c: New file.
247         * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
249         * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
250         typo.
252 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
254         * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
256         * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
257         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
259 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
261         * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
262         settings out of conditional.
264         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
265         __connect_internal alias.
267         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
268         (FP_TRAPPING_EXCEPTIONS): Define.
270         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
271         Rename to abi-variants.
272         (syscall-list-includes): Rename to abi-includes.
273         (syscall-list-o32-options): Rename to abi-o32-options.
274         (syscall-list-o32-condition): Rename to abi-o32-condition.
275         (syscall-list-n32-options): Rename to abi-n32-options.
276         (syscall-list-n32-condition): Rename to abi-n32-condition.
277         (syscall-list-n64-options): Rename to abi-n64-options.
278         (syscall-list-n64-condition): Rename to abi-n64-condition.
279         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
280         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
281         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
283         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
284         _internal alias by hidden_def.
286 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
288         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
289         file.
290         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
291         Likewise.
292         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
293         Likewise.
294         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
295         Likewise.
296         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
297         Likewise.
298         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
299         Likewise.
300         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
301         Likewise.
302         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
303         Likewise.
305 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
307         * sysdeps/unix/sysv/linux/mips/kernel-features.h
308         (__ASSUME_32BITUIDS): Remove.
310 2012-05-23  Steve Ellcey  <sellcey@mips.com>
312         * sysdeps/unix/sysv/linux/mips/Makefile
313         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
314         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
315         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
317 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
319         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
320         Define.
321         (MADV_DODUMP): Likewise.
323 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
325         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
326         __WORDSIZE_TIME64_COMPAT32.
328         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
329         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
330         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
332 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
334         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
335         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
336         (kernel-features.h): Don't include.
337         [__NR_ftruncate64]: Make code unconditional.
338         [!__NR_ftruncate64]: Remove conditional code.
339         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
340         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
341         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
342         (kernel-features.h): Don't include.
343         [__NR_truncate64]: Make code unconditional.
344         [!__NR_truncate64]: Remove conditional code.
345         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
346         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
347         Add syscall.
348         (truncate): Likewise.
349         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
350         (ftruncate): Remove syscall.
351         (truncate): Likewise.
352         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
353         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
354         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
355         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
357 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
359         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
360         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
361         type unsigned long and names st_atimensec, st_mtimensec and
362         st_ctimensec.
363         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
365 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
367         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
368         Remove conditional code.
369         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
370         * sysdeps/unix/sysv/linux/mips/pread64.c
371         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
372         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
373         * sysdeps/unix/sysv/linux/mips/pwrite.c
374         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
375         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
376         * sysdeps/unix/sysv/linux/mips/pwrite64.c
377         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
378         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
379         * sysdeps/unix/sysv/linux/mips/sigaction.c
380         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
381         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
383 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
385         * sysdeps/mips/dl-lookup.c: Update from generic version.
387 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
389         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
390         * sysdeps/mips/mips32/libm-test-ulps: ... here.
391         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
392         * sysdeps/mips/mips64/libm-test-ulps: ... here.
393         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
395 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
397         [BZ #14044]
398         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
399         from libc version and add symbol versions.
400         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
401         (GLIBC_2.3.3): Add posix_fadvise64.
403 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
405         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
406         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
407         Likewise.
408         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
409         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
410         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
411         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
412         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
413         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
414         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
415         Likewise.
416         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
417         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
418         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
419         Likewise.
420         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
421         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
422         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
423         Likewise.
424         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
425         Likewise.
426         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
427         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
428         Likewise.
429         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
430         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
431         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
432         Likewise.
433         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
434         Likewise.
435         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
436         Likewise.
437         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
438         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
439         Likewise.
440         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
441         Likewise.
442         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
443         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
444         Likewise.
445         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
446         Likewise.
447         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
448         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
449         Likewise.
450         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
451         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
452         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
453         Likewise.
454         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
455         Likewise.
456         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
457         Likewise.
458         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
459         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
460         Likewise.
461         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
462         Likewise.
464         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
465         __MIPSEB instead of __BYTE_ORDER.
466         * sysdeps/mips/mips64/memset.S: Likewise.
468 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
470         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
471         Change to 2.6.12.
472         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
474 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
476         * sysdeps/unix/mips/brk.S: Remove file.
477         * sysdeps/unix/mips/dl-brk.S: Likewise.
478         * sysdeps/unix/mips/sigreturn.S: Likewise.
479         * sysdeps/unix/mips/wait.S: Likewise.
481 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
483         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
484         instead of __BYTE_ORDER.
485         * sysdeps/mips/memset.S: Likewise.
487         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
488         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
490 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
492         * sysdeps/unix/mips/fork.S: Remove file.
494 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
496         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
497         (ldd_rewrite_script): Change $dest to $dir.
498         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
500 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
502         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
503         sysdeps/unix/sysv/linux/arm/readahead.c not
504         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
506 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
508         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
509         (MAP_HUGETLB): Likewise.
511 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
513         * sysdeps/mips/elf/start.S: Moved to ...
514         * sysdeps/mips/start.S: ...here.
515         * sysdeps/mips/elf/configure.in: Moved to ...
516         * sysdeps/mips/configure.in: ...here.  Update comment.
517         * sysdeps/mips/configure: New generated file.
519 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
521         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
522         instead of <stdio-common/_itoa.h>.
524 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
526         [BZ #13673]
527         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
528         with URL.
530 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
532         [BZ #13673]
533         Replace FSF snail mail address with URLs, as per GNU coding standards.
535 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
537         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
538         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
540 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
542         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
543         declare recvmmsg and sendmmsg.
545 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
547         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
548         Change union tag to pthread_attr_t.  Only define typedef if not
549         already defined.
550         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
551         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
552         typedef if not already defined.
554 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
556         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
557         siginfo_t struct.  Add forward declaration of pthread_attr_t and
558         use it in sigevent.
559         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
560         pthread_attr_t union.
562 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
564         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
565         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
566         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
567         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
569 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
571         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
572         not defined.
574 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
576         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
577         matching the array in dl-procinfo.c.
579 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
581         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
582         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
583         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
585 2012-02-15  Robert Millan  <rmh@gnu.org>
587         [BZ #12301]
588         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
589         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
591 2012-02-15  Robert Millan  <rmh@gnu.org>
593         [BZ #12298]
594         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
595         * sysdeps/mips/sys/tas.h: ... here.
597 2012-02-15  Robert Millan  <rmh@gnu.org>
599         [BZ #12297]
600         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
601         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
602         * sysdeps/unix/mips/entry.h: ... here.
604 2012-02-15  Robert Millan  <rmh@gnu.org>
606         [BZ #12193]
607         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
608         Define.
609         * sysdeps/mips/dl-procinfo.c: New file.
610         * sysdeps/mips/dl-procinfo.h: Likewise.
612 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
614         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
615         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
617 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
619         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
620         around calls to _dl_lookup_symbol_x.
622 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
624         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
625         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
627 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
629         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
630         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
632 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
634         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
635         for sysdeps/generic/initfini.c.
636         * sysdeps/mips/mips32/crtn.S: Likewise.
637         * sysdeps/mips/mips64/n32/crti.S: Likewise.
638         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
639         * sysdeps/mips/mips64/n64/crti.S: Likewise.
640         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
641         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
642         (CFLAGS-pt-initfini.s): Likewise.
643         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
644         variables.
646 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
648         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
649         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
650         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
651         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
653 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
655         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
656         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
657         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
658         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
659         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
660         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
661         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
663 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
665         * sysdeps/mips/nptl/shlib-versions: New.
667 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
669         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
671 2012-01-04  Tom de Vries  <tom@codesourcery.com>
673         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
674         -fno-unwind-tables.
676 2012-01-03  Tom de Vries  <tom@codesourcery.com>
678         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
679         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
681 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
683         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
684         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
685         Remove.
686         (syscall-list-variants, syscall-list-includes)
687         (syscall-list-o32-options, syscall-list-o32-condition)
688         (syscall-list-n32-options, syscall-list-n32-condition)
689         (syscall-list-n64-options, syscall-list-n64-condition): Define.
690         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
691         asm-unistd.h.
692         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
693         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
695 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
697         [BZ #13538]
698         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
699         (EPOLLET): Initialize with unsigned values.
701 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
703         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
704         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
706 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
708         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
709         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
711 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
713         * sysdeps/mips/dl-lookup.c: Update from generic version.
715 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
717         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
718         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
719         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
721 2011-10-05  Andreas Schwab  <schwab@redhat.com>
723         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
724         (elf_machine_lazy_rel): Add parameter skip_ifunc.
726 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
728         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
729         return value to (struct cmsghdr *).
731 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
733         * sysdeps/mips/elf/configure.in: Always test for TLS support and
734         error out in case it is missing.
735         * sysdeps/mips/elf/configure: Regenerate.
736         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
738 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
740         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
741         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
743 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
745         [BZ #13109]
746         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
747         (statfs): New.
748         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
749         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
751 2011-08-02  Matt Turner  <mattst88@gmail.com>
753         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
755 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
757         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
758         Define.
760 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
762         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
763         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
765 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
767         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
768         mention raise in the comment.
770 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
772         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
773         Add.
775 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
777         * sysdeps/mips/dl-lookup.c: Update from generic version.
779 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
781         * sysdeps/mips/dl-lookup.c: Update from generic version.
783 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
785         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
787 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
789         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
790         to open_by_handle_at.
792 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
794         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
796 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
798         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
799         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
800         open_by_handle.  Augment a few comments.
802 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
804         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
805         cancelable.
806         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
807         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
808         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
809         sync_file_range as cancellation point.
810         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
811         sync_file_range as cancellation point.
813 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
815         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
816         sync_file_range.
818 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
820         * sysdeps/mips/dl-lookup.c: Update from generic version.
822 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
824         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
825         MADV_NOHUGEPAGE): Define.
827 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
829         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
830         PF_CAIF, PF_ALG): Define.
832 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
834         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
835         NO_CTORS_DTORS_SECTIONS is defined.
836         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
838 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
840         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
842 2010-12-06  Matt Turner  <mattst88@gmail.com>
844         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
846 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
848         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
849         Change to 2.4.1.
850         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
852 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
854         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
855         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
856         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
857         for fanotify_mark.
859 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
861         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
862         libm_hidden_def.
863         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
865 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
867         * sysdeps/unix/sysv/linux/mips/kernel-features.h
868         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
870 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
872         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
873         jump delay slot.
874         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
876 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
878         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
880 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
882         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
883         struct statfs64): Add f_flags field.
885 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
887         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
888         Define.
890 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
892         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
893         and prlimit64.
894         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
895         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
896         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
897         prlimit64 syscall.
899 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
901         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
902         F_GETPIPE_SZ): Define.
904 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
906         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
907         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
909 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
911         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
913 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
915         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
916         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
917         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
918         Define.
920 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
922         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
923         MSG_WAITFORONE.
925 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
927         * sysdeps/mips/dl-lookup.c: Update from generic version.
929 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
931         [BZ #11291]
932         * sysdeps/mips/bits/atomic.h
933         (__arch_compare_and_exchange_xxx_32_int,
934         __arch_compare_and_exchange_xxx_64_int,
935         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
936         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
937         Specify *mem as asm output as well as input.
939 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
941         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
943 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
945         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
946         _dl_runtime_pltresolve): Calculate offset from start of function
947         to .cpload instead of hardcoding instruction size.
949 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
951         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
952         problem.
954 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
956         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
957         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
959 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
961         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
962         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
963         XPG7.
964         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
965         fcntl.h.
967 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
969         [BZ #11093]
970         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
971         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
973 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
975         * sysdeps/mips/dl-lookup.c: Update from generic version.
977 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
979         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
980         O_DSYNC to match 2.6.33+ kernels.
982 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
984         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
985         declare recvmmsg.
987 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
989         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
990         (posix_fadvise): Remove.
991         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
992         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
993         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
995 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
997         * sysdeps/mips/dl-lookup.c: Update from generic version.
999 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
1001         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
1002         for timestamps also if __USE_XOPEN2K8.
1004 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
1006         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
1007         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
1009 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
1011         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
1012         names of parameters of sync_file_range.
1014 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1016         [BZ #10972]
1017         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
1018         constants from recent kernels.
1020 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
1022         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
1023         not already defined.
1025 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
1027         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
1028         F_GETOWN_EX): Update values.
1030 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
1032         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
1033         of last two arguments when -D_FILE_OFFSET_BITS=64.
1035 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
1037         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
1038         f_owner_ex.
1040 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
1042         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
1043         and F_GETOWN_EX.
1045 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
1047         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
1048         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
1049         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1050         (__SYSCALL_CLOBBERS): Likewise.
1051         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1052         (__SYSCALL_CLOBBERS): Likewise.
1054 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
1056         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
1057         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
1058         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1059         variable for env.  Use expansion of CHECK_SP macro for check.
1060         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1062 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
1064         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1065         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1067 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
1069         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1070         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1072 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
1074         * sysdeps/mips/do-lookup.h: Remove.
1075         * sysdeps/mips/dl-lookup.c: Update from generic version, with
1076         non-PIC handling integrated.
1078 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
1080         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1081         and AF_IEEE802154.
1083 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1085         * sysdeps/mips/____longjmp_chk.c: New file.
1086         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
1087         undefine __longjmp.
1088         * sysdeps/mips64/__longjmp.c: Likewise.
1090 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1092         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1093         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1094         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1095         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1097 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1099         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1100         fallocate64@@GLIBC_2.11.
1102 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
1104         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1105         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1107 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
1109         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1110         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1111         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1112         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1113         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1114         Update comment.
1115         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1116         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
1117         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
1118         Add ucontext_i.sym.
1120 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1122         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1123         __ASSUME_PWRITEV): Don't define here.
1125 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
1127         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1129 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
1131         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1132         numbers.
1133         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1134         Define.
1135         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1136         preadv and pwritev.
1138 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
1140         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1141         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1143 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
1145         [BZ #7074]
1146         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1147         Fix the condition used to annotate n32 objects.
1149 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1151         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1152         Change parameters and use next_line.
1154 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1156         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1157         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1158         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1160 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
1162         * sysdeps/mips/bits/link.h: Uglify function parameter names.
1163         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1164         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1165         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1166         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1168 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1170         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1171         fallocate{,64}.
1173 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
1175         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1176         UTIME_OMIT only with __USE_ATFILE.
1178 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1180         [BZ #7040]
1181         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1182         inotify_rm_watch should have type int.
1184 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
1186         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1188 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
1189             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1191         PR glibc/1048
1192         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1193         variable page size for MIPS.
1194         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1195         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1196         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1198 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1200         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1201         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1202         -D_GNU_SOURCE.
1204 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1206         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1207         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1209 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
1211         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1212         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1213         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1214         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1216 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
1218         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1219         Make available only for __USE_GNU.
1221 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
1223         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1224         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1226 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
1228         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1229         __THROW vs. __nonnull order for C++.
1231 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1233         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1234         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1235         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1237 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1238             Daniel Jacobowitz  <dan@codesourcery.com>
1239             Richard Sandiford  <rdsandiford@googlemail.com>
1241         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1242         * sysdeps/mips/dl-lookup.c: New.
1243         * sysdeps/mips/do-lookup.h: New.
1244         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1245         definition.
1246         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1247         if needed.
1248         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1249         (elf_machine_type_class): Likewise.
1250         (ELF_MACHINE_PLT_REL): Define.
1251         (elf_machine_fixup_plt): New.
1252         (elf_machine_plt_value): New.
1253         (elf_machine_reloc): Handle jump slot and copy relocations.
1254         (elf_machine_lazy_rel): Point relocation place at PLT if
1255         required.
1256         (RESOLVE_GOTSYM): Take a relocation type argument.
1257         (elf_machine_got_rel): Bind lazy stubs directly to their target if
1258         !lazy.  Skip lazy binding for PLT symbols.
1259         (elf_machine_runtime_setup): Fill in .got.plt header.
1260         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1261         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1262         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1263         (_dl_runtime_pltresolve): New.
1264         * sysdeps/mips/bits/linkmap.h: New file.
1265         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1266         64-bit versions.
1268         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1269         Delete definition.
1270         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1271         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1272         (PSEUDO): Use them.  Move outside __PIC__.
1273         (PSEUDO_JMP): New.
1274         (CENABLE, CDISABLE): Use it.
1276 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1278         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1279         to epoll_create1.
1281 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1283         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1284         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1285         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1286         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1287         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1288         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1289         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1291 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1293         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1294         volatile.
1296 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1298         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1299         type.
1301 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1303         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1304         (SOCK_DCCP): Define.
1306 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1308         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1309         RUSAGE_THREAD and RUSAGE_LWP.
1311 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1313         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1314         shmid_ds.
1316 2008-04-21  Khem Raj  <kraj@mvista.com>
1318         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1320 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1322         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1323         truncate and ftruncate systems calls.
1324         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1325         empty file.
1326         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1328 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1330         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1331         ARG_MAX if <linux/limits.h> has defined it.
1333 2008-03-28  Robin Randhawa  <robin@mips.com>
1335         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1336         barriers to enforce strict ordering on weakly ordered systems.
1338 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1339             Daniel Jacobowitz  <dan@codesourcery.com>
1341         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1342         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1343         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1345 2008-03-09  Andreas Jaeger  <aj@suse.de>
1347         [BZ #5753]
1348         * sysdeps/mips/ieee754.h: Use protected namespace
1349         __BIG_ENDIAN/__LITTLE_ENDIAN.
1350         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1352 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1354         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1355         Reorganize to match other architectures.  Replace _timer._timer1
1356         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1357         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1358         (si_timerid, si_overrun): Define.
1359         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1360         (__pthread_attr_s): Remove declaration.
1361         (struct sigevent): Remove XXX.  Add _tid.
1363 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1365         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1367 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1369         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1370         type and __THROW marker of splice, vmsplice, and tee.
1372 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1374         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1375         LLL_PRIVATE argument to lll_futex_wake.
1376         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1377         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1378         comment.
1379         (PF_IUCV, PF_RXRPC): Define.
1380         (PF_MAX): Update.
1381         (AF_IUCV, AF_RXRPC): Define.
1382         (MSG_CMSG_CLOEXEC): Define.
1383         (_EXTERN_INLINE): Define to __extern_inline.
1384         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1385         UTIME_OMIT): Define.
1386         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1387         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1388         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1389         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1390         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1391         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1392         LLL_LOCK_*.  Include <kernel-features.h>.
1393         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1394         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1395         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1396         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1397         lll_futex_wait.
1398         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1399         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1400         private arguments.
1401         (__lll_robust_trylock): Convert to macro.
1402         (__lll_robust_lock_wait): Add private argument.
1403         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1404         (__lll_lock): Convert to macro.  Take private argument.
1405         (__lll_cond_lock): Likewise.
1406         (lll_lock, lll_cond_lock): Take private arguments.
1407         (__lll_robust_lock): Take private argument.  Convert to macro.
1408         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1409         lll_robust_cond_lock): Take private arguments.
1410         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1411         arguments.
1412         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1413         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1414         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1415         private arguments.
1416         (lll_unlock, lll_robust_unlock): Take private arguments.
1417         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1418         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1419         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1420         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1421         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1422         lll_cond_wake, lll_cond_broadcast): Remove.
1423         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1424         to __extern_inline.
1426 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1428         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1429         New macros for the (n)64 and n32 ABIs.
1430         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1432 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1434         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1435         Define __WORDSIZE_COMPAT32 as 1.
1437 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1439         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1440         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1441         PTHREAD_STACK_MIN.
1443 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1445         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1447         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1448         Delete.
1450 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1452         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1453         (internal_syscall1, internal_syscall2, internal_syscall3,
1454         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1456 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1458         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1459         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1460         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1461         THREAD_GSCOPE_WAIT): Define.
1462         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1463         (FUTEX_PRIVATE_FLAG): Define.
1464         (lll_unlock_wake_cb): Delete prototype.
1465         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1466         <endian.h>.
1467         (pthread_rwlock_t): Shrink __flags and add __shared.
1469 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1471         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1472         (posix_fadvise): Fix high word of len argument.
1474 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1476         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1477         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1478         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1479         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1480         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1481         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1483 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1485         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1486         * sysdeps/mips/mips64/n64/Implies: Likewise.
1487         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1488         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1489         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1490         <fpu_control.h>.  Use hardware exception and rounding mode
1491         settings.
1493 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1495         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1496         r_info argument to ElfW(Addr).
1498 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1500         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1502 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1503             Daniel Jacobowitz  <dan@codesourcery.com>
1505         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1506         shmctl, and semctl.
1507         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1508         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1509         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1511 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1513         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1514         PTR_DEMANGLE): Define.
1515         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1516         PTR_DEMANGLE): Define.
1517         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1518         PTR_DEMANGLE): Define.
1520 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1522         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1523         (cfi_same_value): Delete definition.
1525 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1527         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1528         (elf_machine_reloc): New function, retaining the body of
1529         elf_machine_rel.  Take the reloc's r_info field as an argument,
1530         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1531         When inplace_p is false, use r_addend as the addend, not the contents
1532         of the relocation field.  Hoist the conversion of reloc_addr to
1533         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1534         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1535         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1536         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1537         to ElfW(Rela).
1539 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1541         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1542         multiple inclusion guard.
1543         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1545 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1547         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1548         to match the kernel.
1550 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1552         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1553         (RTLD_SINGLE_THREAD_P): Define.
1554         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1556 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1558         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1559         prototype.
1561 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1563         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1564         code.
1565         (__xstat_conv): Use memset to clear padding arrays.  Check for
1566         overflow.
1567         (__xstat64_conv): Use memset to clear padding arrays.
1568         (__xstat32_conv): New function.
1569         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1570         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1572 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1574         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1575         floating-point registers.
1576         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1577         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1578         Likewise.
1580 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1582         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1583         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1585 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1587         * sysdeps/mips/mips64/n32/libm-test-ulps,
1588         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1590 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1592         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1593         defined, include the named file.
1595 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1597         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1598         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1599         Define.
1601 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1603         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1604         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1605         types.
1607 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1609         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1610         Don't use struct timespec.
1611         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1612         __xstat64_conv): Copy individual timespec fields.
1614 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1616         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1618 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1620         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1621         * sysdeps/mips/fpu/fesetround.c: Likewise.
1623 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1624             Daniel Jacobowitz  <dan@codesourcery.com>
1626         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1627         dump sc_cause, sc_status or sc_badvaddr.
1628         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1629         structure definitions after DSP kernel changes.
1630         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1631         after the same DSP changes.
1633 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1635         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1636         st_atim, st_mtim and st_ctim interface.
1637         (struct stat64): Likewise.
1638         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1639         Replace st_atime and its padding field with st_atim.  Likewise
1640         st_mtime/st_mtim and st_ctime/st_ctim.
1641         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1642         after above changes.
1643         (__xstat64_conv): Likewise.
1645 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1647         * sysdeps/mips/ldsodefs.h: New file.
1648         * sysdeps/mips/tst-audit.h: New file.
1650 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1652         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1653         for consistency with other ports.
1654         (MADV_REMOVE): Correct value.
1655         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1656         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1657         POSIX_MADV_DONTNEED): Define.
1659 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1661         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1662         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1663         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1664         and SYNC_FILE_RANGE_WAIT_AFTER.
1665         Declare sync_file_range, vmsplice, splice and tee.
1667 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1669         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1670         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1671         prototype.
1673 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1675         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1676         Define.
1678 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1680         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1681         typo.
1683 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1685         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1686         i386/fork.c.
1688 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1690         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1691         libc_cv_localedir, libdir, arch_minimum_kernel, and
1692         libc_cv_gcc_unwind_find_fde.
1693         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1694         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1695         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1697 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1699         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1700         (__pthread_list_t, __pthread_slist_t): New typedefs.
1701         (pthread_mutex_t): Replace __next and __prev fields with __list.
1702         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1703         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1704         (lll_futex_wake_unlock): Define.
1705         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1706         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1707         lll_robust_mutex_unlock): New macros.
1708         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1709         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1710         vfork.S.
1711         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1713 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1715         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1716         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1718 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1720         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1721         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1722         (INTERNAL_SYSCALL_NCS): New.
1723         (internal_syscall0, internal_syscall1, internal_syscall2,
1724         internal_syscall3, internal_syscall4, internal_syscall5,
1725         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1726         Use them.  Correct types for registers.
1727         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1728         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1729         (INTERNAL_SYSCALL_NCS): New.
1730         (internal_syscall0, internal_syscall1, internal_syscall2,
1731         internal_syscall3, internal_syscall4, internal_syscall5,
1732         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1733         Use them.
1734         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1735         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1736         points.
1737         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1738         Use Elf(Addr) for TLS relocation targets.
1739         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1740         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1741         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1742         futexp to long for n64.
1743         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1745 2006-02-20  Roland McGrath  <roland@redhat.com>
1747         * sysdeps/mips/shlib-versions: New file.
1748         * sysdeps/mips/preconfigure: New file.
1749         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.