about summary refs log tree commit diff
path: root/sysdeps/alpha/ldiv.S
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-03-30 06:57:48 +0000
committerAndreas Jaeger <aj@suse.de>2001-03-30 06:57:48 +0000
commite25d31ef402e31b8b00190b7b19eabc8f7f25e31 (patch)
treeecc4996044ddcde6af4f42ff6ddf40497854183d /sysdeps/alpha/ldiv.S
parent45f1a3096213ec04f1e515de14c1537f1961c74f (diff)
downloadglibc-e25d31ef402e31b8b00190b7b19eabc8f7f25e31.tar.gz
glibc-e25d31ef402e31b8b00190b7b19eabc8f7f25e31.tar.xz
glibc-e25d31ef402e31b8b00190b7b19eabc8f7f25e31.zip
Add alias for imaxdiv.
Diffstat (limited to 'sysdeps/alpha/ldiv.S')
-rw-r--r--sysdeps/alpha/ldiv.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/alpha/ldiv.S b/sysdeps/alpha/ldiv.S
index 08bf8eb08d..c705d1eb16 100644
--- a/sysdeps/alpha/ldiv.S
+++ b/sysdeps/alpha/ldiv.S
@@ -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)