From bf15958a133ca8c02250cc27c0db28cc6085729b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 30 May 2002 03:04:12 +0000 Subject: Needed for the alpha port -Erik --- libc/sysdeps/linux/alpha/reml.S | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libc/sysdeps/linux/alpha/reml.S (limited to 'libc/sysdeps/linux/alpha/reml.S') diff --git a/libc/sysdeps/linux/alpha/reml.S b/libc/sysdeps/linux/alpha/reml.S new file mode 100644 index 000000000..8c00365ee --- /dev/null +++ b/libc/sysdeps/linux/alpha/reml.S @@ -0,0 +1,6 @@ +#define IS_REM 1 +#define SIZE 4 +#define UFUNC_NAME __remlu +#define SFUNC_NAME __reml + +#include "divrem.h" -- cgit v1.2.3