summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha/remq.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-05-30 03:04:12 +0000
committerEric Andersen <andersen@codepoet.org>2002-05-30 03:04:12 +0000
commitbf15958a133ca8c02250cc27c0db28cc6085729b (patch)
treec3ea3323b2aa9ffc74fd8605863bf13c42b4dc47 /libc/sysdeps/linux/alpha/remq.S
parent2bbf3bbde1d63c20e82830d699f1dc529ab2ef5f (diff)
Needed for the alpha port
-Erik
Diffstat (limited to 'libc/sysdeps/linux/alpha/remq.S')
-rw-r--r--libc/sysdeps/linux/alpha/remq.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/remq.S b/libc/sysdeps/linux/alpha/remq.S
new file mode 100644
index 000000000..cd1064af4
--- /dev/null
+++ b/libc/sysdeps/linux/alpha/remq.S
@@ -0,0 +1,6 @@
+#define IS_REM 1
+#define SIZE 8
+#define UFUNC_NAME __remqu
+#define SFUNC_NAME __remq
+
+#include "divrem.h"