From: Roland McGrath Date: Mon, 1 Jul 1996 22:16:11 +0000 (+0000) Subject: Fri Jun 28 16:53:01 1996 David Mosberger-Tang X-Git-Tag: glibc-2.16-ports-before-merge~3764 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51ac76881fb0d43afab6e7b178bb7f42f37a150b;p=thirdparty%2Fglibc.git Fri Jun 28 16:53:01 1996 David Mosberger-Tang * sysdeps/unix/alpha/sysdep.S: Make ldgp part of the prologue. Fix by Richard Henderson. --- diff --git a/sysdeps/unix/alpha/sysdep.S b/sysdeps/unix/alpha/sysdep.S index 3e7666ff617..6540b80af64 100644 --- a/sysdeps/unix/alpha/sysdep.S +++ b/sysdeps/unix/alpha/sysdep.S @@ -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. */