Update to new config scheme
[deliverable/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 config.in
35 configure
36 configure.in
37 core.c
38 core.h
39 cpu.c
40 cpu.h
41 debug.c
42 debug.h
43 device_tree.c
44 device_tree.h
45 devices.c
46 devices.h
47 double.c
48 dp-bit.c
49 events.c
50 events.h
51 gen.c
52 idecode_branch.h
53 idecode_expression.h
54 idecode_fields.h
55 idecode_insn.h
56 inline.c
57 inline.h
58 interrupts.c
59 interrupts.h
60 main.c
61 memory_map.c
62 memory_map.h
63 ppc-endian.c
64 ppc-endian.h
65 ppc-instructions
66 ppc-spr-table
67 ppc.mt
68 psim.c
69 psim.h
70 registers.c
71 registers.h
72 sim_callbacks.h
73 sim_calls.c
74 std-config.h
75 system.c
76 system.h
77 vm.c
78 vm.h
79 words.h
80
81 Things-to-lose:
82
83
84 Do-last:
85
86 # End of file.
This page took 0.03274 seconds and 4 git commands to generate.