summaryrefslogtreecommitdiff
path: root/system/alpha/console
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-05-17 02:04:19 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-05-17 02:04:19 -0400
commitb582b5058e1ecfc4f8a38c74ff111bed47d9fdbb (patch)
treea939473a0291a7c2267115ed881c5293bada207a /system/alpha/console
parentce9b1a1e373cf965e18ef379a121b95119ff1f46 (diff)
downloadgem5-b582b5058e1ecfc4f8a38c74ff111bed47d9fdbb.tar.xz
palcode updated to deal with interrupts correctly
deleted and then upon realizing we needed them undeleted a bunch of header files in the palcode dir console/Makefile: fixed so it will work with tru64... still haven't got the console to build under linux palcode/platform_m5.s: fixed code to "fake" srm console interrupt handling correctly include serial interrupts
Diffstat (limited to 'system/alpha/console')
-rw-r--r--system/alpha/console/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/alpha/console/Makefile b/system/alpha/console/Makefile
index 5905fa9d2..d83bdc9fa 100644
--- a/system/alpha/console/Makefile
+++ b/system/alpha/console/Makefile
@@ -8,7 +8,7 @@ SOURDIR = ./
PALCODE = ../palcode
INCLUDEH = ../h
CC=gcc
-AS=gas
+#AS=gas
dbmentry.o: dbmentry.s
$(AS) $(INCLUDES) -nointrinsics -o $*.o $*.s