diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-30 21:50:14 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-30 21:50:14 -0700 |
commit | da97dfdcfa0ecbbf2d455c54a08bb9223ce1fc18 (patch) | |
tree | 87fdb1a2e49cdf5f15ffd72122531f2abc6ec3c0 /ChangeLog | |
parent | 98b1e6c8668259044a20a016a5a5957b226ce04b (diff) | |
download | glibc-da97dfdcfa0ecbbf2d455c54a08bb9223ce1fc18.tar glibc-da97dfdcfa0ecbbf2d455c54a08bb9223ce1fc18.tar.gz glibc-da97dfdcfa0ecbbf2d455c54a08bb9223ce1fc18.tar.bz2 glibc-da97dfdcfa0ecbbf2d455c54a08bb9223ce1fc18.zip |
Add sigstack handling to Linux ____longjmp_chk on i386.
All other i386 ports need to provide their own versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2009-07-30 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file. + * sysdeps/i386/____longjmp_chk.S: Remove all code. This is now a file + which always causes a compile error. + + * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support. + * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file. Content comes from... * sysdeps/x86_64/____longjmp_chk.S: ...here. This is now a file |