svn commit: r205241 - user/jmallett/octeon/lib/libc/mips/gen

Juli Mallett jmallett at FreeBSD.org
Wed Mar 17 06:20:40 UTC 2010


Author: jmallett
Date: Wed Mar 17 06:20:40 2010
New Revision: 205241
URL: http://svn.freebsd.org/changeset/base/205241

Log:
  Remove another redundant abort call.

Modified:
  user/jmallett/octeon/lib/libc/mips/gen/_setjmp.S

Modified: user/jmallett/octeon/lib/libc/mips/gen/_setjmp.S
==============================================================================
--- user/jmallett/octeon/lib/libc/mips/gen/_setjmp.S	Wed Mar 17 05:59:21 2010	(r205240)
+++ user/jmallett/octeon/lib/libc/mips/gen/_setjmp.S	Wed Mar 17 06:20:40 2010	(r205241)
@@ -123,7 +123,4 @@ botch:
 	nop
 
 	PIC_TAILCALL(abort)
-	PTR_LA	t9, _C_LABEL(abort)
-	jal	t9
-	nop
 END(_longjmp)


More information about the svn-src-user mailing list