o Implement generic halt/restart/abort module.
[deliverable/binutils-gdb.git] / sim / common / .Sanitize
1 # .Sanitize for devo/sim/common.
2
3 # Each directory to survive its way into a release will need a file
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
14 # done in this directory.
15
16 Do-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
24 Things-to-keep:
25
26 ChangeLog
27 Make-common.in
28 Makefile.in
29 aclocal.m4
30 callback.c
31 cgen-scache.c
32 cgen-scache.h
33 cgen-sim.h
34 cgen-trace.c
35 cgen-trace.h
36 cgen-types.h
37 cgen-utils.c
38 config.in
39 configure.in
40 configure
41 genmloop.sh
42 gentmap.c
43 gentvals.sh
44 nltvals.def
45 nrun.c
46 run.c
47 run.1
48 sim-assert.h
49 sim-alu.h
50 sim-base.h
51 sim-basics.h
52 sim-bits.c
53 sim-bits.h
54 sim-config.c
55 sim-config.h
56 sim-core.c
57 sim-core.h
58 sim-endian.c
59 sim-endian.h
60 sim-events.c
61 sim-events.h
62 sim-fpu.c
63 sim-fpu.h
64 sim-halt.c
65 sim-halt.h
66 sim-inline.c
67 sim-inline.h
68 sim-io.c
69 sim-io.h
70 sim-load.c
71 sim-model.c
72 sim-model.h
73 sim-module.c
74 sim-module.h
75 sim-n-bits.h
76 sim-n-core.h
77 sim-n-endian.h
78 sim-options.c
79 sim-options.h
80 sim-profile.c
81 sim-profile.h
82 sim-trace.c
83 sim-trace.h
84 sim-types.h
85 sim-utils.c
86 sim-utils.h
87 sim-xcat.h
88 tconfig.in
89
90 Things-to-lose:
91
92
93 Do-last:
94
95 # End of file.
This page took 0.032039 seconds and 4 git commands to generate.