Remove gnu/stubs.h dependency on soversions.mk
[glibc.git] / ports / ChangeLog.mips
blob8c41753e58b7471dcb871c640e44bd7dc75c76d8
1 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/unix/sysv/linux/mips/kernel-features.h
4         (__ASSUME_STAT64_SYSCALL): Remove.
6 2012-08-27  Guido Guenther  <agx@sigxcpu.org>
8         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
10 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
12         * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
13         _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
14         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file.  Based
15         on version from ../sysdeps/unix/sysv/linux/.
16         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
17         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
19 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
21         * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
22         <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
23         struct La_mips_32_regs and struct La_mips_64_regs are not constant.
25 2012-08-15  Tom de Vries  <vries@codesourcery.com>
26             Maxim Kuvyrkov  <maxim@codesourcery.com>
28         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
29         (__libc_lock_trylock): Define versions optimized for MIPS.
31 2012-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
33         * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
34         * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
35         * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
37 2012-08-15  Joseph Myers  <joseph@codesourcery.com>
39         * sysdeps/mips/dl-lookup.c: Update from generic version.
41 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
43         [__GNUC_PREREQ (4, 8)]
44         (atomic_exchange_and_add): Split into ...
45         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
46         New atomic macros.
47         [!__GNUC_PREREQ (4, 8)]
48         (atomic_exchange_and_add): Split into ...
49         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
50         New atomic macros.
52 2012-08-09  Joseph Myers  <joseph@codesourcery.com>
54         * sysdeps/unix/sysv/linux/mips/kernel-features.h
55         (__ASSUME_UTIMES): Define.
57 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
59         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
60         Remove.
61         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
63 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
65         * sysdeps/unix/sysv/linux/mips/kernel-features.h
66         (__ASSUME_FCNTL64): Remove.
68 2012-08-01  Steve Ellcey  <sellcey@mips.com>
70         * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
71         _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
72         _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
73         macro.
74         (PREFX): Likewise.
76 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
78         * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
79         * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
80         * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
81         * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
82         * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
83         * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
85 2012-07-27  Joseph Myers  <joseph@codesourcery.com>
87         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
88         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
90 2012-07-25  Florian Weimer  <fweimer@redhat.com>
92         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
93         secure_getenv.
94         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
95         Likewise.
96         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
97         Likewise.
99 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
101         * sysdeps/mips/configure.in: Remove TLS check.
102         * sysdeps/mips/configure: Regenerated.
104         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
105         file.
106         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
107         Likewise.
108         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
109         Likewise.
111 2012-07-11  Tom de Vries  <vries@codesourcery.com>
112             Maxim Kuvyrkov  <maxim@codesourcery.com>
114         * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
115         (__arch_compare_and_exchange_bool_32_int)
116         (__arch_compare_and_exchange_val_32_int)
117         (__arch_compare_and_exchange_bool_64_int)
118         (__arch_compare_and_exchange_val_64_int)
119         Define in terms of __atomic_compare_exchange_n.
120         [__GNUC_PREREQ (4, 8)]
121         (__arch_exchange_32_int, __arch_exchange_64_int):
122         Define in terms of __atomic_exchange_n.
123         [__GNUC_PREREQ (4, 8)]
124         (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
125         Define in terms of __atomic_fetch_add.
126         [!__GNUC_PREREQ (4, 8)]: Update formatting.
128 2012-07-06  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
130         * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
131         the stack pointer.
133 2012-06-19  Joseph Myers  <joseph@codesourcery.com>
135         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
136         _gp_disp entry.
137         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
138         Likewise.
139         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
140         Likewise.
141         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
142         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
143         Likewise.
144         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
145         Likewise.
146         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
147         Likewise.
148         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
149         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
150         Likewise.
151         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
152         Likewise.
153         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
154         Likewise.
155         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
156         Likewise.
157         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
158         Likewise.
159         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
160         Likewise.
161         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
162         Likewise.
163         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
164         Likewise.
165         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
166         Likewise.
167         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
168         Likewise.
169         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
170         Likewise.
171         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
172         Likewise.
173         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
174         Likewise.
176 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
178         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
179         (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
180         variable.
182 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
184         * sysdeps/mips/mips64/n32/s_fma.c: New file.
185         * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
187         * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
188         typo.
190 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
192         * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
194         * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
195         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
197 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
199         * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
200         settings out of conditional.
202         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
203         __connect_internal alias.
205         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
206         (FP_TRAPPING_EXCEPTIONS): Define.
208         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
209         Rename to abi-variants.
210         (syscall-list-includes): Rename to abi-includes.
211         (syscall-list-o32-options): Rename to abi-o32-options.
212         (syscall-list-o32-condition): Rename to abi-o32-condition.
213         (syscall-list-n32-options): Rename to abi-n32-options.
214         (syscall-list-n32-condition): Rename to abi-n32-condition.
215         (syscall-list-n64-options): Rename to abi-n64-options.
216         (syscall-list-n64-condition): Rename to abi-n64-condition.
217         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
218         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
219         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
221         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
222         _internal alias by hidden_def.
224 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
226         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
227         file.
228         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
229         Likewise.
230         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
231         Likewise.
232         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
233         Likewise.
234         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
235         Likewise.
236         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
237         Likewise.
238         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
239         Likewise.
240         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
241         Likewise.
243 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
245         * sysdeps/unix/sysv/linux/mips/kernel-features.h
246         (__ASSUME_32BITUIDS): Remove.
248 2012-05-23  Steve Ellcey  <sellcey@mips.com>
250         * sysdeps/unix/sysv/linux/mips/Makefile
251         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
252         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
253         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
255 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
257         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
258         Define.
259         (MADV_DODUMP): Likewise.
261 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
263         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
264         __WORDSIZE_TIME64_COMPAT32.
266         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
267         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
268         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
270 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
272         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
273         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
274         (kernel-features.h): Don't include.
275         [__NR_ftruncate64]: Make code unconditional.
276         [!__NR_ftruncate64]: Remove conditional code.
277         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
278         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
279         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
280         (kernel-features.h): Don't include.
281         [__NR_truncate64]: Make code unconditional.
282         [!__NR_truncate64]: Remove conditional code.
283         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
284         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
285         Add syscall.
286         (truncate): Likewise.
287         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
288         (ftruncate): Remove syscall.
289         (truncate): Likewise.
290         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
291         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
292         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
293         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
295 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
297         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
298         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
299         type unsigned long and names st_atimensec, st_mtimensec and
300         st_ctimensec.
301         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
303 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
305         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
306         Remove conditional code.
307         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
308         * sysdeps/unix/sysv/linux/mips/pread64.c
309         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
310         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
311         * sysdeps/unix/sysv/linux/mips/pwrite.c
312         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
313         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
314         * sysdeps/unix/sysv/linux/mips/pwrite64.c
315         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
316         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
317         * sysdeps/unix/sysv/linux/mips/sigaction.c
318         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
319         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
321 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
323         * sysdeps/mips/dl-lookup.c: Update from generic version.
325 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
327         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
328         * sysdeps/mips/mips32/libm-test-ulps: ... here.
329         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
330         * sysdeps/mips/mips64/libm-test-ulps: ... here.
331         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
333 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
335         [BZ #14044]
336         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
337         from libc version and add symbol versions.
338         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
339         (GLIBC_2.3.3): Add posix_fadvise64.
341 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
343         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
344         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
345         Likewise.
346         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
347         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
348         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
349         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
350         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
351         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
352         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
353         Likewise.
354         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
355         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
356         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
357         Likewise.
358         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
359         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
360         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
361         Likewise.
362         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
363         Likewise.
364         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
365         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
366         Likewise.
367         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
368         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
369         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
370         Likewise.
371         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
372         Likewise.
373         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
374         Likewise.
375         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
376         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
377         Likewise.
378         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
379         Likewise.
380         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
381         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
382         Likewise.
383         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
384         Likewise.
385         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
386         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
387         Likewise.
388         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
389         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
390         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
391         Likewise.
392         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
393         Likewise.
394         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
395         Likewise.
396         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
397         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
398         Likewise.
399         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
400         Likewise.
402         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
403         __MIPSEB instead of __BYTE_ORDER.
404         * sysdeps/mips/mips64/memset.S: Likewise.
406 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
408         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
409         Change to 2.6.12.
410         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
412 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
414         * sysdeps/unix/mips/brk.S: Remove file.
415         * sysdeps/unix/mips/dl-brk.S: Likewise.
416         * sysdeps/unix/mips/sigreturn.S: Likewise.
417         * sysdeps/unix/mips/wait.S: Likewise.
419 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
421         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
422         instead of __BYTE_ORDER.
423         * sysdeps/mips/memset.S: Likewise.
425         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
426         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
428 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
430         * sysdeps/unix/mips/fork.S: Remove file.
432 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
434         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
435         (ldd_rewrite_script): Change $dest to $dir.
436         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
438 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
440         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
441         sysdeps/unix/sysv/linux/arm/readahead.c not
442         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
444 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
446         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
447         (MAP_HUGETLB): Likewise.
449 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
451         * sysdeps/mips/elf/start.S: Moved to ...
452         * sysdeps/mips/start.S: ...here.
453         * sysdeps/mips/elf/configure.in: Moved to ...
454         * sysdeps/mips/configure.in: ...here.  Update comment.
455         * sysdeps/mips/configure: New generated file.
457 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
459         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
460         instead of <stdio-common/_itoa.h>.
462 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
464         [BZ #13673]
465         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
466         with URL.
468 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
470         [BZ #13673]
471         Replace FSF snail mail address with URLs, as per GNU coding standards.
473 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
475         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
476         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
478 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
480         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
481         declare recvmmsg and sendmmsg.
483 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
485         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
486         Change union tag to pthread_attr_t.  Only define typedef if not
487         already defined.
488         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
489         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
490         typedef if not already defined.
492 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
494         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
495         siginfo_t struct.  Add forward declaration of pthread_attr_t and
496         use it in sigevent.
497         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
498         pthread_attr_t union.
500 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
502         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
503         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
504         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
505         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
507 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
509         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
510         not defined.
512 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
514         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
515         matching the array in dl-procinfo.c.
517 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
519         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
520         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
521         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
523 2012-02-15  Robert Millan  <rmh@gnu.org>
525         [BZ #12301]
526         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
527         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
529 2012-02-15  Robert Millan  <rmh@gnu.org>
531         [BZ #12298]
532         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
533         * sysdeps/mips/sys/tas.h: ... here.
535 2012-02-15  Robert Millan  <rmh@gnu.org>
537         [BZ #12297]
538         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
539         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
540         * sysdeps/unix/mips/entry.h: ... here.
542 2012-02-15  Robert Millan  <rmh@gnu.org>
544         [BZ #12193]
545         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
546         Define.
547         * sysdeps/mips/dl-procinfo.c: New file.
548         * sysdeps/mips/dl-procinfo.h: Likewise.
550 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
552         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
553         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
555 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
557         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
558         around calls to _dl_lookup_symbol_x.
560 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
562         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
563         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
565 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
567         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
568         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
570 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
572         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
573         for sysdeps/generic/initfini.c.
574         * sysdeps/mips/mips32/crtn.S: Likewise.
575         * sysdeps/mips/mips64/n32/crti.S: Likewise.
576         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
577         * sysdeps/mips/mips64/n64/crti.S: Likewise.
578         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
579         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
580         (CFLAGS-pt-initfini.s): Likewise.
581         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
582         variables.
584 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
586         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
587         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
588         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
589         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
591 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
593         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
594         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
595         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
596         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
597         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
598         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
599         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
601 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
603         * sysdeps/mips/nptl/shlib-versions: New.
605 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
607         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
609 2012-01-04  Tom de Vries  <tom@codesourcery.com>
611         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
612         -fno-unwind-tables.
614 2012-01-03  Tom de Vries  <tom@codesourcery.com>
616         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
617         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
619 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
621         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
622         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
623         Remove.
624         (syscall-list-variants, syscall-list-includes)
625         (syscall-list-o32-options, syscall-list-o32-condition)
626         (syscall-list-n32-options, syscall-list-n32-condition)
627         (syscall-list-n64-options, syscall-list-n64-condition): Define.
628         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
629         asm-unistd.h.
630         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
631         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
633 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
635         [BZ #13538]
636         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
637         (EPOLLET): Initialize with unsigned values.
639 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
641         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
642         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
644 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
646         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
647         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
649 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
651         * sysdeps/mips/dl-lookup.c: Update from generic version.
653 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
655         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
656         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
657         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
659 2011-10-05  Andreas Schwab  <schwab@redhat.com>
661         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
662         (elf_machine_lazy_rel): Add parameter skip_ifunc.
664 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
666         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
667         return value to (struct cmsghdr *).
669 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
671         * sysdeps/mips/elf/configure.in: Always test for TLS support and
672         error out in case it is missing.
673         * sysdeps/mips/elf/configure: Regenerate.
674         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
676 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
678         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
679         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
681 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
683         [BZ #13109]
684         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
685         (statfs): New.
686         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
687         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
689 2011-08-02  Matt Turner  <mattst88@gmail.com>
691         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
693 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
695         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
696         Define.
698 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
700         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
701         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
703 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
705         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
706         mention raise in the comment.
708 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
710         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
711         Add.
713 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
715         * sysdeps/mips/dl-lookup.c: Update from generic version.
717 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
719         * sysdeps/mips/dl-lookup.c: Update from generic version.
721 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
723         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
725 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
727         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
728         to open_by_handle_at.
730 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
732         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
734 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
736         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
737         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
738         open_by_handle.  Augment a few comments.
740 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
742         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
743         cancelable.
744         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
745         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
746         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
747         sync_file_range as cancellation point.
748         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
749         sync_file_range as cancellation point.
751 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
753         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
754         sync_file_range.
756 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
758         * sysdeps/mips/dl-lookup.c: Update from generic version.
760 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
762         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
763         MADV_NOHUGEPAGE): Define.
765 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
767         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
768         PF_CAIF, PF_ALG): Define.
770 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
772         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
773         NO_CTORS_DTORS_SECTIONS is defined.
774         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
776 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
778         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
780 2010-12-06  Matt Turner  <mattst88@gmail.com>
782         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
784 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
786         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
787         Change to 2.4.1.
788         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
790 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
792         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
793         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
794         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
795         for fanotify_mark.
797 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
799         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
800         libm_hidden_def.
801         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
803 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
805         * sysdeps/unix/sysv/linux/mips/kernel-features.h
806         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
808 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
810         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
811         jump delay slot.
812         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
814 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
816         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
818 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
820         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
821         struct statfs64): Add f_flags field.
823 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
825         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
826         Define.
828 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
830         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
831         and prlimit64.
832         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
833         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
834         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
835         prlimit64 syscall.
837 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
839         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
840         F_GETPIPE_SZ): Define.
842 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
844         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
845         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
847 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
849         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
851 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
853         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
854         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
855         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
856         Define.
858 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
860         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
861         MSG_WAITFORONE.
863 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
865         * sysdeps/mips/dl-lookup.c: Update from generic version.
867 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
869         [BZ #11291]
870         * sysdeps/mips/bits/atomic.h
871         (__arch_compare_and_exchange_xxx_32_int,
872         __arch_compare_and_exchange_xxx_64_int,
873         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
874         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
875         Specify *mem as asm output as well as input.
877 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
879         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
881 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
883         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
884         _dl_runtime_pltresolve): Calculate offset from start of function
885         to .cpload instead of hardcoding instruction size.
887 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
889         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
890         problem.
892 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
894         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
895         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
897 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
899         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
900         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
901         XPG7.
902         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
903         fcntl.h.
905 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
907         [BZ #11093]
908         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
909         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
911 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
913         * sysdeps/mips/dl-lookup.c: Update from generic version.
915 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
917         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
918         O_DSYNC to match 2.6.33+ kernels.
920 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
922         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
923         declare recvmmsg.
925 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
927         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
928         (posix_fadvise): Remove.
929         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
930         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
931         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
933 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
935         * sysdeps/mips/dl-lookup.c: Update from generic version.
937 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
939         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
940         for timestamps also if __USE_XOPEN2K8.
942 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
944         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
945         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
947 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
949         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
950         names of parameters of sync_file_range.
952 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
954         [BZ #10972]
955         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
956         constants from recent kernels.
958 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
960         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
961         not already defined.
963 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
965         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
966         F_GETOWN_EX): Update values.
968 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
970         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
971         of last two arguments when -D_FILE_OFFSET_BITS=64.
973 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
975         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
976         f_owner_ex.
978 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
980         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
981         and F_GETOWN_EX.
983 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
985         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
986         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
987         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
988         (__SYSCALL_CLOBBERS): Likewise.
989         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
990         (__SYSCALL_CLOBBERS): Likewise.
992 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
994         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
995         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
996         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
997         variable for env.  Use expansion of CHECK_SP macro for check.
998         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1000 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
1002         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1003         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1005 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
1007         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1008         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1010 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
1012         * sysdeps/mips/do-lookup.h: Remove.
1013         * sysdeps/mips/dl-lookup.c: Update from generic version, with
1014         non-PIC handling integrated.
1016 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
1018         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1019         and AF_IEEE802154.
1021 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1023         * sysdeps/mips/____longjmp_chk.c: New file.
1024         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
1025         undefine __longjmp.
1026         * sysdeps/mips64/__longjmp.c: Likewise.
1028 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1030         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1031         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1032         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1033         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1035 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1037         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1038         fallocate64@@GLIBC_2.11.
1040 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
1042         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1043         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1045 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
1047         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1048         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1049         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1050         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1051         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1052         Update comment.
1053         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1054         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
1055         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
1056         Add ucontext_i.sym.
1058 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1060         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1061         __ASSUME_PWRITEV): Don't define here.
1063 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
1065         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1067 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
1069         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1070         numbers.
1071         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1072         Define.
1073         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1074         preadv and pwritev.
1076 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
1078         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1079         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1081 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
1083         [BZ #7074]
1084         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1085         Fix the condition used to annotate n32 objects.
1087 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1089         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1090         Change parameters and use next_line.
1092 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1094         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1095         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1096         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1098 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
1100         * sysdeps/mips/bits/link.h: Uglify function parameter names.
1101         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1102         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1103         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1104         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1106 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1108         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1109         fallocate{,64}.
1111 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
1113         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1114         UTIME_OMIT only with __USE_ATFILE.
1116 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1118         [BZ #7040]
1119         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1120         inotify_rm_watch should have type int.
1122 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
1124         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1126 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
1127             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1129         PR glibc/1048
1130         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1131         variable page size for MIPS.
1132         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1133         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1134         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1136 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1138         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1139         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1140         -D_GNU_SOURCE.
1142 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1144         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1145         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1147 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
1149         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1150         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1151         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1152         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1154 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
1156         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1157         Make available only for __USE_GNU.
1159 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
1161         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1162         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1164 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
1166         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1167         __THROW vs. __nonnull order for C++.
1169 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1171         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1172         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1173         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1175 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1176             Daniel Jacobowitz  <dan@codesourcery.com>
1177             Richard Sandiford  <rdsandiford@googlemail.com>
1179         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1180         * sysdeps/mips/dl-lookup.c: New.
1181         * sysdeps/mips/do-lookup.h: New.
1182         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1183         definition.
1184         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1185         if needed.
1186         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1187         (elf_machine_type_class): Likewise.
1188         (ELF_MACHINE_PLT_REL): Define.
1189         (elf_machine_fixup_plt): New.
1190         (elf_machine_plt_value): New.
1191         (elf_machine_reloc): Handle jump slot and copy relocations.
1192         (elf_machine_lazy_rel): Point relocation place at PLT if
1193         required.
1194         (RESOLVE_GOTSYM): Take a relocation type argument.
1195         (elf_machine_got_rel): Bind lazy stubs directly to their target if
1196         !lazy.  Skip lazy binding for PLT symbols.
1197         (elf_machine_runtime_setup): Fill in .got.plt header.
1198         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1199         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1200         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1201         (_dl_runtime_pltresolve): New.
1202         * sysdeps/mips/bits/linkmap.h: New file.
1203         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1204         64-bit versions.
1206         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1207         Delete definition.
1208         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1209         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1210         (PSEUDO): Use them.  Move outside __PIC__.
1211         (PSEUDO_JMP): New.
1212         (CENABLE, CDISABLE): Use it.
1214 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1216         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1217         to epoll_create1.
1219 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1221         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1222         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1223         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1224         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1225         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1226         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1227         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1229 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1231         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1232         volatile.
1234 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1236         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1237         type.
1239 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1241         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1242         (SOCK_DCCP): Define.
1244 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1246         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1247         RUSAGE_THREAD and RUSAGE_LWP.
1249 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1251         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1252         shmid_ds.
1254 2008-04-21  Khem Raj  <kraj@mvista.com>
1256         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1258 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1260         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1261         truncate and ftruncate systems calls.
1262         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1263         empty file.
1264         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1266 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1268         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1269         ARG_MAX if <linux/limits.h> has defined it.
1271 2008-03-28  Robin Randhawa  <robin@mips.com>
1273         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1274         barriers to enforce strict ordering on weakly ordered systems.
1276 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1277             Daniel Jacobowitz  <dan@codesourcery.com>
1279         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1280         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1281         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1283 2008-03-09  Andreas Jaeger  <aj@suse.de>
1285         [BZ #5753]
1286         * sysdeps/mips/ieee754.h: Use protected namespace
1287         __BIG_ENDIAN/__LITTLE_ENDIAN.
1288         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1290 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1292         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1293         Reorganize to match other architectures.  Replace _timer._timer1
1294         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1295         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1296         (si_timerid, si_overrun): Define.
1297         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1298         (__pthread_attr_s): Remove declaration.
1299         (struct sigevent): Remove XXX.  Add _tid.
1301 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1303         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1305 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1307         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1308         type and __THROW marker of splice, vmsplice, and tee.
1310 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1312         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1313         LLL_PRIVATE argument to lll_futex_wake.
1314         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1315         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1316         comment.
1317         (PF_IUCV, PF_RXRPC): Define.
1318         (PF_MAX): Update.
1319         (AF_IUCV, AF_RXRPC): Define.
1320         (MSG_CMSG_CLOEXEC): Define.
1321         (_EXTERN_INLINE): Define to __extern_inline.
1322         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1323         UTIME_OMIT): Define.
1324         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1325         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1326         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1327         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1328         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1329         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1330         LLL_LOCK_*.  Include <kernel-features.h>.
1331         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1332         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1333         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1334         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1335         lll_futex_wait.
1336         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1337         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1338         private arguments.
1339         (__lll_robust_trylock): Convert to macro.
1340         (__lll_robust_lock_wait): Add private argument.
1341         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1342         (__lll_lock): Convert to macro.  Take private argument.
1343         (__lll_cond_lock): Likewise.
1344         (lll_lock, lll_cond_lock): Take private arguments.
1345         (__lll_robust_lock): Take private argument.  Convert to macro.
1346         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1347         lll_robust_cond_lock): Take private arguments.
1348         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1349         arguments.
1350         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1351         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1352         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1353         private arguments.
1354         (lll_unlock, lll_robust_unlock): Take private arguments.
1355         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1356         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1357         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1358         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1359         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1360         lll_cond_wake, lll_cond_broadcast): Remove.
1361         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1362         to __extern_inline.
1364 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1366         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1367         New macros for the (n)64 and n32 ABIs.
1368         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1370 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1372         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1373         Define __WORDSIZE_COMPAT32 as 1.
1375 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1377         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1378         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1379         PTHREAD_STACK_MIN.
1381 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1383         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1385         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1386         Delete.
1388 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1390         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1391         (internal_syscall1, internal_syscall2, internal_syscall3,
1392         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1394 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1396         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1397         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1398         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1399         THREAD_GSCOPE_WAIT): Define.
1400         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1401         (FUTEX_PRIVATE_FLAG): Define.
1402         (lll_unlock_wake_cb): Delete prototype.
1403         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1404         <endian.h>.
1405         (pthread_rwlock_t): Shrink __flags and add __shared.
1407 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1409         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1410         (posix_fadvise): Fix high word of len argument.
1412 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1414         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1415         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1416         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1417         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1418         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1419         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1421 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1423         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1424         * sysdeps/mips/mips64/n64/Implies: Likewise.
1425         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1426         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1427         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1428         <fpu_control.h>.  Use hardware exception and rounding mode
1429         settings.
1431 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1433         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1434         r_info argument to ElfW(Addr).
1436 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1438         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1440 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1441             Daniel Jacobowitz  <dan@codesourcery.com>
1443         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1444         shmctl, and semctl.
1445         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1446         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1447         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1449 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1451         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1452         PTR_DEMANGLE): Define.
1453         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1454         PTR_DEMANGLE): Define.
1455         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1456         PTR_DEMANGLE): Define.
1458 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1460         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1461         (cfi_same_value): Delete definition.
1463 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1465         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1466         (elf_machine_reloc): New function, retaining the body of
1467         elf_machine_rel.  Take the reloc's r_info field as an argument,
1468         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1469         When inplace_p is false, use r_addend as the addend, not the contents
1470         of the relocation field.  Hoist the conversion of reloc_addr to
1471         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1472         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1473         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1474         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1475         to ElfW(Rela).
1477 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1479         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1480         multiple inclusion guard.
1481         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1483 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1485         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1486         to match the kernel.
1488 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1490         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1491         (RTLD_SINGLE_THREAD_P): Define.
1492         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1494 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1496         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1497         prototype.
1499 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1501         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1502         code.
1503         (__xstat_conv): Use memset to clear padding arrays.  Check for
1504         overflow.
1505         (__xstat64_conv): Use memset to clear padding arrays.
1506         (__xstat32_conv): New function.
1507         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1508         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1510 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1512         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1513         floating-point registers.
1514         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1515         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1516         Likewise.
1518 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1520         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1521         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1523 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1525         * sysdeps/mips/mips64/n32/libm-test-ulps,
1526         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1528 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1530         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1531         defined, include the named file.
1533 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1535         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1536         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1537         Define.
1539 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1541         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1542         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1543         types.
1545 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1547         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1548         Don't use struct timespec.
1549         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1550         __xstat64_conv): Copy individual timespec fields.
1552 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1554         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1556 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1558         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1559         * sysdeps/mips/fpu/fesetround.c: Likewise.
1561 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1562             Daniel Jacobowitz  <dan@codesourcery.com>
1564         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1565         dump sc_cause, sc_status or sc_badvaddr.
1566         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1567         structure definitions after DSP kernel changes.
1568         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1569         after the same DSP changes.
1571 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1573         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1574         st_atim, st_mtim and st_ctim interface.
1575         (struct stat64): Likewise.
1576         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1577         Replace st_atime and its padding field with st_atim.  Likewise
1578         st_mtime/st_mtim and st_ctime/st_ctim.
1579         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1580         after above changes.
1581         (__xstat64_conv): Likewise.
1583 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1585         * sysdeps/mips/ldsodefs.h: New file.
1586         * sysdeps/mips/tst-audit.h: New file.
1588 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1590         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1591         for consistency with other ports.
1592         (MADV_REMOVE): Correct value.
1593         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1594         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1595         POSIX_MADV_DONTNEED): Define.
1597 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1599         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1600         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1601         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1602         and SYNC_FILE_RANGE_WAIT_AFTER.
1603         Declare sync_file_range, vmsplice, splice and tee.
1605 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1607         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1608         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1609         prototype.
1611 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1613         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1614         Define.
1616 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1618         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1619         typo.
1621 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1623         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1624         i386/fork.c.
1626 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1628         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1629         libc_cv_localedir, libdir, arch_minimum_kernel, and
1630         libc_cv_gcc_unwind_find_fde.
1631         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1632         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1633         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1635 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1637         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1638         (__pthread_list_t, __pthread_slist_t): New typedefs.
1639         (pthread_mutex_t): Replace __next and __prev fields with __list.
1640         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1641         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1642         (lll_futex_wake_unlock): Define.
1643         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1644         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1645         lll_robust_mutex_unlock): New macros.
1646         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1647         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1648         vfork.S.
1649         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1651 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1653         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1654         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1656 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1658         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1659         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1660         (INTERNAL_SYSCALL_NCS): New.
1661         (internal_syscall0, internal_syscall1, internal_syscall2,
1662         internal_syscall3, internal_syscall4, internal_syscall5,
1663         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1664         Use them.  Correct types for registers.
1665         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1666         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1667         (INTERNAL_SYSCALL_NCS): New.
1668         (internal_syscall0, internal_syscall1, internal_syscall2,
1669         internal_syscall3, internal_syscall4, internal_syscall5,
1670         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1671         Use them.
1672         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1673         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1674         points.
1675         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1676         Use Elf(Addr) for TLS relocation targets.
1677         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1678         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1679         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1680         futexp to long for n64.
1681         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1683 2006-02-20  Roland McGrath  <roland@redhat.com>
1685         * sysdeps/mips/shlib-versions: New file.
1686         * sysdeps/mips/preconfigure: New file.
1687         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.