From: Roland McGrath Date: Sat, 15 Jun 2002 20:53:37 +0000 (+0000) Subject: 2002-06-15 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~1672 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dced4334e403f5b4c9b8c03c556df8b51f257c72;p=thirdparty%2Fglibc.git 2002-06-15 Roland McGrath * sysdeps/alpha/divrem.h: Use local label instead of global one for jump to local subroutine. --- diff --git a/sysdeps/alpha/divrem.h b/sysdeps/alpha/divrem.h index 9e0d591111b..032308de32f 100644 --- a/sysdeps/alpha/divrem.h +++ b/sysdeps/alpha/divrem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996,97,2002 Free Software Foundation, Inc. Contributed by David Mosberger (davidm@cs.arizona.edu). This file is part of the GNU C Library. @@ -86,6 +86,7 @@ .align 3 UFUNC_NAME: +$udiv_entry: lda sp, -STACK(sp) .frame sp, STACK, retaddr, 0 #ifdef PROF @@ -206,7 +207,7 @@ SFUNC_NAME: cmovge AT, AT, arg2 /* Do the unsigned division. */ - bsr retaddr, UFUNC_NAME + bsr retaddr, $udiv_entry /* Restore originals and adjust the sign of the result. */ ldq arg1, 0(sp)