Remove .cvsignore files
[glibc-ports.git] / ChangeLog.mips
bloba4759d91df7734d1be3a5378a987e2e98e18b3b7
1 2009-05-14  Joseph Myers  <joseph@codesourcery.com>
3         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c,
4         sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: New files.
6 2009-04-18  Maciej W. Rozycki  <macro@codesourcery.com>
8         * sysdeps/unix/sysv/linux/mips/getcontext.S: New file.
9         * sysdeps/unix/sysv/linux/mips/makecontext.S: New file.
10         * sysdeps/unix/sysv/linux/mips/setcontext.S: New file.
11         * sysdeps/unix/sysv/linux/mips/swapcontext.S: New file.
12         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t):
13         Update comment.
14         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h: New file.
15         * sysdeps/unix/sysv/linux/mips/ucontext_i.sym: New file.
16         * sysdeps/unix/sysv/linux/mips/Makefile (gen-as-const-headers): 
17         Add ucontext_i.sym.
19 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
21         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_PREADV,
22         __ASSUME_PWRITEV): Don't define here.
24 2009-04-15  Maciej W. Rozycki  <macro@codesourcery.com>
26         * sysdeps/mips/sys/fpregdef.h: Update for new ABIs.
28 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
30         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add missing protocol
31         numbers.
32         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h (EFD_SEMAPHORE):
33         Define.
34         * sysdeps/unix/sysv/linux/mips/kernel-features.h: Add entries for
35         preadv and pwritev.
37 2009-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
39         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
40         Use the Elf32_Ehdr type to check for EF_MIPS_ABI2 in the flags.
42 2009-03-18  Zhang Le  <r0bertz@gentoo.org>
44         [BZ #7074]
45         * sysdeps/unix/sysv/linux/mips/readelflib.c (process_elf_file):
46         Fix the condition used to annotate n32 objects.
48 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
50         * sysdeps/unix/sysv/linux/mips/getsysstats.c (GET_NPROCS_PARSER):
51         Change parameters and use next_line.
53 2009-03-17  Joseph Myers  <joseph@codesourcery.com>
55         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include errno.h.
56         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
57         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
59 2009-03-15  Joseph Myers  <joseph@codesourcery.com>
61         * sysdeps/mips/bits/link.h: Uglify function parameter names.
62         * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
63         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
64         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
65         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
67 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
69         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
70         fallocate{,64}.
72 2009-02-26  Joseph Myers  <joseph@codesourcery.com>
74         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Protect UTIME_NOW and
75         UTIME_OMIT only with __USE_ATFILE.
77 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
79         [BZ #7040]
80         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: Second parameter of
81         inotify_rm_watch should have type int.
83 2009-02-02  Joseph Myers  <joseph@codesourcery.com>
85         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_EXEC): Define.
87 2009-01-27  Maciej W. Rozycki  <macro@linux-mips.org>
88             Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
90         PR glibc/1048
91         * sysdeps/unix/sysv/linux/mips/dl-static.c: New file to support
92         variable page size for MIPS.
93         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Likewise.
94         * sysdeps/unix/sysv/linux/mips/Makefile: Build dl-static in elf.
95         * sysdeps/unix/sysv/linux/mips/Versions: Add _dl_var_init.
97 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
99         * sysdeps/unix/sysv/linux/mips/bits/resource.h (enum
100         __rusage_who): Avoid comma after RUSAGE_CHILDREN if not
101         -D_GNU_SOURCE.
103 2009-01-12  Joseph Myers  <joseph@codesourcery.com>
105         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
106         FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
108 2008-12-19  Joseph Myers  <joseph@codesourcery.com>
110         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c,
111         sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
112         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c,
113         sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
115 2008-12-09  Joseph Myers  <joseph@codesourcery.com>
117         * sysdeps/unix/sysv/linux/mips/bits/socket.h (SCM_CREDENTIALS):
118         Make available only for __USE_GNU.
120 2008-12-03  Joseph Myers  <joseph@codesourcery.com>
122         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Define
123         FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET.
125 2008-11-25  Joseph Myers  <joseph@codesourcery.com>
127         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
128         __THROW vs. __nonnull order for C++.
130 2008-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
132         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
133         * sysdeps/mips/dl-machine.h (STO_MIPS_PLT, R_MIPS_COPY,
134         R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Do not redefine.
136 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
137             Daniel Jacobowitz  <dan@codesourcery.com>
138             Richard Sandiford  <rdsandiford@googlemail.com>
140         * sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Redefine.
141         * sysdeps/mips/dl-lookup.c: New.
142         * sysdeps/mips/do-lookup.h: New.
143         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): Remove
144         definition.
145         (STO_MIPS_PLT, R_MIPS_COPY, R_MIPS_JUMP_SLOT, DT_MIPS_PLTGOT): Define
146         if needed.
147         (ELF_MACHINE_JMP_SLOT): Alter definition and update comment.
148         (elf_machine_type_class): Likewise.
149         (ELF_MACHINE_PLT_REL): Define.
150         (elf_machine_fixup_plt): New.
151         (elf_machine_plt_value): New.
152         (elf_machine_reloc): Handle jump slot and copy relocations.
153         (elf_machine_lazy_rel): Point relocation place at PLT if
154         required.
155         (RESOLVE_GOTSYM): Take a relocation type argument.
156         (elf_machine_got_rel): Bind lazy stubs directly to their target if
157         !lazy.  Skip lazy binding for PLT symbols.
158         (elf_machine_runtime_setup): Fill in .got.plt header.
159         * sysdeps/mips/dl-trampoline.c (IFNEWABI): New macro.
160         (ELF_DL_PLT_FRAME_SIZE, ELF_DL_PLT_SAVE_ARG_REGS,
161         ELF_DL_PLT_RESTORE_ARG_REGS): Define.
162         (_dl_runtime_pltresolve): New.
163         * sysdeps/mips/bits/linkmap.h: New file.
164         * sysdeps/mips/tls-macros.h: Load $gp as required.  Merge 32-bit and
165         64-bit versions.
167         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (SYSCALL_ERROR_LABEL):
168         Delete definition.
169         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h (PSEUDO_CPLOAD,
170         PSEUDO_ERRJMP, PSEUDO_SAVEGP, PSEUDO_LOADGP): Define.
171         (PSEUDO): Use them.  Move outside __PIC__.
172         (PSEUDO_JMP): New.
173         (CENABLE, CDISABLE): Use it.
175 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
177         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: Change epoll_create2
178         to epoll_create1.
180 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
182         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Define SOCK_CLOEXEC,
183         SOCK_NONBLOCK, PF_ISDN and AF_ISDN.
184         * sysdeps/unix/sysv/linux/mips/sys/epoll.h: New file.
185         * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: New file.
186         * sysdeps/unix/sysv/linux/mips/sys/inotify.h: New file.
187         * sysdeps/unix/sysv/linux/mips/sys/signalfd.h: New file.
188         * sysdeps/unix/sysv/linux/mips/sys/timerfd.h: New file.
190 2008-08-19  Joseph Myers  <joseph@codesourcery.com>
192         * sysdeps/mips/fpu_control.h (_FPU_GETCW, _FPU_SETCW): Make asms
193         volatile.
195 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
197         * sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
198         type.
200 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
202         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
203         (SOCK_DCCP): Define.
205 2008-05-01  Joseph Myers  <joseph@codesourcery.com>
207         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Define
208         RUSAGE_THREAD and RUSAGE_LWP.
210 2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
212         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
213         shmid_ds.
215 2008-04-21  Khem Raj  <kraj@mvista.com>
217         * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
219 2008-04-02  Aurelien Jarno  <aurelien@aurel32.net>
221         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Add 
222         truncate and ftruncate systems calls.
223         * sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: Make an
224         empty file.
225         * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: Ditto.
227 2008-03-28  Joseph Myers  <joseph@codesourcery.com>
229         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Undefine
230         ARG_MAX if <linux/limits.h> has defined it.
232 2008-03-28  Robin Randhawa  <robin@mips.com>
234         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Added memory
235         barriers to enforce strict ordering on weakly ordered systems.
237 2008-03-26  David Stephenson  <david.stephenson@sicortex.com>
238             Daniel Jacobowitz  <dan@codesourcery.com>
240         * sysdeps/mips/fpu/fesetround.c (fesetround): Use fpu_control_t.
241         * sysdeps/mips/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
242         * sysdeps/mips/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
244 2008-03-09  Andreas Jaeger  <aj@suse.de>
246         [BZ #5753]
247         * sysdeps/mips/ieee754.h: Use protected namespace
248         __BIG_ENDIAN/__LITTLE_ENDIAN.
249         Patch by Aurelien Jarno <aurelien@aurel32.net>.
251 2008-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
253         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (struct siginfo):
254         Reorganize to match other architectures.  Replace _timer._timer1
255         and _timer._timer2 with _timer.si_tid, _timer.si_overrun, and
256         _timer.si_sigval.  Correct the type of _sigpoll.si_band.
257         (si_timerid, si_overrun): Define.
258         (__SIGEV_PAD_SIZE): Correct for __WORDSIZE == 64.
259         (__pthread_attr_s): Remove declaration.
260         (struct sigevent): Remove XXX.  Add _tid.
262 2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
264         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
266 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
268         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
269         type and __THROW marker of splice, vmsplice, and tee.
271 2007-09-12  Joseph Myers  <joseph@codesourcery.com>
273         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
274         LLL_PRIVATE argument to lll_futex_wake.
275         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
276         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
277         comment.
278         (PF_IUCV, PF_RXRPC): Define.
279         (PF_MAX): Update.
280         (AF_IUCV, AF_RXRPC): Define.
281         (MSG_CMSG_CLOEXEC): Define.
282         (_EXTERN_INLINE): Define to __extern_inline.
283         * sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
284         UTIME_OMIT): Define.
285         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
286         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
287         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
288         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
289         lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
290         resp. lll_robust_*.  Renamed all LLL_MUTEX_LOCK_* macros to
291         LLL_LOCK_*.  Include <kernel-features.h>.
292         (LLL_LOCK_INITIALIZER): Remove duplicate definition.
293         (LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
294         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
295         (clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
296         lll_futex_wait.
297         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
298         lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
299         private arguments.
300         (__lll_robust_trylock): Convert to macro.
301         (__lll_robust_lock_wait): Add private argument.
302         (__lll_lock_wait_private, __lll_lock_wait): Declare.
303         (__lll_lock): Convert to macro.  Take private argument.
304         (__lll_cond_lock): Likewise.
305         (lll_lock, lll_cond_lock): Take private arguments.
306         (__lll_robust_lock): Take private argument.  Convert to macro.
307         (lll_robust_lock, __lll_cond_lock, lll_cond_lock,
308         lll_robust_cond_lock): Take private arguments.
309         (__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
310         arguments.
311         (__lll_timedlock, __lll_robust_timedlock): Take private arguments.
312         (lll_timedlock, lll_robust_timedlock): Take private arguments.
313         (__lll_unlock, __lll_robust_unlock): Convert to macros.  Take
314         private arguments.
315         (lll_unlock, lll_robust_unlock): Take private arguments.
316         (__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
317         lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
318         (lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
319         (__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
320         __lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
321         lll_cond_wake, lll_cond_broadcast): Remove.
322         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
323         to __extern_inline.
325 2007-08-06  Maciej W. Rozycki  <macro@linux-mips.org>
327         * sysdeps/unix/sysv/linux/mips/dl-cache.h (_DL_CACHE_DEFAULT_ID):
328         New macros for the (n)64 and n32 ABIs.
329         (_dl_cache_check_flags): Define if _DL_CACHE_DEFAULT_ID has been.
331 2007-07-13  Carlos O'Donell  <carlos@codesourcery.com>
333         * sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
334         Define __WORDSIZE_COMPAT32 as 1.
336 2007-07-13  Joseph Myers  <joseph@codesourcery.com>
338         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Copy from
339         libc/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h.  Increase
340         PTHREAD_STACK_MIN.
342 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
344         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Comment fix.
346         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h (SEM_VALUE_MAX):
347         Delete.
349 2007-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
351         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (ARGIFY): New.
352         (internal_syscall1, internal_syscall2, internal_syscall3,
353         internal_syscall4, internal_syscall5, internal_syscall6): Use it.
355 2007-06-06  Daniel Jacobowitz  <dan@codesourcery.com>
357         * sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_FLAG_UNUSED,
358         THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT): Define.
359         (THREAD_GSCOPE_RESET_FLAG, THREAD_GSCOPE_SET_FLAG,
360         THREAD_GSCOPE_WAIT): Define.
361         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
362         (FUTEX_PRIVATE_FLAG): Define.
363         (lll_unlock_wake_cb): Delete prototype.
364         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Include
365         <endian.h>.
366         (pthread_rwlock_t): Shrink __flags and add __shared.
368 2007-05-24  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
370         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c
371         (posix_fadvise): Fix high word of len argument.
373 2007-05-23  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>
375         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
376         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: New file.
377         * sysdeps/unix/sysv/linux/mips/mips32/readahead.c: New file.
378         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: New file.
379         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: New file.
380         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: New file.
382 2007-05-23  Joseph Myers  <joseph@codesourcery.com>
384         * sysdeps/mips/mips64/n32/Implies: Add mips/mips64/soft-fp.
385         * sysdeps/mips/mips64/n64/Implies: Likewise.
386         * sysdeps/mips/mips64/soft-fp/Makefile: New.
387         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: New.
388         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Include <fenv.h> and
389         <fpu_control.h>.  Use hardware exception and rounding mode
390         settings.
392 2007-05-23  Richard Sandiford  <rsandifo@nildram.co.uk>
394         * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
395         r_info argument to ElfW(Addr).
397 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
399         * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
401 2007-01-25  Atsushi Nemoto <anemo@mba.ocn.ne.jp>
402             Daniel Jacobowitz  <dan@codesourcery.com>
404         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove msgctl,
405         shmctl, and semctl.
406         * sysdeps/unix/sysv/linux/mips/misp64/semctl.c,
407         sysdeps/unix/sysv/linux/mips/mips64/shmctl.c,
408         sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: New files.
410 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
412         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
413         PTR_DEMANGLE): Define.
414         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
415         PTR_DEMANGLE): Define.
416         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
417         PTR_DEMANGLE): Define.
419 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
421         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
422         (cfi_same_value): Delete definition.
424 2007-01-08  Richard Sandiford  <richard@codesourcery.com>
426         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.
427         (elf_machine_reloc): New function, retaining the body of
428         elf_machine_rel.  Take the reloc's r_info field as an argument,
429         not the reloc itself.  Add extra r_addend and inplace_p arguments.
430         When inplace_p is false, use r_addend as the addend, not the contents
431         of the relocation field.  Hoist the conversion of reloc_addr to
432         "ELFW(Addr) *".  Don't try to apply TLS relocations against
433         undefined symbols.  Add R_MIPS_GLOB_DAT support.
434         (elf_machine_rel, elf_machine_rela): Use elf_machine_reloc.
435         (elf_machine_lazy_rel): Change the reloc type from ElfW(Rel)
436         to ElfW(Rela).
438 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
440         * sysdeps/mips/ldsodefs.h: Merge sysdeps/mips/elf/ldsodefs.h.  Correct
441         multiple inclusion guard.
442         * sysdeps/mips/elf/ldsodefs.h: Delete file.
444 2007-01-04  Thiemo Seufer  <ths@networkno.de>
446         * sysdeps/unix/sysv/linux/mips/bits/msq.h (struct msqid_ds): Update
447         to match the kernel.
449 2006-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
451         * sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h
452         (RTLD_SINGLE_THREAD_P): Define.
453         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Likewise.
455 2006-10-31  Joseph Myers  <joseph@codesourcery.com>
457         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (splice): Update
458         prototype.
460 2006-09-22  Richard Sandiford  <richard@codesourcery.com>
462         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Remove STAT_IS_KERNEL_STAT
463         code.
464         (__xstat_conv): Use memset to clear padding arrays.  Check for
465         overflow.
466         (__xstat64_conv): Use memset to clear padding arrays.
467         (__xstat32_conv): New function.
468         * sysdeps/unix/sysv/linux/mips/mips32/fxstatat.c: New file.
469         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Likewise.
471 2006-09-21  Joseph Myers  <joseph@codesourcery.com>
473         * sysdeps/mips/fpu_control.h: If soft-float, don't use
474         floating-point registers.
475         * sysdeps/mips/__longjmp.c, sysdeps/mips/setjmp_aux.c,
476         sysdeps/mips/mips64/__longjmp.c, sysdeps/mips/mips64/setjmp_aux.c:
477         Likewise.
479 2006-08-04  Joseph Myers  <joseph@codesourcery.com>
481         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_LOCK_PI,
482         FUTEX_UNLOCK_PI, FUTEX_TRYLOCK_PI): Define.
484 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
486         * sysdeps/mips/mips64/n32/libm-test-ulps,
487         sysdeps/mips/mips64/n64/libm-test-ulps: New.
489 2006-07-24  Joseph Myers  <joseph@codesourcery.com>
491         * sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
492         defined, include the named file.
494 2006-06-08  Daniel Jacobowitz  <dan@codesourcery.com>
496         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.
497         (SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT):
498         Define.
500 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
502         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIM_INFINITY,
503         RLIM64_INFINITY): Define appropriately for N64.  Use unsigned
504         types.
506 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
508         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
509         Don't use struct timespec.
510         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv,
511         __xstat64_conv): Copy individual timespec fields.
513 2006-06-02  Richard Sandiford  <richard@codesourcery.com>
515         * sysdeps/mips/Makefile (ASFLAGS-.os): Define.
517 2006-06-02  Joseph Myers  <joseph@codesourcery.com>
519         * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
520         * sysdeps/mips/fpu/fesetround.c: Likewise.
522 2006-05-10  Richard Sandiford  <richard@codesourcery.com>
523             Daniel Jacobowitz  <dan@codesourcery.com>
525         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Don't
526         dump sc_cause, sc_status or sc_badvaddr.
527         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Rewrite.  Update
528         structure definitions after DSP kernel changes.
529         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (mcontext_t): Update
530         after the same DSP changes.
532 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
534         * sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
535         st_atim, st_mtim and st_ctim interface.
536         (struct stat64): Likewise.
537         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
538         Replace st_atime and its padding field with st_atim.  Likewise
539         st_mtime/st_mtim and st_ctime/st_ctim.
540         * sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
541         after above changes.
542         (__xstat64_conv): Likewise.
544 2006-05-08  Richard Sandiford  <richard@codesourcery.com>
546         * sysdeps/mips/ldsodefs.h: New file.
547         * sysdeps/mips/tst-audit.h: New file.
549 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
551         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Formatting changes
552         for consistency with other ports.
553         (MADV_REMOVE): Correct value.
554         (MADV_DONTFORK, MADV_DOFORK, POSIX_MADV_NORMAL,
555         POSIX_MADV_RANDOM, POSIX_MADV_SEQUENTIAL, POSIX_MADV_WILLNEED,
556         POSIX_MADV_DONTNEED): Define.
558 2006-05-05  Lior Balkohen  <balkohen@gmail.com>
560         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove
561         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
562         Define SYNC_FILE_RANGE_WAIT_BEFORE, SYNC_FILE_RANGE_WRITE
563         and SYNC_FILE_RANGE_WAIT_AFTER.
564         Declare sync_file_range, vmsplice, splice and tee.
566 2006-03-27  Lior Balkohen  <balkohen@gmail.com>
568         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define
569         LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.  Add readahead
570         prototype.
572 2006-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
574         * sysdeps/unix/sysv/linux/mips/bits/poll.h (POLLREMOVE, POLLRDHUP):
575         Define.
577 2006-03-27  Denis Barbier  <barbier@linuxfr.org>
579         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_RTPRIO): Fix
580         typo.
582 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
584         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
585         i386/fork.c.
587 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
589         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
590         libc_cv_localedir, libdir, arch_minimum_kernel, and
591         libc_cv_gcc_unwind_find_fde.
592         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
593         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
594         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
596 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
598         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
599         (__pthread_list_t, __pthread_slist_t): New typedefs.
600         (pthread_mutex_t): Replace __next and __prev fields with __list.
601         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
602         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
603         (lll_futex_wake_unlock): Define.
604         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
605         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
606         lll_robust_mutex_unlock): New macros.
607         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.  
608         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
609         vfork.S.
610         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
612 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
614         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
615         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
617 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
619         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
620         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
621         (INTERNAL_SYSCALL_NCS): New.
622         (internal_syscall0, internal_syscall1, internal_syscall2,
623         internal_syscall3, internal_syscall4, internal_syscall5,
624         internal_syscall6): Take ncs_init, cs_init, and input arguments.
625         Use them.  Correct types for registers.
626         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
627         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
628         (INTERNAL_SYSCALL_NCS): New.
629         (internal_syscall0, internal_syscall1, internal_syscall2,
630         internal_syscall3, internal_syscall4, internal_syscall5,
631         internal_syscall6): Take ncs_init, cs_init, and input arguments.
632         Use them.
633         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
634         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
635         points.
636         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
637         Use Elf(Addr) for TLS relocation targets.
638         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
639         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
640         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
641         futexp to long for n64.
642         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
644 2006-02-20  Roland McGrath  <roland@redhat.com>
646         * sysdeps/mips/shlib-versions: New file.
647         * sysdeps/mips/preconfigure: New file.
648         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.