Fri Jun 28 16:53:01 1996 David Mosberger-Tang <davidm@azstarnet.com>

* sysdeps/unix/alpha/sysdep.S: Make ldgp part of the prologue.
	Fix by Richard Henderson.
This commit is contained in:
Roland McGrath 1996-07-01 22:16:11 +00:00
parent 4a5db9e9b5
commit 51ac76881f

View 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. */