]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fri Jun 28 16:53:01 1996 David Mosberger-Tang <davidm@azstarnet.com>
authorRoland McGrath <roland@gnu.org>
Mon, 1 Jul 1996 22:16:11 +0000 (22:16 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 1 Jul 1996 22:16:11 +0000 (22:16 +0000)
* sysdeps/unix/alpha/sysdep.S: Make ldgp part of the prologue.
Fix by Richard Henderson.

sysdeps/unix/alpha/sysdep.S

index 3e7666ff617740b2346adb7095638495d3e293b8..6540b80af64e36a4fab916f918bfb368ed2aace9 100644 (file)
@@ -26,10 +26,10 @@ Cambridge, MA 02139, USA.  */
 #endif
 
 LEAF(__syscall_error, 0)
+       ldgp    gp, 0(t12)
        .prologue 1
 
        /* Store return value in errno... */
-       ldgp    gp, 0(t12)
        stl     v0, errno
 
        /* And just kick back a -1.  */