]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/ppc/.Sanitize
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/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
ed9714ab
MM
18# Lose the documentation until it is acceptable to DOS
19if ( echo $* | grep keep\-psim\-doc > /dev/null ) ; then
20 keep_these_too="doc"
21else
22 lose_these_too="doc"
23fi
24
cb7a6892
MM
25# All files listed between the "Things-to-keep:" line and the
26# "Files-to-sed:" line will be kept. All other files will be removed.
27# Directories listed in this section will have their own Sanitize
28# called. Directories not listed will be removed in their entirety
29# with rm -rf.
30
31Things-to-keep:
32
6cf9d64e
MM
33.gdbinit
34BUGS
cb7a6892
MM
35COPYING
36COPYING.LIB
37ChangeLog
d4d3c7ad 38ChangeLog.00
6cf9d64e 39INSTALL
cb7a6892 40Makefile.in
6cf9d64e
MM
41README
42RUN
59fb3497 43acconfig.h
8c59a22d 44aclocal.m4
cb7a6892
MM
45basics.h
46bits.c
47bits.h
93fac324
MM
48cap.c
49cap.h
8b3797aa 50config.in
cb7a6892
MM
51configure
52configure.in
93fac324 53corefile-n.h
01860b7e
FF
54corefile.c
55corefile.h
cb7a6892
MM
56cpu.c
57cpu.h
d7e89eaf
AC
58dc-complex
59dc-simple
60dc-stupid
61dc-test.01
62dc-test.02
cb7a6892
MM
63debug.c
64debug.h
93fac324
MM
65device.c
66device.h
67device_table.c
68device_table.h
5b4d72dd 69dgen.c
cb7a6892
MM
70double.c
71dp-bit.c
93fac324
MM
72emul_bugapi.c
73emul_bugapi.h
74emul_chirp.c
75emul_chirp.h
5b4d72dd
MM
76emul_generic.c
77emul_generic.h
78emul_netbsd.c
79emul_netbsd.h
88f1eac4
MM
80emul_unix.c
81emul_unix.h
cb7a6892
MM
82events.c
83events.h
30c87b55
MM
84filter.c
85filter.h
c143ef62
MM
86filter_filename.c
87filter_filename.h
30c87b55
MM
88gen-icache.c
89gen-icache.h
90gen-idecode.c
91gen-idecode.h
92gen-itable.c
93gen-itable.h
94gen-model.c
95gen-model.h
96gen-semantics.c
97gen-semantics.h
98gen-support.c
99gen-support.h
d4d3c7ad 100hw_com.c
30c87b55 101hw_core.c
d4d3c7ad
MM
102hw_cpu.c
103hw_cpu.h
8477437c 104hw_disk.c
d4d3c7ad 105hw_eeprom.c
3fbe0641 106hw_glue.c
8477437c 107hw_htab.c
3fbe0641 108hw_ide.c
8477437c 109hw_init.c
d4d3c7ad
MM
110hw_iobus.c
111hw_memory.c
112hw_nvram.c
3fbe0641 113hw_opic.c
d4d3c7ad 114hw_pal.c
3fbe0641
MM
115hw_phb.c
116hw_phb.h
8477437c
MM
117hw_register.c
118hw_trace.c
119hw_vm.c
cb7a6892
MM
120idecode_branch.h
121idecode_expression.h
122idecode_fields.h
5b4d72dd 123igen.c
30c87b55 124igen.h
cb7a6892
MM
125inline.c
126inline.h
127interrupts.c
128interrupts.h
30c87b55
MM
129ld-cache.c
130ld-cache.h
131ld-decode.c
132ld-decode.h
133ld-insn.c
134ld-insn.h
5b4d72dd
MM
135lf.c
136lf.h
cb7a6892 137main.c
5b4d72dd
MM
138misc.c
139misc.h
140mon.c
141mon.h
c5addc19
MM
142options.c
143options.h
93fac324
MM
144os_emul.c
145os_emul.h
8477437c 146pk_disklabel.c
5b4d72dd 147ppc-cache-rules
cb7a6892
MM
148ppc-instructions
149ppc-spr-table
150ppc.mt
151psim.c
152psim.h
d4d3c7ad 153psim.texinfo
cb7a6892
MM
154registers.c
155registers.h
93fac324 156sim-endian-n.h
73c4941b
MM
157sim-endian.c
158sim-endian.h
93fac324
MM
159sim_callbacks.h
160sim_calls.c
cb7a6892 161std-config.h
5b4d72dd
MM
162table.c
163table.h
3fbe0641
MM
164tree.c
165tree.h
cb7a6892
MM
166vm.c
167vm.h
dec38dac 168vm_n.h
cb7a6892
MM
169words.h
170
171Things-to-lose:
172
173
174Do-last:
175
176# End of file.