SConscript (4486:aaeb03a8a6e1) SConscript (4826:259b996a6da6)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 25 unchanged lines hidden (view full) ---

34if env['TARGET_ISA'] == 'sparc':
35 Source('asi.cc')
36 Source('faults.cc')
37 Source('floatregfile.cc')
38 Source('intregfile.cc')
39 Source('miscregfile.cc')
40 Source('regfile.cc')
41 Source('remote_gdb.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 25 unchanged lines hidden (view full) ---

34if env['TARGET_ISA'] == 'sparc':
35 Source('asi.cc')
36 Source('faults.cc')
37 Source('floatregfile.cc')
38 Source('intregfile.cc')
39 Source('miscregfile.cc')
40 Source('regfile.cc')
41 Source('remote_gdb.cc')
42 Source('utility.cc')
42
43 if env['FULL_SYSTEM']:
44 SimObject('SparcSystem.py')
45 SimObject('SparcTLB.py')
46
43
44 if env['FULL_SYSTEM']:
45 SimObject('SparcSystem.py')
46 SimObject('SparcTLB.py')
47
47 Source('arguments.cc')
48 Source('pagetable.cc')
49 Source('stacktrace.cc')
50 Source('system.cc')
51 Source('tlb.cc')
52 Source('ua2005.cc')
53 Source('vtophys.cc')
54 else:
55 Source('process.cc')

--- 14 unchanged lines hidden ---
48 Source('pagetable.cc')
49 Source('stacktrace.cc')
50 Source('system.cc')
51 Source('tlb.cc')
52 Source('ua2005.cc')
53 Source('vtophys.cc')
54 else:
55 Source('process.cc')

--- 14 unchanged lines hidden ---