Deleted Added
sdiff udiff text old ( 3592:1288f259d55c ) new ( 3960:1dca397b2bab )
full compact
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

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

47
48# Base sources used by all configurations.
49base_sources = Split('''
50 faults.cc
51 floatregfile.cc
52 intregfile.cc
53 miscregfile.cc
54 regfile.cc
55 remote_gdb.cc
56 ''')
57
58# Full-system sources
59full_system_sources = Split('''
60 arguments.cc
61 ev5.cc
62 freebsd/system.cc
63 idle_event.cc
64 ipr.cc
65 kernel_stats.cc
66 linux/system.cc
67 osfpal.cc
68 pagetable.cc
69 stacktrace.cc
70 system.cc
71 tlb.cc
72 tru64/system.cc
73 vtophys.cc
74 ''')
75
76
77# Syscall emulation (non-full-system) sources

--- 27 unchanged lines hidden ---