Alpha: Move reg_redir into its own files, and move some constants into regfile.hh.

This commit is contained in:
Gabe Black
2009-07-08 23:02:21 -07:00
parent 5c37d10624
commit aa031e1c11
8 changed files with 65 additions and 39 deletions

View File

@@ -39,6 +39,7 @@ if env['TARGET_ISA'] == 'alpha':
Source('miscregfile.cc')
Source('pagetable.cc')
Source('regfile.cc')
Source('regredir.cc')
Source('remote_gdb.cc')
Source('tlb.cc')
Source('utility.cc')