Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com>
authorRoland McGrath <roland@gnu.org>
Thu, 23 May 1996 05:32:48 +0000 (05:32 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 23 May 1996 05:32:48 +0000 (05:32 +0000)
* sysdeps/alpha/divl.S, sysdeps/alpha/divlu.S, sysdeps/alpha/divq.S,
sysdeps/alpha/divqu.S, sysdeps/alpha/reml.S, sysdeps/alpha/remlu.S,
sysdeps/alpha/remq.S, sysdeps/alpha/remqu.S: Include divrem.h instead
of divrem.S.

sysdeps/alpha/divl.S
sysdeps/alpha/divlu.S
sysdeps/alpha/divq.S
sysdeps/alpha/divqu.S
sysdeps/alpha/reml.S
sysdeps/alpha/remlu.S
sysdeps/alpha/remq.S
sysdeps/alpha/remqu.S

index 7dbb504..6990665 100644 (file)
@@ -3,4 +3,4 @@
 #define SIGNED         1
 #define FUNC_NAME      __divl
 
-#include "divrem.S"
+#include "divrem.h"
index 9cc71da..ee96c95 100644 (file)
@@ -3,4 +3,4 @@
 #define SIGNED         0
 #define FUNC_NAME      __divlu
 
-#include "divrem.S"
+#include "divrem.h"
index f7af8d6..bde3425 100644 (file)
@@ -3,4 +3,4 @@
 #define SIGNED         1
 #define FUNC_NAME      __divq
 
-#include "divrem.S"
+#include "divrem.h"
index faf2932..72dcf97 100644 (file)
@@ -3,4 +3,4 @@
 #define SIGNED         0
 #define FUNC_NAME      __divqu
 
-#include "divrem.S"
+#include "divrem.h"
index cede136..b631a02 100644 (file)
@@ -3,4 +3,4 @@
 #define SIGNED         1
 #define FUNC_NAME      __reml
 
-#include "divrem.S"
+#include "divrem.h"
index 3658d92..8d527e4 100644 (file)
@@ -3,4 +3,4 @@
 #define SIGNED         0
 #define FUNC_NAME      __remlu
 
-#include "divrem.S"
+#include "divrem.h"
index 61f2067..8bd9f33 100644 (file)
@@ -3,4 +3,4 @@
 #define SIGNED         1
 #define FUNC_NAME      __remq
 
-#include "divrem.S"
+#include "divrem.h"
index e22d5ac..14a7486 100644 (file)
@@ -3,4 +3,4 @@
 #define SIGNED         0
 #define FUNC_NAME      __remqu
 
-#include "divrem.S"
+#include "divrem.h"