SConscript (12640:02188fc84bae) SConscript (13168:4965381c122d)
1# -*- mode:python -*-
2
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013 ARM Limited
3# Copyright (c) 2009, 2012-2013, 2018 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
9# to a hardware implementation of the functionality of the software
10# licensed hereunder. You may use the software subject to the license
11# terms below provided that you ensure that this notice is replicated

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

57 Source('insts/mem64.cc')
58 Source('insts/misc.cc')
59 Source('insts/misc64.cc')
60 Source('insts/pred_inst.cc')
61 Source('insts/pseudo.cc')
62 Source('insts/static_inst.cc')
63 Source('insts/vfp.cc')
64 Source('insts/fplib.cc')
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
9# to a hardware implementation of the functionality of the software
10# licensed hereunder. You may use the software subject to the license
11# terms below provided that you ensure that this notice is replicated

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

57 Source('insts/mem64.cc')
58 Source('insts/misc.cc')
59 Source('insts/misc64.cc')
60 Source('insts/pred_inst.cc')
61 Source('insts/pseudo.cc')
62 Source('insts/static_inst.cc')
63 Source('insts/vfp.cc')
64 Source('insts/fplib.cc')
65 Source('insts/crypto.cc')
65 Source('interrupts.cc')
66 Source('isa.cc')
67 Source('isa_device.cc')
68 Source('linux/linux.cc')
69 Source('linux/process.cc')
70 Source('linux/system.cc')
71 Source('freebsd/freebsd.cc')
72 Source('freebsd/process.cc')

--- 34 unchanged lines hidden ---
66 Source('interrupts.cc')
67 Source('isa.cc')
68 Source('isa_device.cc')
69 Source('linux/linux.cc')
70 Source('linux/process.cc')
71 Source('linux/system.cc')
72 Source('freebsd/freebsd.cc')
73 Source('freebsd/process.cc')

--- 34 unchanged lines hidden ---