Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2010 06:20:40 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r205241 - user/jmallett/octeon/lib/libc/mips/gen
Message-ID:  <201003170620.o2H6KeIK019243@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003170620.o2H6KeIK019243>