Add documentation files
[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
6cf9d64e
MM
34README
35RUN
cb7a6892
MM
36basics.h
37bits.c
38bits.h
93fac324
MM
39cap.c
40cap.h
8b3797aa 41config.in
cb7a6892
MM
42configure
43configure.in
93fac324 44corefile-n.h
01860b7e
FF
45corefile.c
46corefile.h
cb7a6892
MM
47cpu.c
48cpu.h
49debug.c
50debug.h
93fac324
MM
51device.c
52device.h
53device_table.c
54device_table.h
5b4d72dd 55dgen.c
183632b2 56doc
cb7a6892
MM
57double.c
58dp-bit.c
93fac324
MM
59emul_bugapi.c
60emul_bugapi.h
61emul_chirp.c
62emul_chirp.h
5b4d72dd
MM
63emul_generic.c
64emul_generic.h
65emul_netbsd.c
66emul_netbsd.h
88f1eac4
MM
67emul_unix.c
68emul_unix.h
cb7a6892
MM
69events.c
70events.h
30c87b55
MM
71filter.c
72filter.h
c143ef62
MM
73filter_filename.c
74filter_filename.h
30c87b55
MM
75gen-icache.c
76gen-icache.h
77gen-idecode.c
78gen-idecode.h
79gen-itable.c
80gen-itable.h
81gen-model.c
82gen-model.h
83gen-semantics.c
84gen-semantics.h
85gen-support.c
86gen-support.h
d4d3c7ad 87hw_com.c
30c87b55 88hw_core.c
d4d3c7ad
MM
89hw_cpu.c
90hw_cpu.h
8477437c 91hw_disk.c
d4d3c7ad 92hw_eeprom.c
8477437c
MM
93hw_htab.c
94hw_init.c
d4d3c7ad
MM
95hw_iobus.c
96hw_memory.c
97hw_nvram.c
98hw_pal.c
d4d3c7ad 99hw_pic.c
8477437c
MM
100hw_register.c
101hw_trace.c
102hw_vm.c
cb7a6892
MM
103idecode_branch.h
104idecode_expression.h
105idecode_fields.h
5b4d72dd 106igen.c
30c87b55 107igen.h
cb7a6892
MM
108inline.c
109inline.h
110interrupts.c
111interrupts.h
30c87b55
MM
112ld-cache.c
113ld-cache.h
114ld-decode.c
115ld-decode.h
116ld-insn.c
117ld-insn.h
5b4d72dd
MM
118lf.c
119lf.h
cb7a6892 120main.c
5b4d72dd
MM
121misc.c
122misc.h
123mon.c
124mon.h
c5addc19
MM
125options.c
126options.h
93fac324
MM
127os_emul.c
128os_emul.h
8477437c 129pk_disklabel.c
5b4d72dd 130ppc-cache-rules
cb7a6892 131ppc-instructions
5b4d72dd 132ppc-opcode-complex
0d02fbb8 133ppc-opcode-flat
ca784644 134ppc-opcode-goto
30c87b55 135ppc-opcode-jump
5b4d72dd 136ppc-opcode-simple
7ff82a59 137ppc-opcode-stupid
93fac324
MM
138ppc-opcode-test-1
139ppc-opcode-test-2
cb7a6892
MM
140ppc-spr-table
141ppc.mt
142psim.c
143psim.h
d4d3c7ad 144psim.texinfo
cb7a6892
MM
145registers.c
146registers.h
93fac324 147sim-endian-n.h
73c4941b
MM
148sim-endian.c
149sim-endian.h
93fac324
MM
150sim_callbacks.h
151sim_calls.c
cb7a6892 152std-config.h
5b4d72dd
MM
153table.c
154table.h
cb7a6892
MM
155vm.c
156vm.h
dec38dac 157vm_n.h
cb7a6892
MM
158words.h
159
160Things-to-lose:
161
162
163Do-last:
164
165# End of file.
This page took 0.06106 seconds and 4 git commands to generate.