Changes from Andrew
[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 # 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
24 Things-to-keep:
25
26 COPYING
27 COPYING.LIB
28 ChangeLog
29 Makefile.in
30 README.psim
31 basics.h
32 bits.c
33 bits.h
34 cap.c
35 cap.h
36 config.in
37 configure
38 configure.in
39 corefile-n.h
40 corefile.c
41 corefile.h
42 cpu.c
43 cpu.h
44 debug.c
45 debug.h
46 device.c
47 device.h
48 device_table.c
49 device_table.h
50 dgen.c
51 double.c
52 dp-bit.c
53 emul_bugapi.c
54 emul_bugapi.h
55 emul_chirp.c
56 emul_chirp.h
57 emul_generic.c
58 emul_generic.h
59 emul_netbsd.c
60 emul_netbsd.h
61 events.c
62 events.h
63 filter_filename.c
64 filter_filename.h
65 idecode_branch.h
66 idecode_expression.h
67 idecode_fields.h
68 igen.c
69 inline.c
70 inline.h
71 interrupts.c
72 interrupts.h
73 lf.c
74 lf.h
75 main.c
76 misc.c
77 misc.h
78 mon.c
79 mon.h
80 options.c
81 options.h
82 os_emul.c
83 os_emul.h
84 ppc-cache-rules
85 ppc-instructions
86 ppc-opcode-complex
87 ppc-opcode-simple
88 ppc-opcode-stupid
89 ppc-opcode-test-1
90 ppc-opcode-test-2
91 ppc-spr-table
92 ppc.mt
93 psim.c
94 psim.h
95 registers.c
96 registers.h
97 sim-endian-n.h
98 sim-endian.c
99 sim-endian.h
100 sim_callbacks.h
101 sim_calls.c
102 std-config.h
103 table.c
104 table.h
105 vm.c
106 vm.h
107 vm_n.h
108 words.h
109
110 Things-to-lose:
111
112
113 Do-last:
114
115 # End of file.