]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/ppc/.Sanitize
Fixes 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 ChangeLog.00
32 INSTALL
33 Makefile.in
34 README
35 RUN
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.maybe
54 device_table.c
55 device_table.h
56 dgen.c
57 double.c
58 dp-bit.c
59 emul_bugapi.c
60 emul_bugapi.h
61 emul_chirp.c
62 emul_chirp.h
63 emul_generic.c
64 emul_generic.h
65 emul_netbsd.c
66 emul_netbsd.h
67 emul_unix.c
68 emul_unix.h
69 events.c
70 events.h
71 filter.c
72 filter.h
73 filter_filename.c
74 filter_filename.h
75 gen-icache.c
76 gen-icache.h
77 gen-idecode.c
78 gen-idecode.h
79 gen-itable.c
80 gen-itable.h
81 gen-model.c
82 gen-model.h
83 gen-semantics.c
84 gen-semantics.h
85 gen-support.c
86 gen-support.h
87 hw_com.c
88 hw_core.c
89 hw_cpu.c
90 hw_cpu.h
91 hw_disk.c
92 hw_eeprom.c
93 hw_htab.c
94 hw_init.c
95 hw_iobus.c
96 hw_memory.c
97 hw_nvram.c
98 hw_pal.c
99 hw_pci_ide.c
100 hw_phb.c
101 hw_phb.h
102 hw_pic.c
103 hw_register.c
104 hw_trace.c
105 hw_vm.c
106 idecode_branch.h
107 idecode_expression.h
108 idecode_fields.h
109 igen.c
110 igen.h
111 inline.c
112 inline.h
113 interrupts.c
114 interrupts.h
115 ld-cache.c
116 ld-cache.h
117 ld-decode.c
118 ld-decode.h
119 ld-insn.c
120 ld-insn.h
121 lf.c
122 lf.h
123 main.c
124 misc.c
125 misc.h
126 mon.c
127 mon.h
128 options.c
129 options.h
130 os_emul.c
131 os_emul.h
132 pk_disklabel.c
133 ppc-cache-rules
134 ppc-instructions
135 ppc-opcode-complex
136 ppc-opcode-flat
137 ppc-opcode-goto
138 ppc-opcode-jump
139 ppc-opcode-simple
140 ppc-opcode-stupid
141 ppc-opcode-test-1
142 ppc-opcode-test-2
143 ppc-spr-table
144 ppc.mt
145 psim.c
146 psim.h
147 psim.texinfo
148 registers.c
149 registers.h
150 sim-endian-n.h
151 sim-endian.c
152 sim-endian.h
153 sim_callbacks.h
154 sim_calls.c
155 std-config.h
156 table.c
157 table.h
158 vm.c
159 vm.h
160 vm_n.h
161 words.h
162
163 Things-to-lose:
164
165
166 Do-last:
167
168 # End of file.