svn commit: r251405 - head/lib/libc/arm/gen

Andrew Turner andrew at FreeBSD.org
Wed Jun 5 07:37:45 UTC 2013


Author: andrew
Date: Wed Jun  5 07:37:45 2013
New Revision: 251405
URL: http://svnweb.freebsd.org/changeset/base/251405

Log:
  Remove part of the NetBSD longjmp code that was not ready to be merged.

Modified:
  head/lib/libc/arm/gen/setjmp.S

Modified: head/lib/libc/arm/gen/setjmp.S
==============================================================================
--- head/lib/libc/arm/gen/setjmp.S	Wed Jun  5 05:33:01 2013	(r251404)
+++ head/lib/libc/arm/gen/setjmp.S	Wed Jun  5 07:37:45 2013	(r251405)
@@ -78,8 +78,7 @@ ENTRY(setjmp)
 ENTRY(__longjmp)
 	ldr	r2, [r0]
 	ldr	ip, .Lsetjmp_magic
-	bic	r3, r2, #(_JB_MAGIC_SETJMP ^ _JB_MAGIC_SETJMP_VFP)
-	teq	r3, ip
+	teq	r2, ip
 	bne	.Lbotch
 
 	/* Restore the signal mask. */


More information about the svn-src-all mailing list