Skip to content

Commit

Permalink
* sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Apr 11, 2005
1 parent 7982787 commit e638c1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/sparc/sparc32/dl-trampoline.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e638c1a

Please sign in to comment.