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