summaryrefslogtreecommitdiff
path: root/system/alpha/console
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-05-18 16:26:16 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-05-18 16:26:16 -0400
commit496c48d9b2cdf77e7c73c04307db9a0ff19828c0 (patch)
tree354926b108c98fddec60211601597eb14763861d /system/alpha/console
parentc5d815dc2d43062d4eeb036d528b0cc2ed281c5d (diff)
downloadgem5-496c48d9b2cdf77e7c73c04307db9a0ff19828c0.tar.xz
Major clean up of alpha system files.
console/Makefile: palcode/Makefile: moved header files to /h so updated make file for that console/dbmentry.s: console/paljtokern.s: console/paljtoslave.s: upadated to use osf file that the palcode uses, one less file
Diffstat (limited to 'system/alpha/console')
-rw-r--r--system/alpha/console/Makefile4
-rw-r--r--system/alpha/console/dbmentry.s2
-rw-r--r--system/alpha/console/paljtokern.s7
-rw-r--r--system/alpha/console/paljtoslave.s7
4 files changed, 11 insertions, 9 deletions
diff --git a/system/alpha/console/Makefile b/system/alpha/console/Makefile
index 518596058..1020bfb39 100644
--- a/system/alpha/console/Makefile
+++ b/system/alpha/console/Makefile
@@ -33,11 +33,11 @@ printf.o: printf.c
$(CC) -g3 $(INCLUDES) -nostdinc++ -o $*.o -c $*.c
paljtokern.s.o: paljtokern.s
- g++ -I ../palcode -E -P -nostdinc -nostdinc++ -x c++ paljtokern.s | \
+ g++ -I ../h -E -P -nostdinc -nostdinc++ -x c++ paljtokern.s | \
$(AS) -m 21164 -o paljtokern.s.o
paljtoslave.s.o: paljtoslave.s
- g++ -I ../palcode -E -P -nostdinc -nostdinc++ -x c++ paljtoslave.s | \
+ g++ -I ../h -E -P -nostdinc -nostdinc++ -x c++ paljtoslave.s | \
$(AS) -m 21164 -o paljtoslave.s.o
console: console.o dbmentry.o printf.o paljtokern.s.o paljtoslave.s.o
diff --git a/system/alpha/console/dbmentry.s b/system/alpha/console/dbmentry.s
index 754fee234..d8741e658 100644
--- a/system/alpha/console/dbmentry.s
+++ b/system/alpha/console/dbmentry.s
@@ -15,7 +15,7 @@
#ifndef MAKEDEPEND
#include "ev5_impure.h"
#include "cserve.h"
-#include "osf.h"
+#include "fromHudsonOsf.h"
#endif
//#include "paldefs.h"
diff --git a/system/alpha/console/paljtokern.s b/system/alpha/console/paljtokern.s
index 979d719a9..66b593461 100644
--- a/system/alpha/console/paljtokern.s
+++ b/system/alpha/console/paljtokern.s
@@ -1,6 +1,7 @@
-#include "dc21164.h" // DECchip 21164 specific definitions
-#include "osf.h" // OSF/1 specific definitions
-#include "macros.h" // Global macro definitions
+#include "dc21164FromGasSources.h" // DECchip 21164 specific definitions
+#include "ev5_defs.h"
+#include "fromHudsonOsf.h" // OSF/1 specific definitions
+#include "fromHudsonMacros.h" // Global macro definitions
#include "ev5_impure.h" // Scratch & logout area data structures
#include "platform.h" // Platform specific definitions
diff --git a/system/alpha/console/paljtoslave.s b/system/alpha/console/paljtoslave.s
index c1809afb7..3c3abd01c 100644
--- a/system/alpha/console/paljtoslave.s
+++ b/system/alpha/console/paljtoslave.s
@@ -1,6 +1,7 @@
-#include "dc21164.h" // DECchip 21164 specific definitions
-#include "osf.h" // OSF/1 specific definitions
-#include "macros.h" // Global macro definitions
+#include "dc21164FromGasSources.h" // DECchip 21164 specific definitions
+#include "ev5_defs.h"
+#include "fromHudsonOsf.h" // OSF/1 specific definitions
+#include "fromHudsonMacros.h" // Global macro definitions
#include "ev5_impure.h" // Scratch & logout area data structures
#include "platform.h" // Platform specific definitions