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:
parent
fa14bdb26d
commit
50c4eeb97d
|
@ -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
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 88
|
#define PREFETCHSIZE 88
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 40
|
#define PREFETCHSIZE 40
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 88
|
#define PREFETCHSIZE 88
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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."
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 88
|
#define PREFETCHSIZE 88
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 88
|
#define PREFETCHSIZE 88
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
PROLOGUE
|
PROLOGUE
|
||||||
PROFCODE
|
PROFCODE
|
||||||
|
|
|
@ -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."
|
||||||
|
|
|
@ -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."
|
||||||
|
|
|
@ -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."
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 88
|
#define PREFETCHSIZE 88
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 40
|
#define PREFETCHSIZE 40
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 88
|
#define PREFETCHSIZE 88
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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."
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 88
|
#define PREFETCHSIZE 88
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define PREFETCHSIZE 88
|
#define PREFETCHSIZE 88
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
PROLOGUE
|
PROLOGUE
|
||||||
PROFCODE
|
PROFCODE
|
||||||
|
|
|
@ -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."
|
||||||
|
|
|
@ -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."
|
||||||
|
|
|
@ -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."
|
||||||
|
|
Loading…
Reference in New Issue