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
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define N $16
|
||||
#define X $17
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 88
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 40
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
.set noat
|
||||
.set noreorder
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define ASSEMBLER
|
||||
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCH_SIZE 80
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define N $16
|
||||
#define X $17
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#define ASSEMBLER
|
||||
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
.globl NAME
|
||||
.ent NAME
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define ASSEMBLER
|
||||
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCH_SIZE 80
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 88
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
.set noat
|
||||
.set noreorder
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#if !defined(EV4) && !defined(EV5) && !defined(EV6)
|
||||
#error "Architecture is not specified."
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define STACKSIZE 64
|
||||
#define PREFETCHSIZE 32
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define STACKSIZE 64
|
||||
#define PREFETCHSIZE 32
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define N $16
|
||||
#define X $17
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define N $16
|
||||
#define X $17
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define N $16
|
||||
#define X $17
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
/* or implied, of The University of Texas at Austin. */
|
||||
/*********************************************************************/
|
||||
|
||||
#include "version.h"
|
||||
|
||||
|
||||
.set noat
|
||||
.set noreorder
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define N $16
|
||||
#define X $17
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define N $16
|
||||
#define X $17
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 88
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define ASSEMBLER
|
||||
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCH_SIZE 80
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 88
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
PROLOGUE
|
||||
PROFCODE
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#if !defined(EV4) && !defined(EV5) && !defined(EV6)
|
||||
#error "Architecture is not specified."
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#if !defined(EV4) && !defined(EV5) && !defined(EV6)
|
||||
#error "Architecture is not specified."
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#if !defined(EV4) && !defined(EV5) && !defined(EV6)
|
||||
#error "Architecture is not specified."
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define N $16
|
||||
#define X $17
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 88
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 40
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 88
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
.set noat
|
||||
.set noreorder
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#if !defined(EV4) && !defined(EV5) && !defined(EV6)
|
||||
#error "Architecture is not specified."
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define STACKSIZE 64
|
||||
#define PREFETCHSIZE 32
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define STACKSIZE 64
|
||||
#define PREFETCHSIZE 32
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define ASSEMBLER
|
||||
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCH_SIZE 80
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define N $16
|
||||
#define X $17
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 88
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PREFETCHSIZE 88
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
PROLOGUE
|
||||
PROFCODE
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#if !defined(EV4) && !defined(EV5) && !defined(EV6)
|
||||
#error "Architecture is not specified."
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#if !defined(EV4) && !defined(EV5) && !defined(EV6)
|
||||
#error "Architecture is not specified."
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define ASSEMBLER
|
||||
#include "common.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#if !defined(EV4) && !defined(EV5) && !defined(EV6)
|
||||
#error "Architecture is not specified."
|
||||
|
|
Loading…
Reference in New Issue