o Implement generic halt/restart/abort module.
[deliverable/binutils-gdb.git] / sim / common / .Sanitize
CommitLineData
3994972d 1# .Sanitize for devo/sim/common.
7bf1bbbc 2
3994972d 3# Each directory to survive its way into a release will need a file
7bf1bbbc
SC
4# like this one called "./.Sanitize". All keyword lines must exist,
5# and must exist in the order specified by this file. Each directory
6# in the tree will be processed, top down, in the following order.
7
8# Hash started lines like this one are comments and will be deleted
9# before anything else is done. Blank lines will also be squashed
10# out.
11
12# The lines between the "Do-first:" line and the "Things-to-keep:"
13# line are executed as a /bin/sh shell script before anything else is
3994972d 14# done in this directory.
7bf1bbbc
SC
15
16Do-first:
17
18# All files listed between the "Things-to-keep:" line and the
19# "Files-to-sed:" line will be kept. All other files will be removed.
20# Directories listed in this section will have their own Sanitize
21# called. Directories not listed will be removed in their entirety
22# with rm -rf.
23
24Things-to-keep:
25
f025d903 26ChangeLog
db7d7ff8
DE
27Make-common.in
28Makefile.in
29aclocal.m4
30callback.c
b9c8cd10
DE
31cgen-scache.c
32cgen-scache.h
b9c8cd10
DE
33cgen-sim.h
34cgen-trace.c
35cgen-trace.h
36cgen-types.h
37cgen-utils.c
db7d7ff8
DE
38config.in
39configure.in
40configure
b9c8cd10 41genmloop.sh
db7d7ff8
DE
42gentmap.c
43gentvals.sh
44nltvals.def
c95d08a8 45nrun.c
7bf1bbbc
SC
46run.c
47run.1
603ece73 48sim-assert.h
332cb5d9 49sim-alu.h
e77fd269 50sim-base.h
d0d80f48 51sim-basics.h
332cb5d9
AC
52sim-bits.c
53sim-bits.h
710f55ce 54sim-config.c
d0d80f48 55sim-config.h
a1dc3945
AC
56sim-core.c
57sim-core.h
332cb5d9
AC
58sim-endian.c
59sim-endian.h
a1dc3945
AC
60sim-events.c
61sim-events.h
710f55ce
DE
62sim-fpu.c
63sim-fpu.h
f03b093c
AC
64sim-halt.c
65sim-halt.h
d0d80f48 66sim-inline.c
332cb5d9 67sim-inline.h
a1dc3945
AC
68sim-io.c
69sim-io.h
3b609fd5 70sim-load.c
b9c8cd10 71sim-model.c
b320601b
DE
72sim-model.h
73sim-module.c
74sim-module.h
f5c7064a
AC
75sim-n-bits.h
76sim-n-core.h
77sim-n-endian.h
4ede3a83
DE
78sim-options.c
79sim-options.h
b320601b
DE
80sim-profile.c
81sim-profile.h
e9b2f579 82sim-trace.c
3b609fd5 83sim-trace.h
a1dc3945 84sim-types.h
e77fd269 85sim-utils.c
f4749781 86sim-utils.h
603ece73 87sim-xcat.h
db7d7ff8 88tconfig.in
7bf1bbbc
SC
89
90Things-to-lose:
91
92
93Do-last:
94
95# End of file.
This page took 0.094751 seconds and 4 git commands to generate.