New version from Andrew; Portability fixes on top of that
[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
56debug.c
57debug.h
93fac324
MM
58device.c
59device.h
60device_table.c
61device_table.h
5b4d72dd 62dgen.c
cb7a6892
MM
63double.c
64dp-bit.c
93fac324
MM
65emul_bugapi.c
66emul_bugapi.h
67emul_chirp.c
68emul_chirp.h
5b4d72dd
MM
69emul_generic.c
70emul_generic.h
71emul_netbsd.c
72emul_netbsd.h
88f1eac4
MM
73emul_unix.c
74emul_unix.h
cb7a6892
MM
75events.c
76events.h
30c87b55
MM
77filter.c
78filter.h
c143ef62
MM
79filter_filename.c
80filter_filename.h
30c87b55
MM
81gen-icache.c
82gen-icache.h
83gen-idecode.c
84gen-idecode.h
85gen-itable.c
86gen-itable.h
87gen-model.c
88gen-model.h
89gen-semantics.c
90gen-semantics.h
91gen-support.c
92gen-support.h
d4d3c7ad 93hw_com.c
30c87b55 94hw_core.c
d4d3c7ad
MM
95hw_cpu.c
96hw_cpu.h
8477437c 97hw_disk.c
d4d3c7ad 98hw_eeprom.c
3fbe0641 99hw_glue.c
8477437c 100hw_htab.c
3fbe0641 101hw_ide.c
8477437c 102hw_init.c
d4d3c7ad
MM
103hw_iobus.c
104hw_memory.c
105hw_nvram.c
3fbe0641 106hw_opic.c
d4d3c7ad 107hw_pal.c
3fbe0641
MM
108hw_phb.c
109hw_phb.h
8477437c
MM
110hw_register.c
111hw_trace.c
112hw_vm.c
cb7a6892
MM
113idecode_branch.h
114idecode_expression.h
115idecode_fields.h
5b4d72dd 116igen.c
30c87b55 117igen.h
cb7a6892
MM
118inline.c
119inline.h
120interrupts.c
121interrupts.h
30c87b55
MM
122ld-cache.c
123ld-cache.h
124ld-decode.c
125ld-decode.h
126ld-insn.c
127ld-insn.h
5b4d72dd
MM
128lf.c
129lf.h
cb7a6892 130main.c
5b4d72dd
MM
131misc.c
132misc.h
133mon.c
134mon.h
c5addc19
MM
135options.c
136options.h
93fac324
MM
137os_emul.c
138os_emul.h
8477437c 139pk_disklabel.c
5b4d72dd 140ppc-cache-rules
cb7a6892 141ppc-instructions
5b4d72dd 142ppc-opcode-complex
37404956
MM
143ppc-opcode-complex-array
144ppc-opcode-complex-goto
145ppc-opcode-complex-switch
0d02fbb8 146ppc-opcode-flat
ca784644 147ppc-opcode-goto
30c87b55 148ppc-opcode-jump
5b4d72dd 149ppc-opcode-simple
37404956
MM
150ppc-opcode-simple-array
151ppc-opcode-simple-goto
152ppc-opcode-simple-switch
7ff82a59 153ppc-opcode-stupid
93fac324
MM
154ppc-opcode-test-1
155ppc-opcode-test-2
cb7a6892
MM
156ppc-spr-table
157ppc.mt
158psim.c
159psim.h
d4d3c7ad 160psim.texinfo
cb7a6892
MM
161registers.c
162registers.h
93fac324 163sim-endian-n.h
73c4941b
MM
164sim-endian.c
165sim-endian.h
93fac324
MM
166sim_callbacks.h
167sim_calls.c
cb7a6892 168std-config.h
5b4d72dd
MM
169table.c
170table.h
3fbe0641
MM
171tree.c
172tree.h
cb7a6892
MM
173vm.c
174vm.h
dec38dac 175vm_n.h
cb7a6892
MM
176words.h
177
178Things-to-lose:
179
180
181Do-last:
182
183# End of file.
This page took 0.075413 seconds and 4 git commands to generate.