From a3bb81d201fdea6fd8922760972854e80513e68e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 2 Jun 1996 18:49:27 +0000 Subject: [PATCH] Wed May 29 00:57:37 1996 David Mosberger-Tang * 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/bsd/osf/alpha/brk.S b/sysdeps/unix/bsd/osf/alpha/brk.S index 6e4bd2c..105e401 100644 --- a/sysdeps/unix/bsd/osf/alpha/brk.S +++ b/sysdeps/unix/bsd/osf/alpha/brk.S @@ -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 -- 2.7.4