Make simulator build again on SunOS and HP/US systems
[deliverable/binutils-gdb.git] / sim / ppc / .Sanitize
CommitLineData
cb7a6892
MM
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
16Do-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
24Things-to-keep:
25
6cf9d64e
MM
26.gdbinit
27BUGS
cb7a6892
MM
28COPYING
29COPYING.LIB
30ChangeLog
d4d3c7ad 31ChangeLog.00
6cf9d64e 32INSTALL
cb7a6892 33Makefile.in
0d02fbb8 34NOTES
6cf9d64e
MM
35README
36RUN
cb7a6892
MM
37basics.h
38bits.c
39bits.h
93fac324
MM
40cap.c
41cap.h
8b3797aa 42config.in
cb7a6892
MM
43configure
44configure.in
93fac324 45corefile-n.h
01860b7e
FF
46corefile.c
47corefile.h
cb7a6892
MM
48cpu.c
49cpu.h
50debug.c
51debug.h
93fac324
MM
52device.c
53device.h
54device_table.c
55device_table.h
5b4d72dd 56dgen.c
cb7a6892
MM
57double.c
58dp-bit.c
93fac324
MM
59emul_bugapi.c
60emul_bugapi.h
61emul_chirp.c
62emul_chirp.h
5b4d72dd
MM
63emul_generic.c
64emul_generic.h
65emul_netbsd.c
66emul_netbsd.h
88f1eac4
MM
67emul_unix.c
68emul_unix.h
cb7a6892
MM
69events.c
70events.h
c143ef62
MM
71filter_filename.c
72filter_filename.h
d4d3c7ad
MM
73hw_com.c
74hw_cpu.c
75hw_cpu.h
8477437c 76hw_disk.c
d4d3c7ad 77hw_eeprom.c
8477437c
MM
78hw_htab.c
79hw_init.c
d4d3c7ad
MM
80hw_iobus.c
81hw_memory.c
82hw_nvram.c
83hw_pal.c
84hw_pci_ide.c
85hw_phb.c
86hw_phb.h
87hw_pic.c
8477437c
MM
88hw_register.c
89hw_trace.c
90hw_vm.c
cb7a6892
MM
91idecode_branch.h
92idecode_expression.h
93idecode_fields.h
5b4d72dd 94igen.c
cb7a6892
MM
95inline.c
96inline.h
97interrupts.c
98interrupts.h
5b4d72dd
MM
99lf.c
100lf.h
cb7a6892 101main.c
5b4d72dd
MM
102misc.c
103misc.h
104mon.c
105mon.h
c5addc19
MM
106options.c
107options.h
93fac324
MM
108os_emul.c
109os_emul.h
8477437c 110pk_disklabel.c
5b4d72dd 111ppc-cache-rules
cb7a6892 112ppc-instructions
5b4d72dd 113ppc-opcode-complex
0d02fbb8 114ppc-opcode-flat
5b4d72dd 115ppc-opcode-simple
7ff82a59 116ppc-opcode-stupid
93fac324
MM
117ppc-opcode-test-1
118ppc-opcode-test-2
cb7a6892
MM
119ppc-spr-table
120ppc.mt
121psim.c
122psim.h
d4d3c7ad 123psim.texinfo
cb7a6892
MM
124registers.c
125registers.h
93fac324 126sim-endian-n.h
73c4941b
MM
127sim-endian.c
128sim-endian.h
93fac324
MM
129sim_callbacks.h
130sim_calls.c
cb7a6892 131std-config.h
5b4d72dd
MM
132table.c
133table.h
cb7a6892
MM
134vm.c
135vm.h
dec38dac 136vm_n.h
cb7a6892
MM
137words.h
138
139Things-to-lose:
140
141
142Do-last:
143
144# End of file.
This page took 0.053239 seconds and 4 git commands to generate.