MIPS: Cleaned up includes to break loops, and got rid of isa_traits.cc

Loops of header files including each other was causing compilation to fail. To fix it, a bunch of unnecessary includes were removed, and the code in isa_traits.cc which brought a bunch of include chains together was broken up and put in proximity to the header files that delcared it.

--HG--
extra : convert_revision : 66ef7762024b72bb91147a5589a0779e279521e0
This commit is contained in:
Gabe Black
2007-08-01 13:55:47 -07:00
parent e5e5b0119d
commit 239d124e83
8 changed files with 17 additions and 117 deletions

View File

@@ -34,8 +34,9 @@ Import('*')
if env['TARGET_ISA'] == 'mips':
Source('faults.cc')
Source('isa_traits.cc')
Source('regfile/int_regfile.cc')
Source('regfile/misc_regfile.cc')
Source('regfile/regfile.cc')
Source('utility.cc')
Source('dsp.cc')