SConscript (3522:dc17a8e74141) SConscript (3551:08d588714ee1)
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

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

49 floatregfile.cc
50 intregfile.cc
51 miscregfile.cc
52 regfile.cc
53 ''')
54
55# Full-system sources
56full_system_sources = Split('''
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

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

49 floatregfile.cc
50 intregfile.cc
51 miscregfile.cc
52 regfile.cc
53 ''')
54
55# Full-system sources
56full_system_sources = Split('''
57 vtophys.cc
57 arguments.cc
58 remote_gdb.cc
59 stacktrace.cc
58 system.cc
60 system.cc
61 tlb.cc
62 vtophys.cc
59 ''')
60
61# Syscall emulation (non-full-system) sources
62syscall_emulation_sources = Split('''
63 linux/linux.cc
64 linux/process.cc
65 process.cc
66 solaris/process.cc

--- 21 unchanged lines hidden ---
63 ''')
64
65# Syscall emulation (non-full-system) sources
66syscall_emulation_sources = Split('''
67 linux/linux.cc
68 linux/process.cc
69 process.cc
70 solaris/process.cc

--- 21 unchanged lines hidden ---