summaryrefslogtreecommitdiff
path: root/arch/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-10 19:11:27 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-10 19:11:27 -0500
commit3ed62ad02547ae93f77c7f1f1e6d15b3d889a7a9 (patch)
tree525c4d3a61a19c30b5c072c22aa1bd1369f33057 /arch/SConscript
parente3651fde0b2c8a12a26cfb5b22b1944a47d59f4d (diff)
downloadgem5-3ed62ad02547ae93f77c7f1f1e6d15b3d889a7a9.tar.xz
Work towards factoring isa_traits.hh into smaller, more specialized files.
arch/SConscript: Sorted the switch headers, and added registerfile.hh, constants.hh, types.hh, and utility.hh. arch/alpha/isa_traits.hh: Moved the register file types to registerfile.hh, small functions to utility.hh, and cleaned out alot of stuff that isn't necessary anymore. base/loader/ecoff_object.cc: base/loader/elf_object.cc: cpu/pc_event.hh: cpu/static_inst.hh: mem/port.hh: sim/faults.cc: sim/system.hh: base/misc.hh isn't included through isa_traits.hh anymore. cpu/simple/cpu.cc: Added include for arch/utility.hh --HG-- extra : convert_revision : 24f65f330f87e3c909c939596cfcf48336022eaf
Diffstat (limited to 'arch/SConscript')
-rw-r--r--arch/SConscript10
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/SConscript b/arch/SConscript
index 0533261a2..4b1a7d406 100644
--- a/arch/SConscript
+++ b/arch/SConscript
@@ -45,13 +45,17 @@ sources = []
# List of headers to generate
isa_switch_hdrs = Split('''
+ arguments.hh
+ constants.hh
+ faults.hh
isa_traits.hh
- tlb.hh
process.hh
- arguments.hh
+ registerfile.hh
stacktrace.hh
+ tlb.hh
+ types.hh
+ utility.hh
vtophys.hh
- faults.hh
''')
# Generate the header. target[0] is the full path of the output