[Glibc-bsd-commits] r2941 - in trunk/glibc-ports/kfreebsd: i386 x86_64

Petr Salinger ps-guest at alioth.debian.org
Mon Jan 18 10:17:50 UTC 2010


Author: ps-guest
Date: 2010-01-18 10:17:49 +0000 (Mon, 18 Jan 2010)
New Revision: 2941

Added:
   trunk/glibc-ports/kfreebsd/i386/____longjmp_chk.S
   trunk/glibc-ports/kfreebsd/x86_64/____longjmp_chk.S
Log:
____longjmp_chk.S have to be coded, in mean time just do not do the check (needed for 2.11)



Added: trunk/glibc-ports/kfreebsd/i386/____longjmp_chk.S
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/____longjmp_chk.S	                        (rev 0)
+++ trunk/glibc-ports/kfreebsd/i386/____longjmp_chk.S	2010-01-18 10:17:49 UTC (rev 2941)
@@ -0,0 +1,7 @@
+/* Jump to the position specified by ENV, causing the
+   setjmp call there to return VAL, or 1 if VAL is 0.
+   void __longjmp (__jmp_buf env, int val).  */
+      
+#warning longjmp_chk unimplemented
+#define __longjmp ____longjmp_chk
+#include<__longjmp.S>

Added: trunk/glibc-ports/kfreebsd/x86_64/____longjmp_chk.S
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/____longjmp_chk.S	                        (rev 0)
+++ trunk/glibc-ports/kfreebsd/x86_64/____longjmp_chk.S	2010-01-18 10:17:49 UTC (rev 2941)
@@ -0,0 +1,7 @@
+/* Jump to the position specified by ENV, causing the
+   setjmp call there to return VAL, or 1 if VAL is 0.
+   void __longjmp (__jmp_buf env, int val).  */
+      
+#warning longjmp_chk unimplemented
+#define __longjmp ____longjmp_chk
+#include<__longjmp.S>




More information about the Glibc-bsd-commits mailing list