]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/common/.Sanitize
o Add modulo argument to sim_core_attach
[thirdparty/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 gdbinit.in
42 genmloop.sh
43 gentmap.c
44 gentvals.sh
45 nltvals.def
46 nrun.c
47 run.c
48 run.1
49 sim-abort.c
50 sim-alu.h
51 sim-assert.h
52 sim-base.h
53 sim-basics.h
54 sim-bits.c
55 sim-bits.h
56 sim-config.c
57 sim-config.h
58 sim-core.c
59 sim-core.h
60 sim-endian.c
61 sim-endian.h
62 sim-engine.c
63 sim-engine.h
64 sim-events.c
65 sim-events.h
66 sim-fpu.c
67 sim-fpu.h
68 sim-hload.c
69 sim-inline.c
70 sim-inline.h
71 sim-io.c
72 sim-io.h
73 sim-load.c
74 sim-memopt.c
75 sim-memopt.h
76 sim-model.c
77 sim-model.h
78 sim-module.c
79 sim-module.h
80 sim-n-bits.h
81 sim-n-core.h
82 sim-n-endian.h
83 sim-options.c
84 sim-options.h
85 sim-profile.c
86 sim-profile.h
87 sim-reason.c
88 sim-resume.c
89 sim-run.c
90 sim-stop.c
91 sim-trace.c
92 sim-trace.h
93 sim-types.h
94 sim-utils.c
95 sim-utils.h
96 sim-watch.c
97 sim-watch.h
98 sim-xcat.h
99 tconfig.in
100
101 Things-to-lose:
102
103
104 Do-last:
105
106 # End of file.