From 3ed62ad02547ae93f77c7f1f1e6d15b3d889a7a9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 10 Mar 2006 19:11:27 -0500 Subject: 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 --- base/loader/ecoff_object.cc | 1 + base/loader/elf_object.cc | 1 + 2 files changed, 2 insertions(+) (limited to 'base') diff --git a/base/loader/ecoff_object.cc b/base/loader/ecoff_object.cc index cd37abaa7..80917ee9c 100644 --- a/base/loader/ecoff_object.cc +++ b/base/loader/ecoff_object.cc @@ -29,6 +29,7 @@ #include #include "base/loader/ecoff_object.hh" +#include "base/misc.hh" #include "base/loader/symtab.hh" #include "base/trace.hh" // for DPRINTF diff --git a/base/loader/elf_object.cc b/base/loader/elf_object.cc index 9a67f1887..2925817cd 100644 --- a/base/loader/elf_object.cc +++ b/base/loader/elf_object.cc @@ -42,6 +42,7 @@ #include "libelf/gelf.h" #include "base/loader/elf_object.hh" +#include "base/misc.hh" #include "base/loader/symtab.hh" -- cgit v1.2.3