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