7/30 release from Andrew
[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
18# All files listed between the "Things-to-keep:" line and the
19# "Files-to-sed:" line will be kept. All other files will be removed.
20# Directories listed in this section will have their own Sanitize
21# called. Directories not listed will be removed in their entirety
22# with rm -rf.
23
24Things-to-keep:
25
6cf9d64e
MM
26.gdbinit
27BUGS
cb7a6892
MM
28COPYING
29COPYING.LIB
30ChangeLog
d4d3c7ad 31ChangeLog.00
6cf9d64e 32INSTALL
cb7a6892 33Makefile.in
0d02fbb8 34NOTES
6cf9d64e
MM
35README
36RUN
cb7a6892
MM
37basics.h
38bits.c
39bits.h
93fac324
MM
40cap.c
41cap.h
8b3797aa 42config.in
cb7a6892
MM
43configure
44configure.in
93fac324 45corefile-n.h
01860b7e
FF
46corefile.c
47corefile.h
cb7a6892
MM
48cpu.c
49cpu.h
50debug.c
51debug.h
93fac324
MM
52device.c
53device.h
30c87b55 54device.maybe
93fac324
MM
55device_table.c
56device_table.h
5b4d72dd 57dgen.c
cb7a6892
MM
58double.c
59dp-bit.c
93fac324
MM
60emul_bugapi.c
61emul_bugapi.h
62emul_chirp.c
63emul_chirp.h
5b4d72dd
MM
64emul_generic.c
65emul_generic.h
66emul_netbsd.c
67emul_netbsd.h
88f1eac4
MM
68emul_unix.c
69emul_unix.h
cb7a6892
MM
70events.c
71events.h
30c87b55
MM
72filter.c
73filter.h
c143ef62
MM
74filter_filename.c
75filter_filename.h
30c87b55
MM
76gen-icache.c
77gen-icache.h
78gen-idecode.c
79gen-idecode.h
80gen-itable.c
81gen-itable.h
82gen-model.c
83gen-model.h
84gen-semantics.c
85gen-semantics.h
86gen-support.c
87gen-support.h
d4d3c7ad 88hw_com.c
30c87b55 89hw_core.c
d4d3c7ad
MM
90hw_cpu.c
91hw_cpu.h
8477437c 92hw_disk.c
d4d3c7ad 93hw_eeprom.c
8477437c
MM
94hw_htab.c
95hw_init.c
d4d3c7ad
MM
96hw_iobus.c
97hw_memory.c
98hw_nvram.c
99hw_pal.c
100hw_pci_ide.c
101hw_phb.c
102hw_phb.h
103hw_pic.c
8477437c
MM
104hw_register.c
105hw_trace.c
106hw_vm.c
cb7a6892
MM
107idecode_branch.h
108idecode_expression.h
109idecode_fields.h
5b4d72dd 110igen.c
30c87b55 111igen.h
cb7a6892
MM
112inline.c
113inline.h
114interrupts.c
115interrupts.h
30c87b55
MM
116ld-cache.c
117ld-cache.h
118ld-decode.c
119ld-decode.h
120ld-insn.c
121ld-insn.h
5b4d72dd
MM
122lf.c
123lf.h
cb7a6892 124main.c
5b4d72dd
MM
125misc.c
126misc.h
127mon.c
128mon.h
c5addc19
MM
129options.c
130options.h
93fac324
MM
131os_emul.c
132os_emul.h
8477437c 133pk_disklabel.c
5b4d72dd 134ppc-cache-rules
cb7a6892 135ppc-instructions
5b4d72dd 136ppc-opcode-complex
0d02fbb8 137ppc-opcode-flat
30c87b55 138ppc-opcode-jump
5b4d72dd 139ppc-opcode-simple
7ff82a59 140ppc-opcode-stupid
93fac324
MM
141ppc-opcode-test-1
142ppc-opcode-test-2
cb7a6892
MM
143ppc-spr-table
144ppc.mt
145psim.c
146psim.h
d4d3c7ad 147psim.texinfo
cb7a6892
MM
148registers.c
149registers.h
93fac324 150sim-endian-n.h
73c4941b
MM
151sim-endian.c
152sim-endian.h
93fac324
MM
153sim_callbacks.h
154sim_calls.c
cb7a6892 155std-config.h
5b4d72dd
MM
156table.c
157table.h
cb7a6892
MM
158vm.c
159vm.h
dec38dac 160vm_n.h
cb7a6892
MM
161words.h
162
163Things-to-lose:
164
165
166Do-last:
167
168# End of file.
This page took 0.076176 seconds and 4 git commands to generate.