Make simulator build again on SunOS and HP/US systems
[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 emul_unix.c
68 emul_unix.h
69 events.c
70 events.h
71 filter_filename.c
72 filter_filename.h
73 hw_com.c
74 hw_cpu.c
75 hw_cpu.h
76 hw_disk.c
77 hw_eeprom.c
78 hw_htab.c
79 hw_init.c
80 hw_iobus.c
81 hw_memory.c
82 hw_nvram.c
83 hw_pal.c
84 hw_pci_ide.c
85 hw_phb.c
86 hw_phb.h
87 hw_pic.c
88 hw_register.c
89 hw_trace.c
90 hw_vm.c
91 idecode_branch.h
92 idecode_expression.h
93 idecode_fields.h
94 igen.c
95 inline.c
96 inline.h
97 interrupts.c
98 interrupts.h
99 lf.c
100 lf.h
101 main.c
102 misc.c
103 misc.h
104 mon.c
105 mon.h
106 options.c
107 options.h
108 os_emul.c
109 os_emul.h
110 pk_disklabel.c
111 ppc-cache-rules
112 ppc-instructions
113 ppc-opcode-complex
114 ppc-opcode-flat
115 ppc-opcode-simple
116 ppc-opcode-stupid
117 ppc-opcode-test-1
118 ppc-opcode-test-2
119 ppc-spr-table
120 ppc.mt
121 psim.c
122 psim.h
123 psim.texinfo
124 registers.c
125 registers.h
126 sim-endian-n.h
127 sim-endian.c
128 sim-endian.h
129 sim_callbacks.h
130 sim_calls.c
131 std-config.h
132 table.c
133 table.h
134 vm.c
135 vm.h
136 vm_n.h
137 words.h
138
139 Things-to-lose:
140
141
142 Do-last:
143
144 # End of file.
This page took 0.031699 seconds and 4 git commands to generate.