]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mon Jun 10 17:50:31 1996 David Mosberger-Tang <davidm@azstarnet.com>
authorRoland McGrath <roland@gnu.org>
Wed, 19 Jun 1996 06:38:38 +0000 (06:38 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 19 Jun 1996 06:38:38 +0000 (06:38 +0000)
* sysdeps/alpha/divrem.h: Use retaddr instead of ra as the return
  address register in the .frame directive.

sysdeps/alpha/divrem.h

index f296179e99bf23197dd6ee4b9c1ab81a6e43cd78..2951335c49bc5598c587e4940fa7298809a1539b 100644 (file)
@@ -125,7 +125,7 @@ FUNC_NAME:
        ldq     gp, 0x10(sp)
        lda     sp, 0x18(sp)
 #endif
-       .frame  sp, FRAME_SIZE, ra, 0
+       .frame  sp, FRAME_SIZE, retaddr, 0
        lda     sp,-FRAME_SIZE(sp)
        .prologue 1
        stq     arg1,0x00(sp)