2009-02-22 Carlos O'Donell <carlos@codesourcery.com>
[glibc.git] / ChangeLog.mips
bloba52748add112418b78743107f149b0430e0ad739
1 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #7040]
4         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
5         inotify_rm_watch should have type int.
7 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
9         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
11 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
12             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
14         PR glibc/1048
15         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
16         variable page size for MIPS.
17         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
18         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
19         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
21 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
23         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
24         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
25         -D_GNU_SOURCE.
27 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
29         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
30         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
32 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
34         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
35         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
36         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
37         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
39 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
41         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
42         Make available only for __USE_GNU.
44 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
46         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
47         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
49 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
51         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
52         __THROW vs. __nonnull order for C++.
54 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
56         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
57         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
58         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
60 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
61             Daniel Jacobowitz  <dan@codesourcery.com>
62             Richard Sandiford  <rdsandiford@googlemail.com>
64         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
65         * sysdeps/mips/dl-lookup.c: New.
66         * sysdeps/mips/do-lookup.h: New.
67         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
68         definition.
69         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
70         if needed.
71         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
72         (elf_machine_type_class): Likewise.
73         (ELF_MACHINE_PLT_REL): Define.
74         (elf_machine_fixup_plt): New.
75         (elf_machine_plt_value): New.
76         (elf_machine_reloc): Handle jump slot and copy relocations.
77         (elf_machine_lazy_rel): Point relocation place at PLT if
78         required.
79         (RESOLVE_GOTSYM): Take a relocation type argument.
80         (elf_machine_got_rel): Bind lazy stubs directly to their target if
81         !lazy.  Skip lazy binding for PLT symbols.
82         (elf_machine_runtime_setup): Fill in .got.plt header.
83         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
84         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
85         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
86         (_dl_runtime_pltresolve): New.
87         * sysdeps/mips/bits/linkmap.h: New file.
88         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
89         64-bit versions.
91         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
92         Delete definition.
93         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
94         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
95         (PSEUDO): Use them.  Move outside __PIC__.
96         (PSEUDO_JMP): New.
97         (CENABLE, CDISABLE): Use it.
99 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
101         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
102         to epoll_create1.
104 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
106         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
107         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
108         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
109         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
110         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
111         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
112         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
114 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
116         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
117         volatile.
119 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
121         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
122         type.
124 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
126         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
127         (SOCK_DCCP): Define.
129 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
131         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
132         RUSAGE_THREAD and RUSAGE_LWP.
134 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
136         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
137         shmid_ds.
139 2008-04-21  Khem Raj  <kraj@mvista.com>
141         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
143 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
145         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add 
146         truncate and ftruncate systems calls.
147         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
148         empty file.
149         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
151 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
153         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
154         ARG_MAX if <linux/limits.h> has defined it.
156 2008-03-28  Robin Randhawa  <robin@mips.com>
158         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
159         barriers to enforce strict ordering on weakly ordered systems.
161 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
162             Daniel Jacobowitz  <dan@codesourcery.com>
164         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
165         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
166         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
168 2008-03-09  Andreas Jaeger  <aj@suse.de>
170         [BZ #5753]
171         * sysdeps/mips/ieee754.h: Use protected namespace
172         __BIG_ENDIAN/__LITTLE_ENDIAN.
173         Patch by Aurelien Jarno <aurelien@aurel32.net>.
175 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
177         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
178         Reorganize to match other architectures.  Replace _timer._timer1
179         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
180         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
181         (si_timerid, si_overrun): Define.
182         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
183         (__pthread_attr_s): Remove declaration.
184         (struct sigevent): Remove XXX.  Add _tid.
186 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
188         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
190 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
192         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
193         type and __THROW marker of splice, vmsplice, and tee.
195 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
197         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
198         LLL_PRIVATE argument to lll_futex_wake.
199         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
200         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
201         comment.
202         (PF_IUCV, PF_RXRPC): Define.
203         (PF_MAX): Update.
204         (AF_IUCV, AF_RXRPC): Define.
205         (MSG_CMSG_CLOEXEC): Define.
206         (_EXTERN_INLINE): Define to __extern_inline.
207         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
208         UTIME_OMIT): Define.
209         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
210         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
211         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
212         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
213         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
214         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
215         LLL_LOCK_*.  Include <kernel-features.h>.
216         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
217         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
218         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
219         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
220         lll_futex_wait.
221         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
222         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
223         private arguments.
224         (__lll_robust_trylock): Convert to macro.
225         (__lll_robust_lock_wait): Add private argument.
226         (__lll_lock_wait_private, __lll_lock_wait): Declare.
227         (__lll_lock): Convert to macro.  Take private argument.
228         (__lll_cond_lock): Likewise.
229         (lll_lock, lll_cond_lock): Take private arguments.
230         (__lll_robust_lock): Take private argument.  Convert to macro.
231         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
232         lll_robust_cond_lock): Take private arguments.
233         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
234         arguments.
235         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
236         (lll_timedlock, lll_robust_timedlock): Take private arguments.
237         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
238         private arguments.
239         (lll_unlock, lll_robust_unlock): Take private arguments.
240         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
241         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
242         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
243         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
244         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
245         lll_cond_wake, lll_cond_broadcast): Remove.
246         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
247         to __extern_inline.
249 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
251         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
252         New macros for the (n)64 and n32 ABIs.
253         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
255 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
257         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
258         Define __WORDSIZE_COMPAT32 as 1.
260 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
262         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
263         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
264         PTHREAD_STACK_MIN.
266 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
268         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
270         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
271         Delete.
273 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
275         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
276         (internal_syscall1, internal_syscall2, internal_syscall3,
277         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
279 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
281         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
282         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
283         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
284         THREAD_GSCOPE_WAIT): Define.
285         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
286         (FUTEX_PRIVATE_FLAG): Define.
287         (lll_unlock_wake_cb): Delete prototype.
288         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
289         <endian.h>.
290         (pthread_rwlock_t): Shrink __flags and add __shared.
292 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
294         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
295         (posix_fadvise): Fix high word of len argument.
297 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
299         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
300         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
301         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
302         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
303         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
304         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
306 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
308         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
309         * sysdeps/mips/mips64/n64/Implies: Likewise.
310         * sysdeps/mips/mips64/soft-fp/Makefile: New.
311         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
312         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
313         <fpu_control.h>.  Use hardware exception and rounding mode
314         settings.
316 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
318         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
319         r_info argument to ElfW(Addr).
321 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
323         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
325 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
326             Daniel Jacobowitz  <dan@codesourcery.com>
328         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
329         shmctl, and semctl.
330         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
331         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
332         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
334 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
336         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
337         PTR_DEMANGLE): Define.
338         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
339         PTR_DEMANGLE): Define.
340         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
341         PTR_DEMANGLE): Define.
343 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
345         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
346         (cfi_same_value): Delete definition.
348 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
350         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
351         (elf_machine_reloc): New function, retaining the body of
352         elf_machine_rel.  Take the reloc's r_info field as an argument,
353         not the reloc itself.  Add extra r_addend and inplace_p arguments.
354         When inplace_p is false, use r_addend as the addend, not the contents
355         of the relocation field.  Hoist the conversion of reloc_addr to
356         "ELFW(Addr) *".  Don't try to apply TLS relocations against
357         undefined symbols.  Add R_MIPS_GLOB_DAT support.
358         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
359         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
360         to ElfW(Rela).
362 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
364         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
365         multiple inclusion guard.
366         * sysdeps/mips/elf/ldsodefs.h: Delete file.
368 2007-01-04  Thiemo Seufer  <ths@networkno.de>
370         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
371         to match the kernel.
373 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
375         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
376         (RTLD_SINGLE_THREAD_P): Define.
377         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
379 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
381         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
382         prototype.
384 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
386         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
387         code.
388         (__xstat_conv): Use memset to clear padding arrays.  Check for
389         overflow.
390         (__xstat64_conv): Use memset to clear padding arrays.
391         (__xstat32_conv): New function.
392         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
393         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
395 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
397         * sysdeps/mips/fpu_control.h: If soft-float, don't use
398         floating-point registers.
399         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
400         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
401         Likewise.
403 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
405         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
406         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
408 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
410         * sysdeps/mips/mips64/n32/libm-test-ulps,
411         sysdeps/mips/mips64/n64/libm-test-ulps: New.
413 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
415         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
416         defined, include the named file.
418 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
420         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
421         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
422         Define.
424 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
426         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
427         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
428         types.
430 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
432         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
433         Don't use struct timespec.
434         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
435         __xstat64_conv): Copy individual timespec fields.
437 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
439         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
441 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
443         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
444         * sysdeps/mips/fpu/fesetround.c: Likewise.
446 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
447             Daniel Jacobowitz  <dan@codesourcery.com>
449         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
450         dump sc_cause, sc_status or sc_badvaddr.
451         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
452         structure definitions after DSP kernel changes.
453         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
454         after the same DSP changes.
456 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
458         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
459         st_atim, st_mtim and st_ctim interface.
460         (struct stat64): Likewise.
461         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
462         Replace st_atime and its padding field with st_atim.  Likewise
463         st_mtime/st_mtim and st_ctime/st_ctim.
464         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
465         after above changes.
466         (__xstat64_conv): Likewise.
468 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
470         * sysdeps/mips/ldsodefs.h: New file.
471         * sysdeps/mips/tst-audit.h: New file.
473 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
475         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
476         for consistency with other ports.
477         (MADV_REMOVE): Correct value.
478         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
479         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
480         POSIX_MADV_DONTNEED): Define.
482 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
484         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
485         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
486         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
487         and SYNC_FILE_RANGE_WAIT_AFTER.
488         Declare sync_file_range, vmsplice, splice and tee.
490 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
492         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
493         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
494         prototype.
496 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
498         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
499         Define.
501 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
503         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
504         typo.
506 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
508         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
509         i386/fork.c.
511 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
513         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
514         libc_cv_localedir, libdir, arch_minimum_kernel, and
515         libc_cv_gcc_unwind_find_fde.
516         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
517         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
518         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
520 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
522         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
523         (__pthread_list_t, __pthread_slist_t): New typedefs.
524         (pthread_mutex_t): Replace __next and __prev fields with __list.
525         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
526         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
527         (lll_futex_wake_unlock): Define.
528         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
529         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
530         lll_robust_mutex_unlock): New macros.
531         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.  
532         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
533         vfork.S.
534         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
536 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
538         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
539         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
541 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
543         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
544         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
545         (INTERNAL_SYSCALL_NCS): New.
546         (internal_syscall0, internal_syscall1, internal_syscall2,
547         internal_syscall3, internal_syscall4, internal_syscall5,
548         internal_syscall6): Take ncs_init, cs_init, and input arguments.
549         Use them.  Correct types for registers.
550         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
551         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
552         (INTERNAL_SYSCALL_NCS): New.
553         (internal_syscall0, internal_syscall1, internal_syscall2,
554         internal_syscall3, internal_syscall4, internal_syscall5,
555         internal_syscall6): Take ncs_init, cs_init, and input arguments.
556         Use them.
557         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
558         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
559         points.
560         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
561         Use Elf(Addr) for TLS relocation targets.
562         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
563         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
564         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
565         futexp to long for n64.
566         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
568 2006-02-20  Roland McGrath  <roland@redhat.com>
570         * sysdeps/mips/shlib-versions: New file.
571         * sysdeps/mips/preconfigure: New file.
572         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.