* sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
[glibc-ports.git] / ChangeLog.mips
blob1d20fd3a56ee7b0ae240adf4827aa216f2cbf846
1 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
3         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
4         i386/fork.c.
6 2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
8         * sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
9         libc_cv_localedir, libdir, arch_minimum_kernel, and
10         libc_cv_gcc_unwind_find_fde.
11         * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
12         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
13         * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
15 2006-03-02  Lior Balkohen  <balkohen@gmail.com>
17         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
18         (__pthread_list_t, __pthread_slist_t): New typedefs.
19         (pthread_mutex_t): Replace __next and __prev fields with __list.
20         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (FUTEX_WAKE_OP,
21         FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
22         (lll_futex_wake_unlock): Define.
23         (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock,
24         lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
25         lll_robust_mutex_unlock): New macros.
26         (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.  
27         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: Use correct path to
28         vfork.S.
29         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: Likewise.
31 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
33         * sysdeps/unix/sysv/linux/mips/ptrace.c: Delete file.
34         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Delete file.
36 2006-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
38         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
39         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
40         (INTERNAL_SYSCALL_NCS): New.
41         (internal_syscall0, internal_syscall1, internal_syscall2,
42         internal_syscall3, internal_syscall4, internal_syscall5,
43         internal_syscall6): Take ncs_init, cs_init, and input arguments.
44         Use them.  Correct types for registers.
45         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
46         (INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
47         (INTERNAL_SYSCALL_NCS): New.
48         (internal_syscall0, internal_syscall1, internal_syscall2,
49         internal_syscall3, internal_syscall4, internal_syscall5,
50         internal_syscall6): Take ncs_init, cs_init, and input arguments.
51         Use them.
52         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
53         recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
54         points.
55         * sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
56         Use Elf(Addr) for TLS relocation targets.
57         * sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
58         * sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
59         lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
60         futexp to long for n64.
61         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
63 2006-02-20  Roland McGrath  <roland@redhat.com>
65         * sysdeps/mips/shlib-versions: New file.
66         * sysdeps/mips/preconfigure: New file.
67         * sysdeps/unix/sysv/linux/mips/kernel-features.h: New file.