Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com>
authorRoland McGrath <roland@gnu.org>
Sun, 2 Jun 1996 18:49:27 +0000 (18:49 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 2 Jun 1996 18:49:27 +0000 (18:49 +0000)
* 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.

sysdeps/unix/bsd/osf/alpha/brk.S

index 6e4bd2c..105e401 100644 (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