Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2008 14:17:39 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 137500 for review
Message-ID:  <200803121417.m2CEHdE6066745@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137500

Change 137500 by rrs@rrs-mips2-jnpr on 2008/03/12 14:16:51

	Makes the sp subtract add be 48 instead of 44.

Affected files ...

.. //depot/projects/mips2-jnpr/src/libexec/rtld-elf/mips/rtld_start.S#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/libexec/rtld-elf/mips/rtld_start.S#3 (text+ko) ====

@@ -90,7 +90,7 @@
 	move	v1,gp			/* save old GP			*/
 	add	t9,8			/* modify T9 to point at .cpload */
 	.cpload	t9
-	subu	sp,44			/* save arguments and sp value	*/
+	subu	sp,48			/* save arguments and sp value	*/
 	.cprestore 36
 	sw	a0,16(sp)
 	sw	a1,20(sp)
@@ -119,7 +119,7 @@
 	lw	a2,24(sp)
 	lw	a3,28(sp)
 	lw	s0,32(sp)
-	addu	sp,44
+	addu	sp,48
 	move	t9,v0
 	jr	t9
 	nop



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