diff options
author | Richard Henderson <rth@twiddle.net> | 2012-05-24 13:20:56 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2012-05-24 13:20:56 -0700 |
commit | dc0c31fbe95fc0cfcc1f6c20672d8308829afc10 (patch) | |
tree | 47723b18bcf47a543298b0bb13503d0ba379ea0b /sysdeps/alpha | |
parent | f7616d449a72ca0b4028f6d7377f49c066fe6ca6 (diff) | |
download | glibc-dc0c31fbe95fc0cfcc1f6c20672d8308829afc10.tar.gz glibc-dc0c31fbe95fc0cfcc1f6c20672d8308829afc10.tar.xz glibc-dc0c31fbe95fc0cfcc1f6c20672d8308829afc10.zip |
alpha: Re-add imaxdiv.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/ldiv.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/alpha/ldiv.S b/sysdeps/alpha/ldiv.S index d77e59b239..bf31b81e9d 100644 --- a/sysdeps/alpha/ldiv.S +++ b/sysdeps/alpha/ldiv.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 2001, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1996-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson <rth@tamu.edu>. @@ -215,3 +215,4 @@ $divbyzero: .end ldiv weak_alias (ldiv, lldiv) +weak_alias (ldiv, imaxdiv) |