* cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files.
[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-mem.h
32cgen-scache.c
33cgen-scache.h
34cgen-sem.h
35cgen-sim.h
36cgen-trace.c
37cgen-trace.h
38cgen-types.h
39cgen-utils.c
db7d7ff8
DE
40config.in
41configure.in
42configure
b9c8cd10 43genmloop.sh
db7d7ff8
DE
44gentmap.c
45gentvals.sh
46nltvals.def
c95d08a8 47nrun.c
7bf1bbbc
SC
48run.c
49run.1
603ece73 50sim-assert.h
332cb5d9 51sim-alu.h
e77fd269 52sim-base.h
d0d80f48 53sim-basics.h
332cb5d9
AC
54sim-bits.c
55sim-bits.h
d0d80f48 56sim-config.h
a1dc3945
AC
57sim-core.c
58sim-core.h
332cb5d9
AC
59sim-endian.c
60sim-endian.h
a1dc3945
AC
61sim-events.c
62sim-events.h
d0d80f48 63sim-inline.c
332cb5d9 64sim-inline.h
a1dc3945
AC
65sim-io.c
66sim-io.h
3b609fd5 67sim-load.c
b9c8cd10 68sim-model.c
b320601b
DE
69sim-model.h
70sim-module.c
71sim-module.h
f5c7064a
AC
72sim-n-bits.h
73sim-n-core.h
74sim-n-endian.h
4ede3a83
DE
75sim-options.c
76sim-options.h
b320601b
DE
77sim-profile.c
78sim-profile.h
e9b2f579 79sim-trace.c
3b609fd5 80sim-trace.h
a1dc3945 81sim-types.h
e77fd269 82sim-utils.c
603ece73 83sim-xcat.h
db7d7ff8 84tconfig.in
7bf1bbbc
SC
85
86Things-to-lose:
87
88
89Do-last:
90
91# End of file.
This page took 0.07437 seconds and 4 git commands to generate.