SConscript (4202:f7a05daec670) | SConscript (4486:aaeb03a8a6e1) |
---|---|
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 --- 26 unchanged lines hidden (view full) --- 35 Source('faults.cc') 36 Source('floatregfile.cc') 37 Source('intregfile.cc') 38 Source('miscregfile.cc') 39 Source('regfile.cc') 40 Source('remote_gdb.cc') 41 42 if env['FULL_SYSTEM']: | 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 --- 26 unchanged lines hidden (view full) --- 35 Source('faults.cc') 36 Source('floatregfile.cc') 37 Source('intregfile.cc') 38 Source('miscregfile.cc') 39 Source('regfile.cc') 40 Source('remote_gdb.cc') 41 42 if env['FULL_SYSTEM']: |
43 SimObject('AlphaSystem.py') 44 SimObject('AlphaTLB.py') 45 |
|
43 Source('arguments.cc') 44 Source('ev5.cc') 45 Source('idle_event.cc') 46 Source('ipr.cc') 47 Source('kernel_stats.cc') 48 Source('osfpal.cc') 49 Source('pagetable.cc') 50 Source('stacktrace.cc') --- 23 unchanged lines hidden --- | 46 Source('arguments.cc') 47 Source('ev5.cc') 48 Source('idle_event.cc') 49 Source('ipr.cc') 50 Source('kernel_stats.cc') 51 Source('osfpal.cc') 52 Source('pagetable.cc') 53 Source('stacktrace.cc') --- 23 unchanged lines hidden --- |