alpha: Re-add imaxdiv.
This commit is contained in:
parent
f7616d449a
commit
dc0c31fbe9
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user