SConscript (9041:c7d6e967e692) SConscript (9057:f5ee56466b91)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

52 Source('insts/macromem.cc')
53 Source('insts/mem.cc')
54 Source('insts/misc.cc')
55 Source('insts/pred_inst.cc')
56 Source('insts/static_inst.cc')
57 Source('insts/vfp.cc')
58 Source('interrupts.cc')
59 Source('isa.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2009 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

52 Source('insts/macromem.cc')
53 Source('insts/mem.cc')
54 Source('insts/misc.cc')
55 Source('insts/pred_inst.cc')
56 Source('insts/static_inst.cc')
57 Source('insts/vfp.cc')
58 Source('interrupts.cc')
59 Source('isa.cc')
60 Source('isa_traits.cc')
61 Source('linux/linux.cc')
62 Source('linux/process.cc')
63 Source('linux/system.cc')
64 Source('miscregs.cc')
65 Source('nativetrace.cc')
66 Source('process.cc')
67 Source('remote_gdb.cc')
68 Source('stacktrace.cc')

--- 23 unchanged lines hidden ---
60 Source('linux/linux.cc')
61 Source('linux/process.cc')
62 Source('linux/system.cc')
63 Source('miscregs.cc')
64 Source('nativetrace.cc')
65 Source('process.cc')
66 Source('remote_gdb.cc')
67 Source('stacktrace.cc')

--- 23 unchanged lines hidden ---