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