diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-30 03:04:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-30 03:04:12 +0000 |
commit | bf15958a133ca8c02250cc27c0db28cc6085729b (patch) | |
tree | c3ea3323b2aa9ffc74fd8605863bf13c42b4dc47 /libc/sysdeps/linux/alpha/divl.S | |
parent | 2bbf3bbde1d63c20e82830d699f1dc529ab2ef5f (diff) |
Needed for the alpha port
-Erik
Diffstat (limited to 'libc/sysdeps/linux/alpha/divl.S')
-rw-r--r-- | libc/sysdeps/linux/alpha/divl.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/divl.S b/libc/sysdeps/linux/alpha/divl.S new file mode 100644 index 000000000..fdf053fc2 --- /dev/null +++ b/libc/sysdeps/linux/alpha/divl.S @@ -0,0 +1,6 @@ +#define IS_REM 0 +#define SIZE 4 +#define UFUNC_NAME __divlu +#define SFUNC_NAME __divl + +#include "divrem.h" |