summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/udiv.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-02 16:48:42 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-02 16:48:42 +0000
commitf980a783a335d83330e832ed92c0aa8f1abb93b8 (patch)
tree69d00c1eaffd1e8c808ffbf66ac0d4565ee34e80 /libc/sysdeps/linux/sparc/udiv.S
parentd4b37495fb022640b1db8c0aa8615392c8969684 (diff)
Rework sparc architecture support so it will compile
and run. Seems to be working... -Erik
Diffstat (limited to 'libc/sysdeps/linux/sparc/udiv.S')
-rw-r--r--libc/sysdeps/linux/sparc/udiv.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/sparc/udiv.S b/libc/sysdeps/linux/sparc/udiv.S
index e6f143118..85eeb40fc 100644
--- a/libc/sysdeps/linux/sparc/udiv.S
+++ b/libc/sysdeps/linux/sparc/udiv.S
@@ -37,7 +37,7 @@
-#include <sysdep.h>
+#include <sys/syscall.h>
.global .udiv;
.align 4;
@@ -345,4 +345,4 @@
retl
mov %o2, %o0
-END(.udiv)
+.size .udiv,.-.udiv;