Part II of adding callback argument to sim_open(). Update all the
[deliverable/binutils-gdb.git] / sim / ppc / .Sanitize
CommitLineData
cb7a6892
MM
1# .Sanitize for devo/sim/ppc.
2
3# Each directory to survive it's 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
15
16Do-first:
17
ed9714ab
MM
18# Lose the documentation until it is acceptable to DOS
19if ( echo $* | grep keep\-psim\-doc > /dev/null ) ; then
20 keep_these_too="doc"
21else
22 lose_these_too="doc"
23fi
24
cb7a6892
MM
25# All files listed between the "Things-to-keep:" line and the
26# "Files-to-sed:" line will be kept. All other files will be removed.
27# Directories listed in this section will have their own Sanitize
28# called. Directories not listed will be removed in their entirety
29# with rm -rf.
30
31Things-to-keep:
32
6cf9d64e
MM
33.gdbinit
34BUGS
cb7a6892
MM
35COPYING
36COPYING.LIB
37ChangeLog
d4d3c7ad 38ChangeLog.00
6cf9d64e 39INSTALL
cb7a6892 40Makefile.in
6cf9d64e
MM
41README
42RUN
cb7a6892
MM
43basics.h
44bits.c
45bits.h
93fac324
MM
46cap.c
47cap.h
8b3797aa 48config.in
cb7a6892
MM
49configure
50configure.in
93fac324 51corefile-n.h
01860b7e
FF
52corefile.c
53corefile.h
cb7a6892
MM
54cpu.c
55cpu.h
d7e89eaf
AC
56dc-complex
57dc-simple
58dc-stupid
59dc-test.01
60dc-test.02
cb7a6892
MM
61debug.c
62debug.h
93fac324
MM
63device.c
64device.h
65device_table.c
66device_table.h
5b4d72dd 67dgen.c
cb7a6892
MM
68double.c
69dp-bit.c
93fac324
MM
70emul_bugapi.c
71emul_bugapi.h
72emul_chirp.c
73emul_chirp.h
5b4d72dd
MM
74emul_generic.c
75emul_generic.h
76emul_netbsd.c
77emul_netbsd.h
88f1eac4
MM
78emul_unix.c
79emul_unix.h
cb7a6892
MM
80events.c
81events.h
30c87b55
MM
82filter.c
83filter.h
c143ef62
MM
84filter_filename.c
85filter_filename.h
30c87b55
MM
86gen-icache.c
87gen-icache.h
88gen-idecode.c
89gen-idecode.h
90gen-itable.c
91gen-itable.h
92gen-model.c
93gen-model.h
94gen-semantics.c
95gen-semantics.h
96gen-support.c
97gen-support.h
d4d3c7ad 98hw_com.c
30c87b55 99hw_core.c
d4d3c7ad
MM
100hw_cpu.c
101hw_cpu.h
8477437c 102hw_disk.c
d4d3c7ad 103hw_eeprom.c
3fbe0641 104hw_glue.c
8477437c 105hw_htab.c
3fbe0641 106hw_ide.c
8477437c 107hw_init.c
d4d3c7ad
MM
108hw_iobus.c
109hw_memory.c
110hw_nvram.c
3fbe0641 111hw_opic.c
d4d3c7ad 112hw_pal.c
3fbe0641
MM
113hw_phb.c
114hw_phb.h
8477437c
MM
115hw_register.c
116hw_trace.c
117hw_vm.c
cb7a6892
MM
118idecode_branch.h
119idecode_expression.h
120idecode_fields.h
5b4d72dd 121igen.c
30c87b55 122igen.h
cb7a6892
MM
123inline.c
124inline.h
125interrupts.c
126interrupts.h
30c87b55
MM
127ld-cache.c
128ld-cache.h
129ld-decode.c
130ld-decode.h
131ld-insn.c
132ld-insn.h
5b4d72dd
MM
133lf.c
134lf.h
cb7a6892 135main.c
5b4d72dd
MM
136misc.c
137misc.h
138mon.c
139mon.h
c5addc19
MM
140options.c
141options.h
93fac324
MM
142os_emul.c
143os_emul.h
8477437c 144pk_disklabel.c
5b4d72dd 145ppc-cache-rules
cb7a6892
MM
146ppc-instructions
147ppc-spr-table
148ppc.mt
149psim.c
150psim.h
d4d3c7ad 151psim.texinfo
cb7a6892
MM
152registers.c
153registers.h
93fac324 154sim-endian-n.h
73c4941b
MM
155sim-endian.c
156sim-endian.h
93fac324
MM
157sim_callbacks.h
158sim_calls.c
cb7a6892 159std-config.h
5b4d72dd
MM
160table.c
161table.h
3fbe0641
MM
162tree.c
163tree.h
cb7a6892
MM
164vm.c
165vm.h
dec38dac 166vm_n.h
cb7a6892
MM
167words.h
168
169Things-to-lose:
170
171
172Do-last:
173
174# End of file.
This page took 0.083806 seconds and 4 git commands to generate.