diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-19 02:20:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-19 02:20:22 +0000 |
commit | 1d234146c04ec6a6bad50e6d1bf74cf6ff189e7a (patch) | |
tree | 2312fa6c66d401746ee00f956dc5f5534252461b /ChangeLog | |
parent | 580c1888bec85d6ec20b8c9d3b893b5397a71325 (diff) | |
download | glibc-1d234146c04ec6a6bad50e6d1bf74cf6ff189e7a.tar.gz glibc-1d234146c04ec6a6bad50e6d1bf74cf6ff189e7a.tar.xz glibc-1d234146c04ec6a6bad50e6d1bf74cf6ff189e7a.zip |
* sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Use
SYSCALL_PIC_SETUP before jumping to syscall_error. * sysdeps/unix/i386/sysdep.h (SYSCALL_PIC_SETUP): New macro. (PSEUDO): Use it before jumping to syscall_error. * sysdeps/unix/i386/sysdep.S [! PIC]: Don't find GOT address; expect it in %ebx on entry. Pop old %ebx value off stack after using it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a57a5a6454..8d30bff3d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ Wed Oct 18 03:33:22 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Use + SYSCALL_PIC_SETUP before jumping to syscall_error. + * sysdeps/unix/i386/sysdep.h (SYSCALL_PIC_SETUP): New macro. + (PSEUDO): Use it before jumping to syscall_error. + * sysdeps/unix/i386/sysdep.S [! PIC]: Don't find GOT address; + expect it in %ebx on entry. Pop old %ebx value off stack after + using it. + * signal/signal.h [__USE_BSD] (_sys_siglist, sys_siglist): Declare them. |