alpha: Re-add imaxdiv.

This commit is contained in:
Richard Henderson 2012-05-24 13:20:56 -07:00
parent f7616d449a
commit dc0c31fbe9
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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)