Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2010 20:54:05 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203442 - head/lib/libc/mips/sys
Message-ID:  <201002032054.o13Ks5vg005106@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rrs
Date: Wed Feb  3 20:54:04 2010
New Revision: 203442
URL: http://svn.freebsd.org/changeset/base/203442

Log:
  -White space cleanup (missing spaces in new line)
  -Remove extra tab.
  -Took out the duplicate code that cprestore does.
  All suggested by Neel.

Modified:
  head/lib/libc/mips/sys/ptrace.S

Modified: head/lib/libc/mips/sys/ptrace.S
==============================================================================
--- head/lib/libc/mips/sys/ptrace.S	Wed Feb  3 20:23:47 2010	(r203441)
+++ head/lib/libc/mips/sys/ptrace.S	Wed Feb  3 20:54:04 2010	(r203442)
@@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(ptrace)
-	.frame	sp,40,ra
+	.frame	sp, 40, ra
 	.mask	0x80000000, -8
 #ifdef __ABICALLS__
 	.set    noreorder
@@ -55,10 +55,7 @@ LEAF(ptrace)
 	.cprestore 16
 #endif
 	la	t9, _C_LABEL(__error)	# locate address of errno
-	jalr	t9	
-#ifdef __ABICALLS__
-	lw	gp, 16(sp)
-#endif
+	jalr	t9
 	sw	zero, 0(v0)
 	lw	ra, 32(sp)
 	addu	sp, sp, 40



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