Fix the ChangeLog entry
[glibc.git] / ports / ChangeLog.mips
blobbef13624b3c8bddca94ec225a366c4d3dd1928f6
1 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
3         * sysdeps/mips/dl-trampoline.c (VERSYMIDX): Removed.
5 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
7         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8         (__ASSUME_STAT64_SYSCALL): Remove.
10 2012-08-27  Guido Guenther  <agx@sigxcpu.org>
12         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Set bit 23.
14 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
16         * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM ==
17         _ABIO32] (__ASSUME_STAT64_SYSCALL): Define.
18         * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file.  Based
19         on version from ../sysdeps/unix/sysv/linux/.
20         * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise.
21         * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise.
23 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
25         * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
26         <mips_o32_gnu_pltenter, mips_n32_gnu_pltenter, mips_n64_gnu_pltenter>:
27         struct La_mips_32_regs and struct La_mips_64_regs are not constant.
29 2012-08-15  Tom de Vries  <vries@codesourcery.com>
30             Maxim Kuvyrkov  <maxim@codesourcery.com>
32         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (__libc_lock_lock)
33         (__libc_lock_trylock): Define versions optimized for MIPS.
35 2012-08-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
37         * sysdeps/mips/nptl/pthread_spin_lock.S: Remove, use generic version.
38         * sysdeps/mips/nptl/pthread_spin_lock.c: New file.
39         * sysdeps/mips/nptl/pthread_spin_trylock.S: Remove, use generic version.
41 2012-08-15  Joseph Myers  <joseph@codesourcery.com>
43         * sysdeps/mips/dl-lookup.c: Update from generic version.
45 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
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.
51         [!__GNUC_PREREQ (4, 8)]
52         (atomic_exchange_and_add): Split into ...
53         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
54         New atomic macros.
56 2012-08-09  Joseph Myers  <joseph@codesourcery.com>
58         * sysdeps/unix/sysv/linux/mips/kernel-features.h
59         (__ASSUME_UTIMES): Define.
61 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
63         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
64         Remove.
65         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
67 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
69         * sysdeps/unix/sysv/linux/mips/kernel-features.h
70         (__ASSUME_FCNTL64): Remove.
72 2012-08-01  Steve Ellcey  <sellcey@mips.com>
74         * sysdeps/mips/sys/asm.h [_MIPS_ISA != _MIPS_ISA_MIPS4 &&
75         _MIPS_ISA != _MIPS_ISA_MIPS5 && _MIPS_ISA != _MIPS_ISA_MIPS32 &&
76         _MIPS_ISA != _MIPS_ISA_MIPS64] (PREF): Define as function-like
77         macro.
78         (PREFX): Likewise.
80 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
82         * sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
83         * sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
84         * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
85         * sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
86         * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
87         * sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
89 2012-07-27  Joseph Myers  <joseph@codesourcery.com>
91         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
92         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
94 2012-07-25  Florian Weimer  <fweimer@redhat.com>
96         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
97         secure_getenv.
98         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
99         Likewise.
100         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
101         Likewise.
103 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
105         * sysdeps/mips/configure.in: Remove TLS check.
106         * sysdeps/mips/configure: Regenerated.
108         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: New
109         file.
110         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
111         Likewise.
112         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
113         Likewise.
115 2012-07-11  Tom de Vries  <vries@codesourcery.com>
116             Maxim Kuvyrkov  <maxim@codesourcery.com>
118         * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)]
119         (__arch_compare_and_exchange_bool_32_int)
120         (__arch_compare_and_exchange_val_32_int)
121         (__arch_compare_and_exchange_bool_64_int)
122         (__arch_compare_and_exchange_val_64_int)
123         Define in terms of __atomic_compare_exchange_n.
124         [__GNUC_PREREQ (4, 8)]
125         (__arch_exchange_32_int, __arch_exchange_64_int):
126         Define in terms of __atomic_exchange_n.
127         [__GNUC_PREREQ (4, 8)]
128         (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
129         Define in terms of __atomic_fetch_add.
130         [!__GNUC_PREREQ (4, 8)]: Update formatting.
132 2012-07-06  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
134         * sysdeps/mips/dl-machine.h (RTLD_START): Do not store data below
135         the stack pointer.
137 2012-06-19  Joseph Myers  <joseph@codesourcery.com>
139         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Update
140         _gp_disp entry.
141         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
142         Likewise.
143         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist:
144         Likewise.
145         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
146         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist:
147         Likewise.
148         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist:
149         Likewise.
150         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist:
151         Likewise.
152         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
153         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist:
154         Likewise.
155         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
156         Likewise.
157         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
158         Likewise.
159         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
160         Likewise.
161         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
162         Likewise.
163         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
164         Likewise.
165         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
166         Likewise.
167         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
168         Likewise.
169         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
170         Likewise.
171         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist:
172         Likewise.
173         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist:
174         Likewise.
175         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
176         Likewise.
177         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist:
178         Likewise.
180 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
182         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
183         (FORCE_FRAME_POINTER): Assign result of alloca to a volatile
184         variable.
186 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
188         * sysdeps/mips/mips64/n32/s_fma.c: New file.
189         * sysdeps/mips/mips64/n64/s_fma.c: Likewise.
191         * sysdeps/unix/sysv/linux/mips/Makefile (abi-n32-condition): Fix
192         typo.
194 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
196         * sysdeps/mips/mips64/libm-test-ulps: Remove sqrt ulps.
198         * sysdeps/mips/mips32/libm-test-ulps: Regenerate.
199         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
201 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
203         * sysdeps/unix/sysv/linux/mips/Makefile [subdir = misc]: Move ABI
204         settings out of conditional.
206         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove
207         __connect_internal alias.
209         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
210         (FP_TRAPPING_EXCEPTIONS): Define.
212         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-list-variants):
213         Rename to abi-variants.
214         (syscall-list-includes): Rename to abi-includes.
215         (syscall-list-o32-options): Rename to abi-o32-options.
216         (syscall-list-o32-condition): Rename to abi-o32-condition.
217         (syscall-list-n32-options): Rename to abi-n32-options.
218         (syscall-list-n32-condition): Rename to abi-n32-condition.
219         (syscall-list-n64-options): Rename to abi-n64-options.
220         (syscall-list-n64-condition): Rename to abi-n64-condition.
221         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
222         * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Likewise.
223         * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Likewise.
225         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Replace
226         _internal alias by hidden_def.
228 2012-05-26  Joseph Myers  <joseph@codesourcery.com>
230         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: New
231         file.
232         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
233         Likewise.
234         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist:
235         Likewise.
236         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist:
237         Likewise.
238         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
239         Likewise.
240         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
241         Likewise.
242         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist:
243         Likewise.
244         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
245         Likewise.
247 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
249         * sysdeps/unix/sysv/linux/mips/kernel-features.h
250         (__ASSUME_32BITUIDS): Remove.
252 2012-05-23  Steve Ellcey  <sellcey@mips.com>
254         * sysdeps/unix/sysv/linux/mips/Makefile
255         (syscall-list-o32-options): Use -D_MIPS_SIM=1.
256         (syscall-list-n32-options): Use -D_MIPS_SIM=2.
257         (syscall-list-n64-options): Use -D_MIPS_SIM=3.
259 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
261         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_DONTDUMP):
262         Define.
263         (MADV_DODUMP): Likewise.
265 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
267         * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
268         __WORDSIZE_TIME64_COMPAT32.
270         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
271         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
272         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
274 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
276         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Move to ...
277         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: ... here.
278         (kernel-features.h): Don't include.
279         [__NR_ftruncate64]: Make code unconditional.
280         [!__NR_ftruncate64]: Remove conditional code.
281         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
282         * sysdeps/unix/sysv/linux/mips/truncate64.c: Move to ...
283         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: ... here.
284         (kernel-features.h): Don't include.
285         [__NR_truncate64]: Make code unconditional.
286         [!__NR_truncate64]: Remove conditional code.
287         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
288         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
289         Add syscall.
290         (truncate): Likewise.
291         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
292         (ftruncate): Remove syscall.
293         (truncate): Likewise.
294         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Move to ...
295         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: ... here.
296         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Move to ...
297         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: ... here.
299 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
301         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat)
302         [!__USE_MISC && !__USE_XOPEN2K8]: Declare nanoseconds fields with
303         type unsigned long and names st_atimensec, st_mtimensec and
304         st_ctimensec.
305         (struct stat64) [!__USE_MISC && !__USE_XOPEN2K8]: Likewise.
307 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
309         * sysdeps/unix/sysv/linux/mips/pread.c [!__ASSUME_PREAD_SYSCALL]:
310         Remove conditional code.
311         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
312         * sysdeps/unix/sysv/linux/mips/pread64.c
313         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
314         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
315         * sysdeps/unix/sysv/linux/mips/pwrite.c
316         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
317         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
318         * sysdeps/unix/sysv/linux/mips/pwrite64.c
319         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
320         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
321         * sysdeps/unix/sysv/linux/mips/sigaction.c
322         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
323         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
325 2012-05-11  Joseph Myers  <joseph@codesourcery.com>
327         * sysdeps/mips/dl-lookup.c: Update from generic version.
329 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
331         * sysdeps/mips/fpu/libm-test-ulps: Move to ...
332         * sysdeps/mips/mips32/libm-test-ulps: ... here.
333         * sysdeps/mips/mips64/n32/libm-test-ulps: Move to ...
334         * sysdeps/mips/mips64/libm-test-ulps: ... here.
335         * sysdeps/mips/mips64/n64/libm-test-ulps: Remove file.
337 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
339         [BZ #14044]
340         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Copy
341         from libc version and add symbol versions.
342         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilis
343         (GLIBC_2.3.3): Add posix_fadvise64.
345 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
347         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: New file.
348         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
349         Likewise.
350         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Likewise.
351         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Likewise.
352         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Likewise.
353         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Likewise.
354         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Likewise.
355         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Likewise.
356         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist:
357         Likewise.
358         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Likewise.
359         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Likewise.
360         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
361         Likewise.
362         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Likewise.
363         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Likewise.
364         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
365         Likewise.
366         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
367         Likewise.
368         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Likewise.
369         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
370         Likewise.
371         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist: Likewise.
372         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist: Likewise.
373         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
374         Likewise.
375         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
376         Likewise.
377         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
378         Likewise.
379         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist: Likewise.
380         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
381         Likewise.
382         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
383         Likewise.
384         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Likewise.
385         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
386         Likewise.
387         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
388         Likewise.
389         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Likewise.
390         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
391         Likewise.
392         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Likewise.
393         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Likewise.
394         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist:
395         Likewise.
396         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
397         Likewise.
398         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
399         Likewise.
400         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Likewise.
401         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
402         Likewise.
403         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
404         Likewise.
406         * sysdeps/mips/mips64/memcpy.S: Don't include <endian.h>.  Test
407         __MIPSEB instead of __BYTE_ORDER.
408         * sysdeps/mips/mips64/memset.S: Likewise.
410 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
412         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
413         Change to 2.6.12.
414         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
416 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
418         * sysdeps/unix/mips/brk.S: Remove file.
419         * sysdeps/unix/mips/dl-brk.S: Likewise.
420         * sysdeps/unix/mips/sigreturn.S: Likewise.
421         * sysdeps/unix/mips/wait.S: Likewise.
423 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
425         * sysdeps/mips/memcpy.S: Don't include <endian.h>.  Test __MIPSEB
426         instead of __BYTE_ORDER.
427         * sysdeps/mips/memset.S: Likewise.
429         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
430         kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
432 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
434         * sysdeps/unix/mips/fork.S: Remove file.
436 2012-04-24  Mike Frysinger  <vapier@gentoo.org>
438         * sysdeps/unix/sysv/linux/mips/mips64/configure.in
439         (ldd_rewrite_script): Change $dest to $dir.
440         * sysdeps/unix/sysv/linux/mips/mips64/configure: Regenerate.
442 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
444         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: Include
445         sysdeps/unix/sysv/linux/arm/readahead.c not
446         sysdeps/unix/sysv/linux/arm/eabi/readahead.c.
448 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
450         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MAP_STACK): Define.
451         (MAP_HUGETLB): Likewise.
453 2012-03-27  Joseph Myers  <joseph@codesourcery.com>
455         * sysdeps/mips/elf/start.S: Moved to ...
456         * sysdeps/mips/start.S: ...here.
457         * sysdeps/mips/elf/configure.in: Moved to ...
458         * sysdeps/mips/configure.in: ...here.  Update comment.
459         * sysdeps/mips/configure: New generated file.
461 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
463         * sysdeps/unix/sysv/linux/mips/register-dump.h: Include <_itoa.h>
464         instead of <stdio-common/_itoa.h>.
466 2012-03-10  Paul Eggert  <eggert@cs.ucla.edu>
468         [BZ #13673]
469         * sysdeps/mips/mips64/gmp-mparam.h: Replace FSF snail mail address
470         with URL.
472 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
474         [BZ #13673]
475         Replace FSF snail mail address with URLs, as per GNU coding standards.
477 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
479         * sysdeps/unix/sysv/linux/mips/bits/socket_type.h: New file.
480         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Remove.
482 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
484         * sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
485         declare recvmmsg and sendmmsg.
487 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
489         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
490         Change union tag to pthread_attr_t.  Only define typedef if not
491         already defined.
492         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
493         (pthread_attr_t): Change union tag to pthread_attr_t.  Only define
494         typedef if not already defined.
496 2012-02-26  Joseph Myers  <joseph@codesourcery.com>
498         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Don't name
499         siginfo_t struct.  Add forward declaration of pthread_attr_t and
500         use it in sigevent.
501         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Name
502         pthread_attr_t union.
504 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
506         * sysdeps/unix/sysv/linux/mips/bits/epoll.h: New file.
507         * sysdeps/unix/sysv/linux/mips/bits/timerfd.h: Likewise.
508         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Remove.
509         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
511 2012-02-20  Andreas Schwab  <schwab@linux-m68k.org>
513         * sysdeps/unix/sysv/linux/mips/bits/errno.h (EHWPOISON): Define if
514         not defined.
516 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
518         * sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
519         matching the array in dl-procinfo.c.
521 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
523         * sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
524         * sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
525         * sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
527 2012-02-15  Robert Millan  <rmh@gnu.org>
529         [BZ #12301]
530         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h [__ASSEMBLER__]
531         [__PIC__] (SYSCALL_ERROR_LABEL): New macro.
533 2012-02-15  Robert Millan  <rmh@gnu.org>
535         [BZ #12298]
536         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Moved to ...
537         * sysdeps/mips/sys/tas.h: ... here.
539 2012-02-15  Robert Millan  <rmh@gnu.org>
541         [BZ #12297]
542         * sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
543         * sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
544         * sysdeps/unix/mips/entry.h: ... here.
546 2012-02-15  Robert Millan  <rmh@gnu.org>
548         [BZ #12193]
549         * sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
550         Define.
551         * sysdeps/mips/dl-procinfo.c: New file.
552         * sysdeps/mips/dl-procinfo.h: Likewise.
554 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
556         * sysdeps/unix/sysv/linux/mips/bits/signalfd.h: New file.
557         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: Remove.
559 2012-02-15  Viju Vincent  <vijuvince@gmail.com>
561         * sysdeps/mips/dl-trampoline.c (__dl_runtime_resolve): Use locking
562         around calls to _dl_lookup_symbol_x.
564 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
566         * sysdeps/unix/sysv/linux/mips/bits/inotify.h: New file.
567         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Remove.
569 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
571         * sysdeps/unix/sysv/linux/mips/bits/eventfd.h: New file.
572         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Remove.
574 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
576         * sysdeps/mips/mips32/crti.S: New file, based on compiler output
577         for sysdeps/generic/initfini.c.
578         * sysdeps/mips/mips32/crtn.S: Likewise.
579         * sysdeps/mips/mips64/n32/crti.S: Likewise.
580         * sysdeps/mips/mips64/n32/crtn.S: Likewise.
581         * sysdeps/mips/mips64/n64/crti.S: Likewise.
582         * sysdeps/mips/mips64/n64/crtn.S: Likewise.
583         * sysdeps/mips/Makefile (CFLAGS-initfini.s): Remove variable.
584         (CFLAGS-pt-initfini.s): Likewise.
585         (CPPFLAGS-crti.S, CPPFLAGS-crtn.S, CPPFLAGS-pt-crti.S): Define
586         variables.
588 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
590         * sysdeps/mips/sys/asm.h: Remove __STDC__ conditionals.
591         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
592         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
593         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
595 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
597         * sysdeps/mips/bits/fenv.h: Use const instead of __const.
598         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
599         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
600         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
601         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Likewise.
602         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
603         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: Likewise.
605 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
607         * sysdeps/mips/nptl/shlib-versions: New.
609 2012-01-07  Joseph Myers  <joseph@codesourcery.com>
611         * sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
613 2012-01-04  Tom de Vries  <tom@codesourcery.com>
615         * sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
616         -fno-unwind-tables.
618 2012-01-03  Tom de Vries  <tom@codesourcery.com>
620         * sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
621         * sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
623 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
625         * sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
626         (mips_list_syscalls, $(objpfx)syscall-%.h $(objpfx)syscall-%.d):
627         Remove.
628         (syscall-list-variants, syscall-list-includes)
629         (syscall-list-o32-options, syscall-list-o32-condition)
630         (syscall-list-n32-options, syscall-list-n32-condition)
631         (syscall-list-n64-options, syscall-list-n64-condition): Define.
632         * sysdeps/unix/sysv/linux/mips/configure.in: Don't generate
633         asm-unistd.h.
634         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
635         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Remove.
637 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
639         [BZ #13538]
640         * sysdeps/unix/sysv/linux/mips/sys/epoll.h (EPOLLONESHOT)
641         (EPOLLET): Initialize with unsigned values.
643 2011-12-19  Joseph Myers  <joseph@codesourcery.com>
645         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h
646         $(objpfx)syscall-%.d): Use sysdeps path to locate sys/syscall.h.
648 2011-11-17  Joseph Myers  <joseph@codesourcery.com>
650         * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
651         sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
653 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
655         * sysdeps/mips/dl-lookup.c: Update from generic version.
657 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
659         * sysdeps/mips/fpu/e_sqrt.c: Add __sqrt_finite alias.
660         * sysdeps/mips/fpu/e_sqrtf.c: Add __sqrtf_finite alias.
661         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Add __sqrtl_finite alias.
663 2011-10-05  Andreas Schwab  <schwab@redhat.com>
665         * sysdeps/mips/dl-machine.h (elf_machine_rel, elf_machine_rela)
666         (elf_machine_lazy_rel): Add parameter skip_ifunc.
668 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
670         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Cast
671         return value to (struct cmsghdr *).
673 2011-09-13  Joseph Myers  <joseph@codesourcery.com>
675         * sysdeps/mips/elf/configure.in: Always test for TLS support and
676         error out in case it is missing.
677         * sysdeps/mips/elf/configure: Regenerate.
678         * sysdeps/mips/nptl/tls.h: Remove test for HAVE_TLS_SUPPORT.
680 2011-09-11  Joseph Myers  <joseph@codesourcery.com>
682         * sysdeps/mips/dl-machine.h, sysdeps/mips/libc-tls.c,
683         sysdeps/mips/nptl/tls.h: Don't define or use USE_TLS.
685 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
687         [BZ #13109]
688         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
689         (statfs): New.
690         * sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
691         sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
693 2011-08-02  Matt Turner  <mattst88@gmail.com>
695         * sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.
697 2011-07-25  Joseph Myers  <joseph@codesourcery.com>
699         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_NFC, AF_NFC):
700         Define.
702 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
704         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c,
705         sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: New.
707 2011-06-20  Joseph Myers  <joseph@codesourcery.com>
709         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SI_USER): Don't
710         mention raise in the comment.
712 2011-05-23  Aurelien Jarno  <aurelien@aurel32.net>
714         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTTIME):
715         Add.
717 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
719         * sysdeps/mips/dl-lookup.c: Update from generic version.
721 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
723         * sysdeps/mips/dl-lookup.c: Update from generic version.
725 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
727         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
729 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
731         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Rename open_by_handle
732         to open_by_handle_at.
734 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
736         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
738 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
740         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
741         file_handle and MAX_HANDLE_SZ.  Declare name_to_handle_at and
742         open_by_handle.  Augment a few comments.
744 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
746         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Make
747         cancelable.
748         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Likewise.
749         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
750         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Mark
751         sync_file_range as cancellation point.
752         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Mark
753         sync_file_range as cancellation point.
755 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
757         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
758         sync_file_range.
760 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
762         * sysdeps/mips/dl-lookup.c: Update from generic version.
764 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
766         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
767         MADV_NOHUGEPAGE): Define.
769 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
771         * sysdeps/unix/sysv/linux/mips/bits/socket.h (AF_CAIF, AF_ALG,
772         PF_CAIF, PF_ALG): Define.
774 2010-12-30  Joseph Myers  <joseph@codesourcery.com>
776         * sysdeps/mips/init-first.c: Don't call __libc_global_ctors if
777         NO_CTORS_DTORS_SECTIONS is defined.
778         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
780 2010-12-21  Joseph Myers  <joseph@codesourcery.com>
782         * sysdeps/mips/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
784 2010-12-06  Matt Turner  <mattst88@gmail.com>
786         * sysdeps/unix/sysv/linux/mips/getpagesize.c: Delete file.
788 2010-12-06  Joseph Myers  <joseph@codesourcery.com>
790         * sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
791         Change to 2.4.1.
792         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
794 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
796         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
797         sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
798         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
799         for fanotify_mark.
801 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
803         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
804         libm_hidden_def.
805         * sysdeps/mips/fpu/ftestexcept.c (fetestexcept): Likewise.
807 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
809         * sysdeps/unix/sysv/linux/mips/kernel-features.h
810         (__ASSUME_GETDENTS64_SYSCALL): Undefine for n32 ABI before 2.6.35.
812 2010-08-13  Chandrakala Chavva  <cchavva@caviumnetworks.com>
814         * sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
815         jump delay slot.
816         * sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
818 2010-08-13  Joseph Myers  <joseph@codesourcery.com>
820         * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
822 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
824         * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
825         struct statfs64): Add f_flags field.
827 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
829         * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
830         Define.
832 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
834         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
835         and prlimit64.
836         * sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
837         sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: New files.
838         * sysdeps/unix/sysv/linux/mips/n32/syscalls.list: Add entry for
839         prlimit64 syscall.
841 2010-06-14  Joseph Myers  <joseph@codesourcery.com>
843         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETPIPE_SZ,
844         F_GETPIPE_SZ): Define.
846 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
848         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c,
849         sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: New.
851 2010-04-14  Joseph Myers  <joseph@codesourcery.com>
853         * sysdeps/unix/sysv/linux/mips/libc-abis: New.
855 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
857         * sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
858         VALID_ELF_OSABI, VALID_ELF_HEADER): Remove.
859         * sysdeps/unix/sysv/linux/mips/ldsodefs.h (VALID_ELF_ABIVERSION):
860         Define.
862 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
864         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define
865         MSG_WAITFORONE.
867 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
869         * sysdeps/mips/dl-lookup.c: Update from generic version.
871 2010-03-23  Mischa Jonker  <mischa.jonker@viragelogic.com>
873         [BZ #11291]
874         * sysdeps/mips/bits/atomic.h
875         (__arch_compare_and_exchange_xxx_32_int,
876         __arch_compare_and_exchange_xxx_64_int,
877         __arch_exchange_xxx_32_int, __arch_exchange_xxx_64_int,
878         __arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int):
879         Specify *mem as asm output as well as input.
881 2010-02-10  Joseph Myers  <joseph@codesourcery.com>
883         * sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
885 2010-01-28  Joseph Myers  <joseph@codesourcery.com>
887         * sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
888         _dl_runtime_pltresolve): Calculate offset from start of function
889         to .cpload instead of hardcoding instruction size.
891 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
893         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Fix double-inclusion
894         problem.
896 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
898         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Define
899         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
901 2010-01-10  Joseph Myers  <joseph@codesourcery.com>
903         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define O_DIRECTORY,
904         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
905         XPG7.
906         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Enable using from
907         fcntl.h.
909 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
911         [BZ #11093]
912         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Define POLLRDNORM,
913         POLLRDBAND, POLLWRNORM, and POLLWRBAND also for POSIX 2008.
915 2009-12-16  Joseph Myers  <joseph@codesourcery.com>
917         * sysdeps/mips/dl-lookup.c: Update from generic version.
919 2009-12-15  Joseph Myers  <joseph@codesourcery.com>
921         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Redefine O_SYNC and
922         O_DSYNC to match 2.6.33+ kernels.
924 2009-12-09  Joseph Myers  <joseph@codesourcery.com>
926         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define mmsghdr and
927         declare recvmmsg.
929 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
931         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list
932         (posix_fadvise): Remove.
933         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c,
934         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c,
935         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: New.
937 2009-12-01  Joseph Myers  <joseph@codesourcery.com>
939         * sysdeps/mips/dl-lookup.c: Update from generic version.
941 2009-11-23  Joseph Myers  <joseph@codesourcery.com>
943         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use struct timespec
944         for timestamps also if __USE_XOPEN2K8.
946 2009-11-19  Joseph Myers  <joseph@codesourcery.com>
948         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Introduce new symbol
949         F_OWNER_PGRP and mark F_OWNER_GID obsolete.
951 2009-11-18  Joseph Myers  <joseph@codesourcery.com>
953         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Change misleading
954         names of parameters of sync_file_range.
956 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
958         [BZ #10972]
959         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add new MADV_*
960         constants from recent kernels.
962 2009-11-17  Joseph Myers  <joseph@codesourcery.com>
964         * sysdeps/unix/sysv/linux/mips/bits/errno.h (ERFKILL): Define if
965         not already defined.
967 2009-11-14  Joseph Myers  <joseph@codesourcery.com>
969         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN_EX,
970         F_GETOWN_EX): Update values.
972 2009-11-06  Joseph Myers  <joseph@codesourcery.com>
974         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (fallocate): Fix types
975         of last two arguments when -D_FILE_OFFSET_BITS=64.
977 2009-10-29  Joseph Myers  <joseph@codesourcery.com>
979         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_OWNER_* and
980         f_owner_ex.
982 2009-10-03  Joseph Myers  <joseph@codesourcery.com>
984         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define F_SETOWN_EX
985         and F_GETOWN_EX.
987 2009-09-25  Daniel Jacobowitz  <dan@codesourcery.com>
989         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
990         (__SYSCALL_CLOBBERS): Add "hi" and "lo".
991         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
992         (__SYSCALL_CLOBBERS): Likewise.
993         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
994         (__SYSCALL_CLOBBERS): Likewise.
996 2009-08-05  Joseph Myers  <joseph@codesourcery.com>
998         * sysdeps/mips/____longjmp_chk.c: Remove.  Replaced by....
999         * sysdeps/unix/sysv/linux/mips/____longjmp_chk.c: This.  New file.
1000         * sysdeps/mips/__longjmp.c (__longjmp): Use explicit register
1001         variable for env.  Use expansion of CHECK_SP macro for check.
1002         * sysdeps/mips/mips64/__longjmp.c (__Longjmp): Likewise.
1004 2009-08-03  Joseph Myers  <joseph@codesourcery.com>
1006         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c,
1007         sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: New.
1009 2009-07-20  Aurelien Jarno  <aurelien@aurel32.net>
1011         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Define
1012         __ASSUME_EVENTFD2 and __ASSUME_SIGNALFD4.
1014 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
1016         * sysdeps/mips/do-lookup.h: Remove.
1017         * sysdeps/mips/dl-lookup.c: Update from generic version, with
1018         non-PIC handling integrated.
1020 2009-06-18  Joseph Myers  <joseph@codesourcery.com>
1022         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define PF_IEEE802154
1023         and AF_IEEE802154.
1025 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1027         * sysdeps/mips/____longjmp_chk.c: New file.
1028         * sysdeps/mips/__longjmp.c: If CHECK_SP is defined, use it.  Don't
1029         undefine __longjmp.
1030         * sysdeps/mips64/__longjmp.c: Likewise.
1032 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1034         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c,
1035         sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c,
1036         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c,
1037         sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: New.
1039 2009-05-16  Joseph Myers  <joseph@codesourcery.com>
1041         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add
1042         fallocate64@@GLIBC_2.11.
1044 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
1046         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
1047         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
1049 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
1051         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
1052         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
1053         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
1054         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
1055         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
1056         Update comment.
1057         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
1058         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
1059         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers):
1060         Add ucontext_i.sym.
1062 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
1064         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
1065         __ASSUME_PWRITEV): Don't define here.
1067 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
1069         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
1071 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
1073         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
1074         numbers.
1075         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
1076         Define.
1077         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
1078         preadv and pwritev.
1080 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
1082         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1083         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
1085 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
1087         [BZ #7074]
1088         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
1089         Fix the condition used to annotate n32 objects.
1091 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1093         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
1094         Change parameters and use next_line.
1096 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
1098         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
1099         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1100         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1102 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
1104         * sysdeps/mips/bits/link.h: Uglify function parameter names.
1105         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
1106         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
1107         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
1108         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1110 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1112         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
1113         fallocate{,64}.
1115 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
1117         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
1118         UTIME_OMIT only with __USE_ATFILE.
1120 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1122         [BZ #7040]
1123         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
1124         inotify_rm_watch should have type int.
1126 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
1128         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
1130 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
1131             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1133         PR glibc/1048
1134         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
1135         variable page size for MIPS.
1136         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
1137         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
1138         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
1140 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1142         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
1143         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
1144         -D_GNU_SOURCE.
1146 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
1148         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1149         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
1151 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
1153         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
1154         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
1155         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
1156         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
1158 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
1160         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
1161         Make available only for __USE_GNU.
1163 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
1165         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
1166         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
1168 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
1170         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
1171         __THROW vs. __nonnull order for C++.
1173 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
1175         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
1176         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
1177         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
1179 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1180             Daniel Jacobowitz  <dan@codesourcery.com>
1181             Richard Sandiford  <rdsandiford@googlemail.com>
1183         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
1184         * sysdeps/mips/dl-lookup.c: New.
1185         * sysdeps/mips/do-lookup.h: New.
1186         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
1187         definition.
1188         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
1189         if needed.
1190         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
1191         (elf_machine_type_class): Likewise.
1192         (ELF_MACHINE_PLT_REL): Define.
1193         (elf_machine_fixup_plt): New.
1194         (elf_machine_plt_value): New.
1195         (elf_machine_reloc): Handle jump slot and copy relocations.
1196         (elf_machine_lazy_rel): Point relocation place at PLT if
1197         required.
1198         (RESOLVE_GOTSYM): Take a relocation type argument.
1199         (elf_machine_got_rel): Bind lazy stubs directly to their target if
1200         !lazy.  Skip lazy binding for PLT symbols.
1201         (elf_machine_runtime_setup): Fill in .got.plt header.
1202         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
1203         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
1204         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
1205         (_dl_runtime_pltresolve): New.
1206         * sysdeps/mips/bits/linkmap.h: New file.
1207         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
1208         64-bit versions.
1210         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
1211         Delete definition.
1212         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
1213         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
1214         (PSEUDO): Use them.  Move outside __PIC__.
1215         (PSEUDO_JMP): New.
1216         (CENABLE, CDISABLE): Use it.
1218 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1220         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
1221         to epoll_create1.
1223 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1225         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
1226         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
1227         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
1228         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
1229         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
1230         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
1231         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
1233 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
1235         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
1236         volatile.
1238 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
1240         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
1241         type.
1243 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
1245         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
1246         (SOCK_DCCP): Define.
1248 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
1250         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
1251         RUSAGE_THREAD and RUSAGE_LWP.
1253 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1255         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
1256         shmid_ds.
1258 2008-04-21  Khem Raj  <kraj@mvista.com>
1260         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
1262 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
1264         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add
1265         truncate and ftruncate systems calls.
1266         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
1267         empty file.
1268         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
1270 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
1272         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
1273         ARG_MAX if <linux/limits.h> has defined it.
1275 2008-03-28  Robin Randhawa  <robin@mips.com>
1277         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
1278         barriers to enforce strict ordering on weakly ordered systems.
1280 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
1281             Daniel Jacobowitz  <dan@codesourcery.com>
1283         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
1284         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
1285         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
1287 2008-03-09  Andreas Jaeger  <aj@suse.de>
1289         [BZ #5753]
1290         * sysdeps/mips/ieee754.h: Use protected namespace
1291         __BIG_ENDIAN/__LITTLE_ENDIAN.
1292         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1294 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
1296         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
1297         Reorganize to match other architectures.  Replace _timer._timer1
1298         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
1299         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
1300         (si_timerid, si_overrun): Define.
1301         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
1302         (__pthread_attr_s): Remove declaration.
1303         (struct sigevent): Remove XXX.  Add _tid.
1305 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
1307         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
1309 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
1311         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
1312         type and __THROW marker of splice, vmsplice, and tee.
1314 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
1316         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
1317         LLL_PRIVATE argument to lll_futex_wake.
1318         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
1319         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
1320         comment.
1321         (PF_IUCV, PF_RXRPC): Define.
1322         (PF_MAX): Update.
1323         (AF_IUCV, AF_RXRPC): Define.
1324         (MSG_CMSG_CLOEXEC): Define.
1325         (_EXTERN_INLINE): Define to __extern_inline.
1326         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
1327         UTIME_OMIT): Define.
1328         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
1329         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
1330         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
1331         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
1332         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
1333         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
1334         LLL_LOCK_*.  Include <kernel-features.h>.
1335         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
1336         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
1337         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
1338         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
1339         lll_futex_wait.
1340         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
1341         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
1342         private arguments.
1343         (__lll_robust_trylock): Convert to macro.
1344         (__lll_robust_lock_wait): Add private argument.
1345         (__lll_lock_wait_private, __lll_lock_wait): Declare.
1346         (__lll_lock): Convert to macro.  Take private argument.
1347         (__lll_cond_lock): Likewise.
1348         (lll_lock, lll_cond_lock): Take private arguments.
1349         (__lll_robust_lock): Take private argument.  Convert to macro.
1350         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
1351         lll_robust_cond_lock): Take private arguments.
1352         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
1353         arguments.
1354         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
1355         (lll_timedlock, lll_robust_timedlock): Take private arguments.
1356         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
1357         private arguments.
1358         (lll_unlock, lll_robust_unlock): Take private arguments.
1359         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
1360         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
1361         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
1362         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
1363         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
1364         lll_cond_wake, lll_cond_broadcast): Remove.
1365         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
1366         to __extern_inline.
1368 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
1370         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
1371         New macros for the (n)64 and n32 ABIs.
1372         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
1374 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
1376         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
1377         Define __WORDSIZE_COMPAT32 as 1.
1379 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
1381         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
1382         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
1383         PTHREAD_STACK_MIN.
1385 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
1387         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
1389         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
1390         Delete.
1392 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
1394         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
1395         (internal_syscall1, internal_syscall2, internal_syscall3,
1396         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
1398 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
1400         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
1401         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
1402         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
1403         THREAD_GSCOPE_WAIT): Define.
1404         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
1405         (FUTEX_PRIVATE_FLAG): Define.
1406         (lll_unlock_wake_cb): Delete prototype.
1407         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
1408         <endian.h>.
1409         (pthread_rwlock_t): Shrink __flags and add __shared.
1411 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1413         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
1414         (posix_fadvise): Fix high word of len argument.
1416 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
1418         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
1419         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
1420         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
1421         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
1422         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
1423         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
1425 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
1427         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
1428         * sysdeps/mips/mips64/n64/Implies: Likewise.
1429         * sysdeps/mips/mips64/soft-fp/Makefile: New.
1430         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
1431         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
1432         <fpu_control.h>.  Use hardware exception and rounding mode
1433         settings.
1435 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
1437         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
1438         r_info argument to ElfW(Addr).
1440 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
1442         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
1444 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1445             Daniel Jacobowitz  <dan@codesourcery.com>
1447         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
1448         shmctl, and semctl.
1449         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
1450         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
1451         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
1453 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1455         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
1456         PTR_DEMANGLE): Define.
1457         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
1458         PTR_DEMANGLE): Define.
1459         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
1460         PTR_DEMANGLE): Define.
1462 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
1464         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1465         (cfi_same_value): Delete definition.
1467 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
1469         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
1470         (elf_machine_reloc): New function, retaining the body of
1471         elf_machine_rel.  Take the reloc's r_info field as an argument,
1472         not the reloc itself.  Add extra r_addend and inplace_p arguments.
1473         When inplace_p is false, use r_addend as the addend, not the contents
1474         of the relocation field.  Hoist the conversion of reloc_addr to
1475         "ELFW(Addr) *".  Don't try to apply TLS relocations against
1476         undefined symbols.  Add R_MIPS_GLOB_DAT support.
1477         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
1478         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
1479         to ElfW(Rela).
1481 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
1483         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
1484         multiple inclusion guard.
1485         * sysdeps/mips/elf/ldsodefs.h: Delete file.
1487 2007-01-04  Thiemo Seufer  <ths@networkno.de>
1489         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
1490         to match the kernel.
1492 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
1494         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
1495         (RTLD_SINGLE_THREAD_P): Define.
1496         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
1498 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
1500         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
1501         prototype.
1503 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
1505         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
1506         code.
1507         (__xstat_conv): Use memset to clear padding arrays.  Check for
1508         overflow.
1509         (__xstat64_conv): Use memset to clear padding arrays.
1510         (__xstat32_conv): New function.
1511         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
1512         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
1514 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
1516         * sysdeps/mips/fpu_control.h: If soft-float, don't use
1517         floating-point registers.
1518         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
1519         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
1520         Likewise.
1522 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
1524         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
1525         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
1527 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1529         * sysdeps/mips/mips64/n32/libm-test-ulps,
1530         sysdeps/mips/mips64/n64/libm-test-ulps: New.
1532 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
1534         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
1535         defined, include the named file.
1537 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
1539         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
1540         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
1541         Define.
1543 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1545         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
1546         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
1547         types.
1549 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1551         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1552         Don't use struct timespec.
1553         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
1554         __xstat64_conv): Copy individual timespec fields.
1556 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
1558         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
1560 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
1562         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
1563         * sysdeps/mips/fpu/fesetround.c: Likewise.
1565 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
1566             Daniel Jacobowitz  <dan@codesourcery.com>
1568         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
1569         dump sc_cause, sc_status or sc_badvaddr.
1570         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
1571         structure definitions after DSP kernel changes.
1572         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
1573         after the same DSP changes.
1575 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1577         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
1578         st_atim, st_mtim and st_ctim interface.
1579         (struct stat64): Likewise.
1580         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
1581         Replace st_atime and its padding field with st_atim.  Likewise
1582         st_mtime/st_mtim and st_ctime/st_ctim.
1583         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
1584         after above changes.
1585         (__xstat64_conv): Likewise.
1587 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
1589         * sysdeps/mips/ldsodefs.h: New file.
1590         * sysdeps/mips/tst-audit.h: New file.
1592 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
1594         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
1595         for consistency with other ports.
1596         (MADV_REMOVE): Correct value.
1597         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
1598         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
1599         POSIX_MADV_DONTNEED): Define.
1601 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
1603         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
1604         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
1605         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
1606         and SYNC_FILE_RANGE_WAIT_AFTER.
1607         Declare sync_file_range, vmsplice, splice and tee.
1609 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
1611         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
1612         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
1613         prototype.
1615 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
1617         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
1618         Define.
1620 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
1622         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
1623         typo.
1625 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1627         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
1628         i386/fork.c.
1630 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
1632         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
1633         libc_cv_localedir, libdir, arch_minimum_kernel, and
1634         libc_cv_gcc_unwind_find_fde.
1635         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
1636         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1637         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
1639 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
1641         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
1642         (__pthread_list_t, __pthread_slist_t): New typedefs.
1643         (pthread_mutex_t): Replace __next and __prev fields with __list.
1644         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
1645         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
1646         (lll_futex_wake_unlock): Define.
1647         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
1648         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
1649         lll_robust_mutex_unlock): New macros.
1650         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
1651         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
1652         vfork.S.
1653         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
1655 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1657         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
1658         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
1660 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
1662         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
1663         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1664         (INTERNAL_SYSCALL_NCS): New.
1665         (internal_syscall0, internal_syscall1, internal_syscall2,
1666         internal_syscall3, internal_syscall4, internal_syscall5,
1667         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1668         Use them.  Correct types for registers.
1669         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
1670         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
1671         (INTERNAL_SYSCALL_NCS): New.
1672         (internal_syscall0, internal_syscall1, internal_syscall2,
1673         internal_syscall3, internal_syscall4, internal_syscall5,
1674         internal_syscall6): Take ncs_init, cs_init, and input arguments.
1675         Use them.
1676         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
1677         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
1678         points.
1679         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
1680         Use Elf(Addr) for TLS relocation targets.
1681         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
1682         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
1683         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
1684         futexp to long for n64.
1685         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
1687 2006-02-20  Roland McGrath  <roland@redhat.com>
1689         * sysdeps/mips/shlib-versions: New file.
1690         * sysdeps/mips/preconfigure: New file.
1691         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.