From 6ed567d6002df081dd6cf2db6685d3e66c11272b Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Thu, 17 Nov 2016 04:54:14 -0500 Subject: alpha: Remove ALPHA tru64 support and associated tests No one appears to be using it, and it is causing build issues and increases the development and maintenance effort. --- src/sim/process.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/sim') diff --git a/src/sim/process.cc b/src/sim/process.cc index 7c64dad22..21b365296 100644 --- a/src/sim/process.cc +++ b/src/sim/process.cc @@ -70,7 +70,6 @@ #if THE_ISA == ALPHA_ISA #include "arch/alpha/linux/process.hh" -#include "arch/alpha/tru64/process.hh" #elif THE_ISA == SPARC_ISA #include "arch/sparc/linux/process.hh" #include "arch/sparc/solaris/process.hh" @@ -591,10 +590,6 @@ LiveProcess::create(LiveProcessParams * params) fatal("Object file architecture does not match compiled ISA (Alpha)."); switch (objFile->getOpSys()) { - case ObjectFile::Tru64: - process = new AlphaTru64Process(params, objFile); - break; - case ObjectFile::UnknownOpSys: warn("Unknown operating system; assuming Linux."); // fall through -- cgit v1.2.3