SConscript (9040:cdfe09f9bdee) SConscript (9057:f5ee56466b91)
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
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/microfpop.cc')
53 Source('insts/microldstop.cc')
54 Source('insts/micromediaop.cc')
55 Source('insts/microop.cc')
56 Source('insts/microregop.cc')
57 Source('insts/static_inst.cc')
58 Source('interrupts.cc')
59 Source('isa.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
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/microfpop.cc')
53 Source('insts/microldstop.cc')
54 Source('insts/micromediaop.cc')
55 Source('insts/microop.cc')
56 Source('insts/microregop.cc')
57 Source('insts/static_inst.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/syscalls.cc')
64 Source('linux/system.cc')
65 Source('nativetrace.cc')
66 Source('pagetable.cc')
67 Source('pagetable_walker.cc')
68 Source('process.cc')

--- 249 unchanged lines hidden ---
60 Source('linux/linux.cc')
61 Source('linux/process.cc')
62 Source('linux/syscalls.cc')
63 Source('linux/system.cc')
64 Source('nativetrace.cc')
65 Source('pagetable.cc')
66 Source('pagetable_walker.cc')
67 Source('process.cc')

--- 249 unchanged lines hidden ---