summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-12-28 05:42:30 +0000
committerRoland McGrath <roland@gnu.org>2005-12-28 05:42:30 +0000
commitdb169ed561acef18093cc6739fb159d6274bf5a5 (patch)
tree18d7b799dd18051b570bcec3826b6392074cde43 /ChangeLog
parent0317eaecb1f1a0667a18412b2209f0ae70f94420 (diff)
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
(PTR_MANGLE): Fix cast. * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Take third argument DEMANGLE, and pass SP value through it. * sysdeps/hppa/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. * sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. * sysdeps/s390/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. * sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. * sysdeps/sparc/sparc32/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Likewise. * sysdeps/x86_64/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise. * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Pass inline demangler function to _JMPBUF_UNWINDS. * sysdeps/mach/hurd/jmp-unwind.c (demangle_ptr): New function. (_longjmp_unwind): Pass it to _JMPBUF_UNWINDS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0577c701b..a2d062ebe4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
2005-12-27 Roland McGrath <roland@redhat.com>
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
+ (PTR_MANGLE): Fix cast.
+
+ * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Take third argument
+ DEMANGLE, and pass SP value through it.
+ * sysdeps/hppa/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
+ * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
+ * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
+ * sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
+ * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
+ * sysdeps/s390/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
+ * sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
+ * sysdeps/sparc/sparc32/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
+ * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Likewise.
+ * sysdeps/x86_64/bits/setjmp.h (_JMPBUF_UNWINDS): Likewise.
+ * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Pass inline
+ demangler function to _JMPBUF_UNWINDS.
+ * sysdeps/mach/hurd/jmp-unwind.c (demangle_ptr): New function.
+ (_longjmp_unwind): Pass it to _JMPBUF_UNWINDS.
+
* posix/tst-execle1.c (do_test): Add a const.
* posix/tst-execle2.c (do_test): Likewise.