Remove missing file "PROBLEMS" from list of files to keep.
[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
6cf9d64e 31INSTALL
cb7a6892 32Makefile.in
0d02fbb8 33NOTES
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
cb7a6892
MM
56double.c
57dp-bit.c
93fac324
MM
58emul_bugapi.c
59emul_bugapi.h
60emul_chirp.c
61emul_chirp.h
5b4d72dd
MM
62emul_generic.c
63emul_generic.h
64emul_netbsd.c
65emul_netbsd.h
cb7a6892
MM
66events.c
67events.h
c143ef62
MM
68filter_filename.c
69filter_filename.h
cb7a6892
MM
70idecode_branch.h
71idecode_expression.h
72idecode_fields.h
5b4d72dd 73igen.c
cb7a6892
MM
74inline.c
75inline.h
76interrupts.c
77interrupts.h
5b4d72dd
MM
78lf.c
79lf.h
cb7a6892 80main.c
5b4d72dd
MM
81misc.c
82misc.h
83mon.c
84mon.h
c5addc19
MM
85options.c
86options.h
93fac324
MM
87os_emul.c
88os_emul.h
5b4d72dd 89ppc-cache-rules
cb7a6892 90ppc-instructions
5b4d72dd 91ppc-opcode-complex
0d02fbb8 92ppc-opcode-flat
5b4d72dd 93ppc-opcode-simple
7ff82a59 94ppc-opcode-stupid
93fac324
MM
95ppc-opcode-test-1
96ppc-opcode-test-2
cb7a6892
MM
97ppc-spr-table
98ppc.mt
99psim.c
100psim.h
101registers.c
102registers.h
93fac324 103sim-endian-n.h
73c4941b
MM
104sim-endian.c
105sim-endian.h
93fac324
MM
106sim_callbacks.h
107sim_calls.c
cb7a6892 108std-config.h
5b4d72dd
MM
109table.c
110table.h
cb7a6892
MM
111vm.c
112vm.h
dec38dac 113vm_n.h
cb7a6892
MM
114words.h
115
116Things-to-lose:
117
118
119Do-last:
120
121# End of file.
This page took 0.04552 seconds and 4 git commands to generate.