diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/common/syscalls.list | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 225c188229..69a75f5a43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,6 +44,11 @@ Sat Feb 10 13:09:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund. Tue Feb 13 00:12:12 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> + * elf/dl-runtime.c (fixup) [ELF_MACHINE_RUNTIME_FIXUP_ARGS]: Let + this macro declare extra leading args. + + * Makerules [$(elf)=yes] (ar-symtab-name): Define to empty. + * sysdeps/i386/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE, elf_machine_relplt): New macros. * elf/dl-runtime.c: New file. diff --git a/sysdeps/unix/common/syscalls.list b/sysdeps/unix/common/syscalls.list index afec7b7e4c..654f73afe2 100644 --- a/sysdeps/unix/common/syscalls.list +++ b/sysdeps/unix/common/syscalls.list @@ -11,6 +11,7 @@ settimeofday - settimeofday 2 __settimeofday settimeofday setpgid - setpgrp 2 __setpgid setpgid setpgrp setregid - setregid 2 __setregid setregid setreuid - setreuid 2 __setreuid setreuid +sigaction - sigaction 3 __sigaction sigaction sys_lstat lxstat lstat 2 __syscall_lstat truncate - truncate 2 truncate vhangup - vhangup 1 vhangup |