diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-03-08 13:26:30 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-03-08 13:26:30 -0500 |
commit | 67732a7b2816929e41a52998c25eb008217041a5 (patch) | |
tree | e4f51373195cab0f88e7f727d3837255a6909614 /arch/SConscript | |
parent | 4d44e53736507de176e48cbf99b064ffa0ae5a7a (diff) | |
parent | 0df85fd8d8b7a8c8d11b1b3da5b6277e4a5e54ec (diff) | |
download | gem5-67732a7b2816929e41a52998c25eb008217041a5.tar.xz |
Merge ktlim@zizzer:/bk/m5
into zamp.eecs.umich.edu:/z/ktlim2/m5-proxyxc
arch/alpha/ev5.cc:
cpu/o3/cpu.hh:
SCCS merged
--HG--
extra : convert_revision : 38889011ea02005c8fd3a7f3b0be3395223f6166
Diffstat (limited to 'arch/SConscript')
-rw-r--r-- | arch/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/SConscript b/arch/SConscript index b4b7a1ddb..0533261a2 100644 --- a/arch/SConscript +++ b/arch/SConscript @@ -48,13 +48,10 @@ isa_switch_hdrs = Split(''' isa_traits.hh tlb.hh process.hh - aout_machdep.h - ecoff_machdep.h arguments.hh stacktrace.hh vtophys.hh faults.hh - ev5.hh ''') # Generate the header. target[0] is the full path of the output |