59e646f28f027ddd11a6b0e788f386345690517b
[binutils-gdb.git] / sim / ppc / .Sanitize
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
16 Do-first:
17
18 # Lose the documentation until it is acceptable to DOS
19 if ( echo $* | grep keep\-psim\-doc > /dev/null ) ; then
20 keep_these_too="doc"
21 else
22 lose_these_too="doc"
23 fi
24
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
31 Things-to-keep:
32
33 .gdbinit
34 BUGS
35 COPYING
36 COPYING.LIB
37 ChangeLog
38 ChangeLog.00
39 INSTALL
40 Makefile.in
41 README
42 RUN
43 basics.h
44 bits.c
45 bits.h
46 cap.c
47 cap.h
48 config.in
49 configure
50 configure.in
51 corefile-n.h
52 corefile.c
53 corefile.h
54 cpu.c
55 cpu.h
56 debug.c
57 debug.h
58 device.c
59 device.h
60 device_table.c
61 device_table.h
62 dgen.c
63 double.c
64 dp-bit.c
65 emul_bugapi.c
66 emul_bugapi.h
67 emul_chirp.c
68 emul_chirp.h
69 emul_generic.c
70 emul_generic.h
71 emul_netbsd.c
72 emul_netbsd.h
73 emul_unix.c
74 emul_unix.h
75 events.c
76 events.h
77 filter.c
78 filter.h
79 filter_filename.c
80 filter_filename.h
81 gen-icache.c
82 gen-icache.h
83 gen-idecode.c
84 gen-idecode.h
85 gen-itable.c
86 gen-itable.h
87 gen-model.c
88 gen-model.h
89 gen-semantics.c
90 gen-semantics.h
91 gen-support.c
92 gen-support.h
93 hw_com.c
94 hw_core.c
95 hw_cpu.c
96 hw_cpu.h
97 hw_disk.c
98 hw_eeprom.c
99 hw_htab.c
100 hw_init.c
101 hw_iobus.c
102 hw_memory.c
103 hw_nvram.c
104 hw_pal.c
105 hw_pic.c
106 hw_register.c
107 hw_trace.c
108 hw_vm.c
109 idecode_branch.h
110 idecode_expression.h
111 idecode_fields.h
112 igen.c
113 igen.h
114 inline.c
115 inline.h
116 interrupts.c
117 interrupts.h
118 ld-cache.c
119 ld-cache.h
120 ld-decode.c
121 ld-decode.h
122 ld-insn.c
123 ld-insn.h
124 lf.c
125 lf.h
126 main.c
127 misc.c
128 misc.h
129 mon.c
130 mon.h
131 options.c
132 options.h
133 os_emul.c
134 os_emul.h
135 pk_disklabel.c
136 ppc-cache-rules
137 ppc-instructions
138 ppc-opcode-complex
139 ppc-opcode-flat
140 ppc-opcode-goto
141 ppc-opcode-jump
142 ppc-opcode-simple
143 ppc-opcode-stupid
144 ppc-opcode-test-1
145 ppc-opcode-test-2
146 ppc-spr-table
147 ppc.mt
148 psim.c
149 psim.h
150 psim.texinfo
151 registers.c
152 registers.h
153 sim-endian-n.h
154 sim-endian.c
155 sim-endian.h
156 sim_callbacks.h
157 sim_calls.c
158 std-config.h
159 table.c
160 table.h
161 vm.c
162 vm.h
163 vm_n.h
164 words.h
165
166 Things-to-lose:
167
168
169 Do-last:
170
171 # End of file.