Update.
commit876f9634403d1ab7ff1860c285bfe098d81b7d04
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Oct 2000 02:34:17 +0000 (26 02:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Oct 2000 02:34:17 +0000 (26 02:34 +0000)
tree2f91b466dd8ecbdb39ef957694f0c9903ad13b8d
parent85471284c726eec22a38f2652cde279678381ab9
Update.

2000-10-26  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
    Yutaka Niibe  <gniibe@chroot.org>

* sysdeps/sh/dl-machine.h (elf_machine_rela): Handle in place
relocation which is generated by new ld.
* sysdeps/sh/elf/initfini.c (_init): Preseted __fpscr_values.
(_fini): Delete an obsolete register prefix.
* sysdeps/unix/sysv/linux/sh/Versions: Add __xstat64, __fxstat64,
__lxstat64, alphasort64, glob64, readdir64, readdir64_r, scandir64
and versionsort64 as the 2.2-versioned symbols.
* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: New file.
* sysdeps/unix/sysv/linux/sh/brk.c: Changes for the new system call
calling convention of the kernel.
* sysdeps/unix/sysv/linux/sh/pipe.S: Likewise.
* sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
* sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
* sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/sh/fcntl.c: New file.
* sysdeps/unix/sysv/linux/sh/lockf64.c: New file.
* sysdeps/unix/sysv/linux/sh/sys/user.h: Include the kernel header
file and delete the definitions of struct user and user_fp.
* sysdeps/unix/sysv/linux/sh/syscall.S: New file.
* sysdeps/unix/sysv/linux/sh/syscalls.list: Remove entries for
s_ioctl, s_ipc, s_llseek, s_chown, s_fchown, s_lchown, s_execve,
rt_sigaction, rt_sigpending, rt_sigprocmask, rt_sigqueueinfo,
rt_sigsuspend, rt_sigtimedwait, s_getcwd, s_getdents, s_getgroups,
s_getpriority, s_getegid, s_geteuid, s_getuid, getresgid, getresuid,
s_getrlimit, s_poll, s_pread64, s_ptrace, s_pwrite64, s_reboot,
s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
s_setfsgid, s_setfsuid, s_setgid, s_setgroups, s_setregid,
s_setresgid, s_setresuid, s_setreuid, s_setuid, s_sysctl,
s_ugetrlimit, s_ustat, sys_fstat, sys_lstat, sys_mknod, sys_readv,
sys_stat, sys_writev and syscall.
17 files changed:
ChangeLog
linuxthreads/sysdeps/sh/pt-machine.h
sysdeps/sh/dl-machine.h
sysdeps/sh/elf/initfini.c
sysdeps/unix/sysv/linux/sh/Versions
sysdeps/unix/sysv/linux/sh/bits/fcntl.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/brk.c
sysdeps/unix/sysv/linux/sh/clone.S
sysdeps/unix/sysv/linux/sh/fcntl.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/lockf64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/pipe.S
sysdeps/unix/sysv/linux/sh/socket.S
sysdeps/unix/sysv/linux/sh/sys/user.h [copied from sysdeps/unix/sysv/linux/sh/brk.c with 56% similarity]
sysdeps/unix/sysv/linux/sh/syscall.S [copied from sysdeps/unix/sysv/linux/sh/pipe.S with 72% similarity]
sysdeps/unix/sysv/linux/sh/syscalls.list
sysdeps/unix/sysv/linux/sh/sysdep.h
sysdeps/unix/sysv/linux/sh/vfork.S