Add imaxdiv for alpha

Andreas Jaeger aj@suse.de
Thu Mar 29 22:39:00 GMT 2001


Alpha didn't define imaxdiv, I've committed the appended bug fix,

Andreas

2001-03-30  Andreas Jaeger  <aj@suse.de>

	* sysdeps/alpha/ldiv.S (ldiv): Add alias for imaxdiv.


============================================================
Index: sysdeps/alpha/ldiv.S
--- sysdeps/alpha/ldiv.S	1997/03/20 19:33:28	1.2
+++ sysdeps/alpha/ldiv.S	2001/03/30 06:38:09
@@ -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 @@
 	.end ldiv
 
 weak_alias(ldiv, lldiv)
+weak_alias(ldiv, imaxdiv)

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Libc-hacker mailing list