mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
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:
parent
0e6abf6bbc
commit
94765f9edc
@ -3,4 +3,4 @@
|
||||
#define SIGNED 1
|
||||
#define FUNC_NAME __divl
|
||||
|
||||
#include "divrem.S"
|
||||
#include "divrem.h"
|
||||
|
@ -3,4 +3,4 @@
|
||||
#define SIGNED 0
|
||||
#define FUNC_NAME __divlu
|
||||
|
||||
#include "divrem.S"
|
||||
#include "divrem.h"
|
||||
|
@ -3,4 +3,4 @@
|
||||
#define SIGNED 1
|
||||
#define FUNC_NAME __divq
|
||||
|
||||
#include "divrem.S"
|
||||
#include "divrem.h"
|
||||
|
@ -3,4 +3,4 @@
|
||||
#define SIGNED 0
|
||||
#define FUNC_NAME __divqu
|
||||
|
||||
#include "divrem.S"
|
||||
#include "divrem.h"
|
||||
|
@ -3,4 +3,4 @@
|
||||
#define SIGNED 1
|
||||
#define FUNC_NAME __reml
|
||||
|
||||
#include "divrem.S"
|
||||
#include "divrem.h"
|
||||
|
@ -3,4 +3,4 @@
|
||||
#define SIGNED 0
|
||||
#define FUNC_NAME __remlu
|
||||
|
||||
#include "divrem.S"
|
||||
#include "divrem.h"
|
||||
|
@ -3,4 +3,4 @@
|
||||
#define SIGNED 1
|
||||
#define FUNC_NAME __remq
|
||||
|
||||
#include "divrem.S"
|
||||
#include "divrem.h"
|
||||
|
@ -3,4 +3,4 @@
|
||||
#define SIGNED 0
|
||||
#define FUNC_NAME __remqu
|
||||
|
||||
#include "divrem.S"
|
||||
#include "divrem.h"
|
||||
|
Loading…
Reference in New Issue
Block a user