e37d9d2e38073b5cc8716e325ee5cdbd51ba1df3
[platform/upstream/binutils.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 dc-complex
57 dc-simple
58 dc-stupid
59 dc-test.01
60 dc-test.02
61 debug.c
62 debug.h
63 device.c
64 device.h
65 device_table.c
66 device_table.h
67 dgen.c
68 double.c
69 dp-bit.c
70 emul_bugapi.c
71 emul_bugapi.h
72 emul_chirp.c
73 emul_chirp.h
74 emul_generic.c
75 emul_generic.h
76 emul_netbsd.c
77 emul_netbsd.h
78 emul_unix.c
79 emul_unix.h
80 events.c
81 events.h
82 filter.c
83 filter.h
84 filter_filename.c
85 filter_filename.h
86 gen-icache.c
87 gen-icache.h
88 gen-idecode.c
89 gen-idecode.h
90 gen-itable.c
91 gen-itable.h
92 gen-model.c
93 gen-model.h
94 gen-semantics.c
95 gen-semantics.h
96 gen-support.c
97 gen-support.h
98 hw_com.c
99 hw_core.c
100 hw_cpu.c
101 hw_cpu.h
102 hw_disk.c
103 hw_eeprom.c
104 hw_glue.c
105 hw_htab.c
106 hw_ide.c
107 hw_init.c
108 hw_iobus.c
109 hw_memory.c
110 hw_nvram.c
111 hw_opic.c
112 hw_pal.c
113 hw_phb.c
114 hw_phb.h
115 hw_register.c
116 hw_trace.c
117 hw_vm.c
118 idecode_branch.h
119 idecode_expression.h
120 idecode_fields.h
121 igen.c
122 igen.h
123 inline.c
124 inline.h
125 interrupts.c
126 interrupts.h
127 ld-cache.c
128 ld-cache.h
129 ld-decode.c
130 ld-decode.h
131 ld-insn.c
132 ld-insn.h
133 lf.c
134 lf.h
135 main.c
136 misc.c
137 misc.h
138 mon.c
139 mon.h
140 options.c
141 options.h
142 os_emul.c
143 os_emul.h
144 pk_disklabel.c
145 ppc-cache-rules
146 ppc-instructions
147 ppc-spr-table
148 ppc.mt
149 psim.c
150 psim.h
151 psim.texinfo
152 registers.c
153 registers.h
154 sim-endian-n.h
155 sim-endian.c
156 sim-endian.h
157 sim_callbacks.h
158 sim_calls.c
159 std-config.h
160 table.c
161 table.h
162 tree.c
163 tree.h
164 vm.c
165 vm.h
166 vm_n.h
167 words.h
168
169 Things-to-lose:
170
171
172 Do-last:
173
174 # End of file.