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 | |
| parent | f7616d449a72ca0b4028f6d7377f49c066fe6ca6 (diff) | |
| download | glibc-dc0c31fbe95fc0cfcc1f6c20672d8308829afc10.tar.xz glibc-dc0c31fbe95fc0cfcc1f6c20672d8308829afc10.zip | |
alpha: Re-add imaxdiv.
| -rw-r--r-- | ChangeLog.alpha | 2 | ||||
| -rw-r--r-- | sysdeps/alpha/ldiv.S | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.alpha b/ChangeLog.alpha index b3511418cf..3e225c7813 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,5 +1,7 @@ 2012-05-24 Richard Henderson <rth@twiddle.net> + * sysdeps/alpha/ldiv.S (imaxdiv): Re-add alias. + * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove __ASSUME_32BITUIDS. * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise. * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise. 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) |
