More changes for GO32 canadian cross builds
[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 .gdbinit
27 BUGS
28 COPYING
29 COPYING.LIB
30 ChangeLog
31 ChangeLog.00
32 INSTALL
33 Makefile.in
34 NOTES
35 README
36 RUN
37 basics.h
38 bits.c
39 bits.h
40 cap.c
41 cap.h
42 config.in
43 configure
44 configure.in
45 corefile-n.h
46 corefile.c
47 corefile.h
48 cpu.c
49 cpu.h
50 debug.c
51 debug.h
52 device.c
53 device.h
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 events.c
68 events.h
69 filter_filename.c
70 filter_filename.h
71 hw_com.c
72 hw_cpu.c
73 hw_cpu.h
74 hw_eeprom.c
75 hw_iobus.c
76 hw_memory.c
77 hw_nvram.c
78 hw_pal.c
79 hw_pci_ide.c
80 hw_phb.c
81 hw_phb.h
82 hw_pic.c
83 idecode_branch.h
84 idecode_expression.h
85 idecode_fields.h
86 igen.c
87 inline.c
88 inline.h
89 interrupts.c
90 interrupts.h
91 lf.c
92 lf.h
93 main.c
94 misc.c
95 misc.h
96 mon.c
97 mon.h
98 options.c
99 options.h
100 os_emul.c
101 os_emul.h
102 ppc-cache-rules
103 ppc-instructions
104 ppc-opcode-complex
105 ppc-opcode-flat
106 ppc-opcode-simple
107 ppc-opcode-stupid
108 ppc-opcode-test-1
109 ppc-opcode-test-2
110 ppc-spr-table
111 ppc.mt
112 psim.c
113 psim.h
114 psim.texinfo
115 registers.c
116 registers.h
117 sim-endian-n.h
118 sim-endian.c
119 sim-endian.h
120 sim_callbacks.h
121 sim_calls.c
122 std-config.h
123 table.c
124 table.h
125 vm.c
126 vm.h
127 vm_n.h
128 words.h
129
130 Things-to-lose:
131
132
133 Do-last:
134
135 # End of file.
This page took 0.031978 seconds and 4 git commands to generate.