]> git.ipfire.org Git - thirdparty/glibc.git/commit - ports/ChangeLog.mips
* sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
authorDaniel Jacobowitz <dan@codesourcery.com>
Fri, 3 Mar 2006 01:06:48 +0000 (01:06 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Fri, 3 Mar 2006 01:06:48 +0000 (01:06 +0000)
commit6428ce3cdad3d587fb77f2f1d0d7036f780fa9e0
tree0b9ab606ed6e36b293b65483dfb10f331f59a0d3
parent43b83c6fe172730ffe39b3fbcf54add3ce92b084
* sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
(INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
(INTERNAL_SYSCALL_NCS): New.
(internal_syscall0, internal_syscall1, internal_syscall2,
internal_syscall3, internal_syscall4, internal_syscall5,
internal_syscall6): Take ncs_init, cs_init, and input arguments.
Use them.  Correct types for registers.
* sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
(INTERNAL_SYSCALL): Update internal_syscall##nr invocation.
(INTERNAL_SYSCALL_NCS): New.
(internal_syscall0, internal_syscall1, internal_syscall2,
internal_syscall3, internal_syscall4, internal_syscall5,
internal_syscall6): Take ncs_init, cs_init, and input arguments.
Use them.
* sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove
recvfrom and sendto.  Mark lseek, msgrcv, and msgsnd as cancellation
points.
* sysdeps/mips/dl-machine.h (elf_machine_rel): Remove unused "value".
Use Elf(Addr) for TLS relocation targets.
* sysdeps/unix/sysv/linux/mips/mips64/Makefile: New file.
* sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h (lll_futex_wait,
lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): Cast
futexp to long for n64.
* sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: New file.
ChangeLog.mips
sysdeps/mips/dl-machine.h
sysdeps/unix/sysv/linux/mips/mips64/Makefile [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/mips64/syscalls.list
sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h