New version from Andrew; Portability fixes on top of that
[deliverable/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_glue.c
100 hw_htab.c
101 hw_ide.c
102 hw_init.c
103 hw_iobus.c
104 hw_memory.c
105 hw_nvram.c
106 hw_opic.c
107 hw_pal.c
108 hw_phb.c
109 hw_phb.h
110 hw_register.c
111 hw_trace.c
112 hw_vm.c
113 idecode_branch.h
114 idecode_expression.h
115 idecode_fields.h
116 igen.c
117 igen.h
118 inline.c
119 inline.h
120 interrupts.c
121 interrupts.h
122 ld-cache.c
123 ld-cache.h
124 ld-decode.c
125 ld-decode.h
126 ld-insn.c
127 ld-insn.h
128 lf.c
129 lf.h
130 main.c
131 misc.c
132 misc.h
133 mon.c
134 mon.h
135 options.c
136 options.h
137 os_emul.c
138 os_emul.h
139 pk_disklabel.c
140 ppc-cache-rules
141 ppc-instructions
142 ppc-opcode-complex
143 ppc-opcode-complex-array
144 ppc-opcode-complex-goto
145 ppc-opcode-complex-switch
146 ppc-opcode-flat
147 ppc-opcode-goto
148 ppc-opcode-jump
149 ppc-opcode-simple
150 ppc-opcode-simple-array
151 ppc-opcode-simple-goto
152 ppc-opcode-simple-switch
153 ppc-opcode-stupid
154 ppc-opcode-test-1
155 ppc-opcode-test-2
156 ppc-spr-table
157 ppc.mt
158 psim.c
159 psim.h
160 psim.texinfo
161 registers.c
162 registers.h
163 sim-endian-n.h
164 sim-endian.c
165 sim-endian.h
166 sim_callbacks.h
167 sim_calls.c
168 std-config.h
169 table.c
170 table.h
171 tree.c
172 tree.h
173 vm.c
174 vm.h
175 vm_n.h
176 words.h
177
178 Things-to-lose:
179
180
181 Do-last:
182
183 # End of file.
This page took 0.033174 seconds and 4 git commands to generate.