]> sourceware.org Git - glibc.git/commitdiff
Add alias for imaxdiv.
authorAndreas Jaeger <aj@suse.de>
Fri, 30 Mar 2001 06:57:48 +0000 (06:57 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 30 Mar 2001 06:57:48 +0000 (06:57 +0000)
sysdeps/alpha/ldiv.S

index 08bf8eb08df9f445baece442b797e5ba12fbdbf2..c705d1eb161d53f3a187bc0d7400c2ae1e275c47 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson <rth@tamu.edu>.
 
@@ -106,3 +106,4 @@ $divbyzero:
        .end ldiv
 
 weak_alias(ldiv, lldiv)
+weak_alias(ldiv, imaxdiv)
This page took 0.041821 seconds and 5 git commands to generate.