summaryrefslogtreecommitdiff
path: root/src/base/SConscript
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2011-01-03 14:35:45 -0800
committerSteve Reinhardt <steve.reinhardt@amd.com>2011-01-03 14:35:45 -0800
commit2f4c71968af8e0d2d72f4a2e8699921dcd1e0c77 (patch)
tree7aa32d8ae4e3722fcc222e452e5937da7c6a25f5 /src/base/SConscript
parentc69d48f007d2521fdbea52a0a7a95cfc4a547174 (diff)
downloadgem5-2f4c71968af8e0d2d72f4a2e8699921dcd1e0c77.tar.xz
Delete unused files from src/base directory.
Diffstat (limited to 'src/base/SConscript')
-rw-r--r--src/base/SConscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/base/SConscript b/src/base/SConscript
index 91671f817..2bb6b13ab 100644
--- a/src/base/SConscript
+++ b/src/base/SConscript
@@ -38,14 +38,11 @@ Source('bigint.cc')
Source('callback.cc')
Source('circlebuf.cc')
Source('cprintf.cc')
-Source('crc.cc')
Source('debug.cc')
Source('fast_alloc.cc')
if env['USE_FENV']:
Source('fenv.c')
-Source('fifo_buffer.cc')
Source('hostinfo.cc')
-Source('hybrid_pred.cc')
Source('inet.cc')
Source('inifile.cc')
Source('intmath.cc')
@@ -58,7 +55,6 @@ Source('random_mt.cc')
Source('range.cc')
if env['TARGET_ISA'] != 'no':
Source('remote_gdb.cc')
-Source('sat_counter.cc')
Source('socket.cc')
Source('statistics.cc')
Source('str.cc')
@@ -66,8 +62,6 @@ Source('time.cc')
Source('trace.cc')
Source('userinfo.cc')
-Source('compression/lzss_compression.cc')
-
Source('loader/aout_object.cc')
Source('loader/ecoff_object.cc')
Source('loader/elf_object.cc')