Finish implementation of sim-memopt.
[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
88d5f8e8 41gdbinit.in
b9c8cd10 42genmloop.sh
db7d7ff8
DE
43gentmap.c
44gentvals.sh
45nltvals.def
c95d08a8 46nrun.c
7bf1bbbc
SC
47run.c
48run.1
ba237406 49sim-abort.c
332cb5d9 50sim-alu.h
ba237406 51sim-assert.h
e77fd269 52sim-base.h
d0d80f48 53sim-basics.h
332cb5d9
AC
54sim-bits.c
55sim-bits.h
710f55ce 56sim-config.c
d0d80f48 57sim-config.h
a1dc3945
AC
58sim-core.c
59sim-core.h
332cb5d9
AC
60sim-endian.c
61sim-endian.h
ba237406
AC
62sim-engine.c
63sim-engine.h
a1dc3945
AC
64sim-events.c
65sim-events.h
710f55ce
DE
66sim-fpu.c
67sim-fpu.h
fafce69a 68sim-hload.c
6dbaff8f 69sim-hrw.c
d0d80f48 70sim-inline.c
332cb5d9 71sim-inline.h
a1dc3945
AC
72sim-io.c
73sim-io.h
3b609fd5 74sim-load.c
a34abff8
AC
75sim-memopt.c
76sim-memopt.h
b9c8cd10 77sim-model.c
b320601b
DE
78sim-model.h
79sim-module.c
80sim-module.h
f5c7064a
AC
81sim-n-bits.h
82sim-n-core.h
83sim-n-endian.h
4ede3a83
DE
84sim-options.c
85sim-options.h
b320601b
DE
86sim-profile.c
87sim-profile.h
ba237406
AC
88sim-reason.c
89sim-resume.c
90sim-run.c
91sim-stop.c
e9b2f579 92sim-trace.c
3b609fd5 93sim-trace.h
a1dc3945 94sim-types.h
e77fd269 95sim-utils.c
f4749781 96sim-utils.h
5697f152
DE
97sim-watch.c
98sim-watch.h
603ece73 99sim-xcat.h
db7d7ff8 100tconfig.in
7bf1bbbc
SC
101
102Things-to-lose:
103
104
105Do-last:
106
107# End of file.
This page took 0.082187 seconds and 4 git commands to generate.