.
[glibc-ports.git] / ChangeLog.mips
blob9bd9e042d4ef3d0b4d7e4ad9dc3c4c621735994e
1 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
4         __THROW vs. __nonnull order for C++.
6 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
8         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
9         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
10         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
12 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
13             Daniel Jacobowitz  <dan@codesourcery.com>
14             Richard Sandiford  <rdsandiford@googlemail.com>
16         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
17         * sysdeps/mips/dl-lookup.c: New.
18         * sysdeps/mips/do-lookup.h: New.
19         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
20         definition.
21         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
22         if needed.
23         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
24         (elf_machine_type_class): Likewise.
25         (ELF_MACHINE_PLT_REL): Define.
26         (elf_machine_fixup_plt): New.
27         (elf_machine_plt_value): New.
28         (elf_machine_reloc): Handle jump slot and copy relocations.
29         (elf_machine_lazy_rel): Point relocation place at PLT if
30         required.
31         (RESOLVE_GOTSYM): Take a relocation type argument.
32         (elf_machine_got_rel): Bind lazy stubs directly to their target if
33         !lazy.  Skip lazy binding for PLT symbols.
34         (elf_machine_runtime_setup): Fill in .got.plt header.
35         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
36         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
37         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
38         (_dl_runtime_pltresolve): New.
39         * sysdeps/mips/bits/linkmap.h: New file.
40         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
41         64-bit versions.
43         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
44         Delete definition.
45         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
46         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
47         (PSEUDO): Use them.  Move outside __PIC__.
48         (PSEUDO_JMP): New.
49         (CENABLE, CDISABLE): Use it.
51 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
53         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
54         to epoll_create1.
56 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
58         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
59         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
60         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
61         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
62         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
63         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
64         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
66 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
68         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
69         volatile.
71 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
73         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
74         type.
76 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
78         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
79         (SOCK_DCCP): Define.
81 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
83         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
84         RUSAGE_THREAD and RUSAGE_LWP.
86 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
88         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
89         shmid_ds.
91 2008-04-21  Khem Raj  <kraj@mvista.com>
93         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
95 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
97         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add 
98         truncate and ftruncate systems calls.
99         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
100         empty file.
101         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
103 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
105         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
106         ARG_MAX if <linux/limits.h> has defined it.
108 2008-03-28  Robin Randhawa  <robin@mips.com>
110         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
111         barriers to enforce strict ordering on weakly ordered systems.
113 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
114             Daniel Jacobowitz  <dan@codesourcery.com>
116         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
117         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
118         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
120 2008-03-09  Andreas Jaeger  <aj@suse.de>
122         [BZ #5753]
123         * sysdeps/mips/ieee754.h: Use protected namespace
124         __BIG_ENDIAN/__LITTLE_ENDIAN.
125         Patch by Aurelien Jarno <aurelien@aurel32.net>.
127 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
129         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
130         Reorganize to match other architectures.  Replace _timer._timer1
131         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
132         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
133         (si_timerid, si_overrun): Define.
134         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
135         (__pthread_attr_s): Remove declaration.
136         (struct sigevent): Remove XXX.  Add _tid.
138 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
140         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
142 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
144         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
145         type and __THROW marker of splice, vmsplice, and tee.
147 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
149         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
150         LLL_PRIVATE argument to lll_futex_wake.
151         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
152         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
153         comment.
154         (PF_IUCV, PF_RXRPC): Define.
155         (PF_MAX): Update.
156         (AF_IUCV, AF_RXRPC): Define.
157         (MSG_CMSG_CLOEXEC): Define.
158         (_EXTERN_INLINE): Define to __extern_inline.
159         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
160         UTIME_OMIT): Define.
161         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
162         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
163         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
164         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
165         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
166         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
167         LLL_LOCK_*.  Include <kernel-features.h>.
168         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
169         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
170         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
171         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
172         lll_futex_wait.
173         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
174         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
175         private arguments.
176         (__lll_robust_trylock): Convert to macro.
177         (__lll_robust_lock_wait): Add private argument.
178         (__lll_lock_wait_private, __lll_lock_wait): Declare.
179         (__lll_lock): Convert to macro.  Take private argument.
180         (__lll_cond_lock): Likewise.
181         (lll_lock, lll_cond_lock): Take private arguments.
182         (__lll_robust_lock): Take private argument.  Convert to macro.
183         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
184         lll_robust_cond_lock): Take private arguments.
185         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
186         arguments.
187         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
188         (lll_timedlock, lll_robust_timedlock): Take private arguments.
189         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
190         private arguments.
191         (lll_unlock, lll_robust_unlock): Take private arguments.
192         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
193         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
194         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
195         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
196         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
197         lll_cond_wake, lll_cond_broadcast): Remove.
198         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
199         to __extern_inline.
201 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
203         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
204         New macros for the (n)64 and n32 ABIs.
205         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
207 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
209         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
210         Define __WORDSIZE_COMPAT32 as 1.
212 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
214         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
215         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
216         PTHREAD_STACK_MIN.
218 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
220         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
222         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
223         Delete.
225 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
227         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
228         (internal_syscall1, internal_syscall2, internal_syscall3,
229         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
231 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
233         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
234         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
235         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
236         THREAD_GSCOPE_WAIT): Define.
237         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
238         (FUTEX_PRIVATE_FLAG): Define.
239         (lll_unlock_wake_cb): Delete prototype.
240         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
241         <endian.h>.
242         (pthread_rwlock_t): Shrink __flags and add __shared.
244 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
246         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
247         (posix_fadvise): Fix high word of len argument.
249 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
251         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
252         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
253         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
254         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
255         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
256         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
258 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
260         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
261         * sysdeps/mips/mips64/n64/Implies: Likewise.
262         * sysdeps/mips/mips64/soft-fp/Makefile: New.
263         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
264         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
265         <fpu_control.h>.  Use hardware exception and rounding mode
266         settings.
268 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
270         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
271         r_info argument to ElfW(Addr).
273 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
275         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
277 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
278             Daniel Jacobowitz  <dan@codesourcery.com>
280         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
281         shmctl, and semctl.
282         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
283         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
284         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
286 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
288         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
289         PTR_DEMANGLE): Define.
290         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
291         PTR_DEMANGLE): Define.
292         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
293         PTR_DEMANGLE): Define.
295 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
297         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
298         (cfi_same_value): Delete definition.
300 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
302         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
303         (elf_machine_reloc): New function, retaining the body of
304         elf_machine_rel.  Take the reloc's r_info field as an argument,
305         not the reloc itself.  Add extra r_addend and inplace_p arguments.
306         When inplace_p is false, use r_addend as the addend, not the contents
307         of the relocation field.  Hoist the conversion of reloc_addr to
308         "ELFW(Addr) *".  Don't try to apply TLS relocations against
309         undefined symbols.  Add R_MIPS_GLOB_DAT support.
310         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
311         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
312         to ElfW(Rela).
314 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
316         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
317         multiple inclusion guard.
318         * sysdeps/mips/elf/ldsodefs.h: Delete file.
320 2007-01-04  Thiemo Seufer  <ths@networkno.de>
322         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
323         to match the kernel.
325 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
327         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
328         (RTLD_SINGLE_THREAD_P): Define.
329         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
331 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
333         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
334         prototype.
336 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
338         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
339         code.
340         (__xstat_conv): Use memset to clear padding arrays.  Check for
341         overflow.
342         (__xstat64_conv): Use memset to clear padding arrays.
343         (__xstat32_conv): New function.
344         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
345         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
347 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
349         * sysdeps/mips/fpu_control.h: If soft-float, don't use
350         floating-point registers.
351         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
352         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
353         Likewise.
355 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
357         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
358         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
360 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
362         * sysdeps/mips/mips64/n32/libm-test-ulps,
363         sysdeps/mips/mips64/n64/libm-test-ulps: New.
365 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
367         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
368         defined, include the named file.
370 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
372         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
373         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
374         Define.
376 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
378         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
379         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
380         types.
382 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
384         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
385         Don't use struct timespec.
386         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
387         __xstat64_conv): Copy individual timespec fields.
389 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
391         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
393 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
395         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
396         * sysdeps/mips/fpu/fesetround.c: Likewise.
398 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
399             Daniel Jacobowitz  <dan@codesourcery.com>
401         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
402         dump sc_cause, sc_status or sc_badvaddr.
403         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
404         structure definitions after DSP kernel changes.
405         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
406         after the same DSP changes.
408 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
410         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
411         st_atim, st_mtim and st_ctim interface.
412         (struct stat64): Likewise.
413         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
414         Replace st_atime and its padding field with st_atim.  Likewise
415         st_mtime/st_mtim and st_ctime/st_ctim.
416         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
417         after above changes.
418         (__xstat64_conv): Likewise.
420 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
422         * sysdeps/mips/ldsodefs.h: New file.
423         * sysdeps/mips/tst-audit.h: New file.
425 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
427         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
428         for consistency with other ports.
429         (MADV_REMOVE): Correct value.
430         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
431         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
432         POSIX_MADV_DONTNEED): Define.
434 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
436         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
437         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
438         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
439         and SYNC_FILE_RANGE_WAIT_AFTER.
440         Declare sync_file_range, vmsplice, splice and tee.
442 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
444         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
445         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
446         prototype.
448 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
450         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
451         Define.
453 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
455         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
456         typo.
458 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
460         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
461         i386/fork.c.
463 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
465         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
466         libc_cv_localedir, libdir, arch_minimum_kernel, and
467         libc_cv_gcc_unwind_find_fde.
468         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
469         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
470         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
472 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
474         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
475         (__pthread_list_t, __pthread_slist_t): New typedefs.
476         (pthread_mutex_t): Replace __next and __prev fields with __list.
477         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
478         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
479         (lll_futex_wake_unlock): Define.
480         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
481         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
482         lll_robust_mutex_unlock): New macros.
483         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.  
484         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
485         vfork.S.
486         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
488 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
490         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
491         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
493 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
495         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
496         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
497         (INTERNAL_SYSCALL_NCS): New.
498         (internal_syscall0, internal_syscall1, internal_syscall2,
499         internal_syscall3, internal_syscall4, internal_syscall5,
500         internal_syscall6): Take ncs_init, cs_init, and input arguments.
501         Use them.  Correct types for registers.
502         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
503         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
504         (INTERNAL_SYSCALL_NCS): New.
505         (internal_syscall0, internal_syscall1, internal_syscall2,
506         internal_syscall3, internal_syscall4, internal_syscall5,
507         internal_syscall6): Take ncs_init, cs_init, and input arguments.
508         Use them.
509         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
510         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
511         points.
512         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
513         Use Elf(Addr) for TLS relocation targets.
514         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
515         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
516         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
517         futexp to long for n64.
518         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
520 2006-02-20  Roland McGrath  <roland@redhat.com>
522         * sysdeps/mips/shlib-versions: New file.
523         * sysdeps/mips/preconfigure: New file.
524         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.