Add ABFD argument to sim_create_inferior. Document.
[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-abort.c
49 sim-alu.h
50 sim-assert.h
51 sim-base.h
52 sim-basics.h
53 sim-bits.c
54 sim-bits.h
55 sim-config.c
56 sim-config.h
57 sim-core.c
58 sim-core.h
59 sim-endian.c
60 sim-endian.h
61 sim-engine.c
62 sim-engine.h
63 sim-events.c
64 sim-events.h
65 sim-fpu.c
66 sim-fpu.h
67 sim-hload.c
68 sim-inline.c
69 sim-inline.h
70 sim-io.c
71 sim-io.h
72 sim-load.c
73 sim-model.c
74 sim-model.h
75 sim-module.c
76 sim-module.h
77 sim-n-bits.h
78 sim-n-core.h
79 sim-n-endian.h
80 sim-options.c
81 sim-options.h
82 sim-profile.c
83 sim-profile.h
84 sim-reason.c
85 sim-resume.c
86 sim-run.c
87 sim-stop.c
88 sim-trace.c
89 sim-trace.h
90 sim-types.h
91 sim-utils.c
92 sim-utils.h
93 sim-watch.c
94 sim-watch.h
95 sim-xcat.h
96 tconfig.in
97
98 Things-to-lose:
99
100
101 Do-last:
102
103 # End of file.
This page took 0.050672 seconds and 5 git commands to generate.