2003-03-17 16:20:44 +00:00
|
|
|
# File name Caller Syscall name Args Strong name Weak names
|
|
|
|
|
* 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.
2006-03-03 01:06:48 +00:00
|
|
|
lseek - lseek Ci:iii __libc_lseek __lseek lseek __llseek llseek __libc_lseek64 __lseek64 lseek64
|
2003-03-17 16:20:44 +00:00
|
|
|
|
2012-07-27 13:43:46 +00:00
|
|
|
mmap - mmap b:aniiii __mmap mmap __mmap64 mmap64
|
|
|
|
|
2012-05-19 19:10:13 +00:00
|
|
|
ftruncate - ftruncate i:ii __ftruncate ftruncate ftruncate64 __ftruncate64
|
|
|
|
truncate - truncate i:si truncate truncate64
|
|
|
|
|
2007-01-25 13:08:14 +00:00
|
|
|
# Semaphore and shm system calls. msgctl, shmctl, and semctl have C
|
|
|
|
# wrappers (to set __IPC_64).
|
2003-03-17 16:20:44 +00:00
|
|
|
msgget - msgget i:ii __msgget msgget
|
* 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.
2006-03-03 01:06:48 +00:00
|
|
|
msgrcv - msgrcv Ci:ibnii __msgrcv msgrcv
|
|
|
|
msgsnd - msgsnd Ci:ibni __msgsnd msgsnd
|
2003-03-17 16:20:44 +00:00
|
|
|
shmat - shmat i:ipi __shmat shmat
|
|
|
|
shmdt - shmdt i:s __shmdt shmdt
|
|
|
|
shmget - shmget i:iii __shmget shmget
|
|
|
|
semop - semop i:ipi __semop semop
|
2004-07-21 06:13:15 +00:00
|
|
|
semtimedop - semtimedop i:ipip semtimedop
|
2003-03-17 16:20:44 +00:00
|
|
|
semget - semget i:iii __semget semget
|