projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f1a30
)
Add alias for imaxdiv.
author
Andreas Jaeger
<aj@suse.de>
Fri, 30 Mar 2001 06:57:48 +0000
(06:57 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Fri, 30 Mar 2001 06:57:48 +0000
(06:57 +0000)
sysdeps/alpha/ldiv.S
patch
|
blob
|
history
diff --git
a/sysdeps/alpha/ldiv.S
b/sysdeps/alpha/ldiv.S
index
08bf8eb
..
c705d1e
100644
(file)
--- 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)