mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-09 14:21:14 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user