aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-30 21:50:14 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-30 21:50:14 -0700
commitda97dfdcfa0ecbbf2d455c54a08bb9223ce1fc18 (patch)
tree87fdb1a2e49cdf5f15ffd72122531f2abc6ec3c0 /ChangeLog
parent98b1e6c8668259044a20a016a5a5957b226ce04b (diff)
downloadglibc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e8f88371b..eca461fc79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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