]> sourceware.org Git - glibc.git/commitdiff
alpha: Re-add imaxdiv.
authorRichard Henderson <rth@twiddle.net>
Thu, 24 May 2012 20:20:56 +0000 (13:20 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 24 May 2012 20:20:56 +0000 (13:20 -0700)
ChangeLog.alpha
sysdeps/alpha/ldiv.S

index b3511418cfd3ee4bb42a89fa706f646d2b9cd821..3e225c781325cc398d3314ad16874aaa3d23a9f5 100644 (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.
index d77e59b239e76122267fdd9dc5ed893b5b9a0ca9..bf31b81e9d3573d6e447dddbcab28ea655b6f2a7 100644 (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)
This page took 0.043877 seconds and 5 git commands to generate.