Power: Add a stubbed out stacktrace.cc

This commit is contained in:
Gabe Black
2011-11-13 12:40:15 -08:00
parent ff4ba82610
commit ec32d85f9d
2 changed files with 132 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ if env['TARGET_ISA'] == 'power':
Source('linux/process.cc')
Source('pagetable.cc')
Source('process.cc')
Source('stacktrace.cc')
Source('tlb.cc')
Source('utility.cc')
Source('vtophys.cc')