Wed May 22 00:40:50 1996 David Mosberger-Tang <davidm@azstarnet.com>

* 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.
This commit is contained in:
Roland McGrath 1996-05-23 05:32:48 +00:00
parent 0e6abf6bbc
commit 94765f9edc
8 changed files with 8 additions and 8 deletions

View File

@ -3,4 +3,4 @@
#define SIGNED 1
#define FUNC_NAME __divl
#include "divrem.S"
#include "divrem.h"

View File

@ -3,4 +3,4 @@
#define SIGNED 0
#define FUNC_NAME __divlu
#include "divrem.S"
#include "divrem.h"

View File

@ -3,4 +3,4 @@
#define SIGNED 1
#define FUNC_NAME __divq
#include "divrem.S"
#include "divrem.h"

View File

@ -3,4 +3,4 @@
#define SIGNED 0
#define FUNC_NAME __divqu
#include "divrem.S"
#include "divrem.h"

View File

@ -3,4 +3,4 @@
#define SIGNED 1
#define FUNC_NAME __reml
#include "divrem.S"
#include "divrem.h"

View File

@ -3,4 +3,4 @@
#define SIGNED 0
#define FUNC_NAME __remlu
#include "divrem.S"
#include "divrem.h"

View File

@ -3,4 +3,4 @@
#define SIGNED 1
#define FUNC_NAME __remq
#include "divrem.S"
#include "divrem.h"

View File

@ -3,4 +3,4 @@
#define SIGNED 0
#define FUNC_NAME __remqu
#include "divrem.S"
#include "divrem.h"