Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com>

* sysdeps/unix/bsd/osf/alpha/brk.S,
 	sysdeps/unix/sysv/linux/alpha/brk.S (__curbrk): Store the entire
 	break value, not just the low 32 bits to accomodate large
 	memories.
This commit is contained in:
Roland McGrath 1996-06-02 18:49:27 +00:00
parent 56e70371a6
commit a3bb81d201

View File

@ -41,7 +41,7 @@ ENTRY(__brk)
/* Update __curbrk and exit cleanly. */
/* ldgp gp, 0(t12) */
stl a0, __curbrk
stq a0, __curbrk
mov zero, v0
ret