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