about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/sparc/sparc32/dl-trampoline.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 598bdef62d..750c47db5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
 	* manual/string.texi: Fix typo in wmemcpy decl.
 
+2005-04-10  David S. Miller  <davem@davemloft.net>
+
+	* sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
+
 2005-04-08  Carlos O'Donell <carlos@baldric.uwo.ca>
 
 	* FAQ.in: Explain why `make' might fail running rpcgen.
diff --git a/sysdeps/sparc/sparc32/dl-trampoline.S b/sysdeps/sparc/sparc32/dl-trampoline.S
index 1253a33774..4b7853029a 100644
--- a/sysdeps/sparc/sparc32/dl-trampoline.S
+++ b/sysdeps/sparc/sparc32/dl-trampoline.S
@@ -91,7 +91,7 @@ _dl_profile_invoke:
 1:	ldd	[%l2], %g2
 	add	%l2, 0x8, %l2
 	subcc	%l7, 1, %l7
-	stx	%g2, [%l3]
+	std	%g2, [%l3]
 	bne	1b
 	 add	%l3, 0x8, %l3