alpha: Remove include of version.h

It will be defined by preprocessor argument.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
This commit is contained in:
Jiaxun Yang 2022-08-11 14:49:36 +01:00
parent fa14bdb26d
commit 50c4eeb97d
42 changed files with 42 additions and 42 deletions

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define N $16 #define N $16
#define X $17 #define X $17

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 88 #define PREFETCHSIZE 88

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 40 #define PREFETCHSIZE 40

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
.set noat .set noat
.set noreorder .set noreorder

View File

@ -39,7 +39,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCH_SIZE 80 #define PREFETCH_SIZE 80

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define N $16 #define N $16
#define X $17 #define X $17

View File

@ -42,7 +42,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
.globl NAME .globl NAME
.ent NAME .ent NAME

View File

@ -39,7 +39,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCH_SIZE 80 #define PREFETCH_SIZE 80

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 88 #define PREFETCHSIZE 88

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
.set noat .set noat
.set noreorder .set noreorder

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#if !defined(EV4) && !defined(EV5) && !defined(EV6) #if !defined(EV4) && !defined(EV5) && !defined(EV6)
#error "Architecture is not specified." #error "Architecture is not specified."

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define STACKSIZE 64 #define STACKSIZE 64
#define PREFETCHSIZE 32 #define PREFETCHSIZE 32

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define STACKSIZE 64 #define STACKSIZE 64
#define PREFETCHSIZE 32 #define PREFETCHSIZE 32

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define N $16 #define N $16
#define X $17 #define X $17

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define N $16 #define N $16
#define X $17 #define X $17

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define N $16 #define N $16
#define X $17 #define X $17

View File

@ -36,7 +36,7 @@
/* or implied, of The University of Texas at Austin. */ /* or implied, of The University of Texas at Austin. */
/*********************************************************************/ /*********************************************************************/
#include "version.h"
.set noat .set noat
.set noreorder .set noreorder

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define N $16 #define N $16
#define X $17 #define X $17

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define N $16 #define N $16
#define X $17 #define X $17

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 88 #define PREFETCHSIZE 88

View File

@ -39,7 +39,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCH_SIZE 80 #define PREFETCH_SIZE 80

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 88 #define PREFETCHSIZE 88

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
PROLOGUE PROLOGUE
PROFCODE PROFCODE

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#if !defined(EV4) && !defined(EV5) && !defined(EV6) #if !defined(EV4) && !defined(EV5) && !defined(EV6)
#error "Architecture is not specified." #error "Architecture is not specified."

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#if !defined(EV4) && !defined(EV5) && !defined(EV6) #if !defined(EV4) && !defined(EV5) && !defined(EV6)
#error "Architecture is not specified." #error "Architecture is not specified."

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#if !defined(EV4) && !defined(EV5) && !defined(EV6) #if !defined(EV4) && !defined(EV5) && !defined(EV6)
#error "Architecture is not specified." #error "Architecture is not specified."

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define N $16 #define N $16
#define X $17 #define X $17

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 88 #define PREFETCHSIZE 88

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 40 #define PREFETCHSIZE 40

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 88 #define PREFETCHSIZE 88

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
.set noat .set noat
.set noreorder .set noreorder

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#if !defined(EV4) && !defined(EV5) && !defined(EV6) #if !defined(EV4) && !defined(EV5) && !defined(EV6)
#error "Architecture is not specified." #error "Architecture is not specified."

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define STACKSIZE 64 #define STACKSIZE 64
#define PREFETCHSIZE 32 #define PREFETCHSIZE 32

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define STACKSIZE 64 #define STACKSIZE 64
#define PREFETCHSIZE 32 #define PREFETCHSIZE 32

View File

@ -39,7 +39,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCH_SIZE 80 #define PREFETCH_SIZE 80

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define N $16 #define N $16
#define X $17 #define X $17

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 88 #define PREFETCHSIZE 88

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#define PREFETCHSIZE 88 #define PREFETCHSIZE 88

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
PROLOGUE PROLOGUE
PROFCODE PROFCODE

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#if !defined(EV4) && !defined(EV5) && !defined(EV6) #if !defined(EV4) && !defined(EV5) && !defined(EV6)
#error "Architecture is not specified." #error "Architecture is not specified."

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#if !defined(EV4) && !defined(EV5) && !defined(EV6) #if !defined(EV4) && !defined(EV5) && !defined(EV6)
#error "Architecture is not specified." #error "Architecture is not specified."

View File

@ -38,7 +38,7 @@
#define ASSEMBLER #define ASSEMBLER
#include "common.h" #include "common.h"
#include "version.h"
#if !defined(EV4) && !defined(EV5) && !defined(EV6) #if !defined(EV4) && !defined(EV5) && !defined(EV6)
#error "Architecture is not specified." #error "Architecture is not specified."