From: Richard Henderson Date: Thu, 24 May 2012 20:20:56 +0000 (-0700) Subject: alpha: Re-add imaxdiv. X-Git-Tag: glibc-2.16-ports-before-merge~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc0c31fbe95fc0cfcc1f6c20672d8308829afc10;p=thirdparty%2Fglibc.git alpha: Re-add imaxdiv. --- diff --git a/ChangeLog.alpha b/ChangeLog.alpha index b3511418cfd..3e225c78132 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,5 +1,7 @@ 2012-05-24 Richard Henderson + * 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 d77e59b239e..bf31b81e9d3 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 . @@ -215,3 +215,4 @@ $divbyzero: .end ldiv weak_alias (ldiv, lldiv) +weak_alias (ldiv, imaxdiv)