From: Andreas Jaeger Date: Fri, 30 Mar 2001 06:57:48 +0000 (+0000) Subject: Add alias for imaxdiv. X-Git-Tag: cvs/glibc-2_2_3~195 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=e25d31ef402e31b8b00190b7b19eabc8f7f25e31;p=glibc.git Add alias for imaxdiv. --- diff --git a/sysdeps/alpha/ldiv.S b/sysdeps/alpha/ldiv.S index 08bf8eb08d..c705d1eb16 100644 --- a/sysdeps/alpha/ldiv.S +++ b/sysdeps/alpha/ldiv.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson . @@ -106,3 +106,4 @@ $divbyzero: .end ldiv weak_alias(ldiv, lldiv) +weak_alias(ldiv, imaxdiv)