]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/ppc/.Sanitize
* app.c (do_scrub_chars): At the end of a C comment, pass space to
[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
cb7a6892
MM
43basics.h
44bits.c
45bits.h
93fac324
MM
46cap.c
47cap.h
8b3797aa 48config.in
cb7a6892
MM
49configure
50configure.in
93fac324 51corefile-n.h
01860b7e
FF
52corefile.c
53corefile.h
cb7a6892
MM
54cpu.c
55cpu.h
56debug.c
57debug.h
93fac324
MM
58device.c
59device.h
60device_table.c
61device_table.h
5b4d72dd 62dgen.c
cb7a6892
MM
63double.c
64dp-bit.c
93fac324
MM
65emul_bugapi.c
66emul_bugapi.h
67emul_chirp.c
68emul_chirp.h
5b4d72dd
MM
69emul_generic.c
70emul_generic.h
71emul_netbsd.c
72emul_netbsd.h
88f1eac4
MM
73emul_unix.c
74emul_unix.h
cb7a6892
MM
75events.c
76events.h
30c87b55
MM
77filter.c
78filter.h
c143ef62
MM
79filter_filename.c
80filter_filename.h
30c87b55
MM
81gen-icache.c
82gen-icache.h
83gen-idecode.c
84gen-idecode.h
85gen-itable.c
86gen-itable.h
87gen-model.c
88gen-model.h
89gen-semantics.c
90gen-semantics.h
91gen-support.c
92gen-support.h
d4d3c7ad 93hw_com.c
30c87b55 94hw_core.c
d4d3c7ad
MM
95hw_cpu.c
96hw_cpu.h
8477437c 97hw_disk.c
d4d3c7ad 98hw_eeprom.c
8477437c
MM
99hw_htab.c
100hw_init.c
d4d3c7ad
MM
101hw_iobus.c
102hw_memory.c
103hw_nvram.c
104hw_pal.c
d4d3c7ad 105hw_pic.c
8477437c
MM
106hw_register.c
107hw_trace.c
108hw_vm.c
cb7a6892
MM
109idecode_branch.h
110idecode_expression.h
111idecode_fields.h
5b4d72dd 112igen.c
30c87b55 113igen.h
cb7a6892
MM
114inline.c
115inline.h
116interrupts.c
117interrupts.h
30c87b55
MM
118ld-cache.c
119ld-cache.h
120ld-decode.c
121ld-decode.h
122ld-insn.c
123ld-insn.h
5b4d72dd
MM
124lf.c
125lf.h
cb7a6892 126main.c
5b4d72dd
MM
127misc.c
128misc.h
129mon.c
130mon.h
c5addc19
MM
131options.c
132options.h
93fac324
MM
133os_emul.c
134os_emul.h
8477437c 135pk_disklabel.c
5b4d72dd 136ppc-cache-rules
cb7a6892 137ppc-instructions
5b4d72dd 138ppc-opcode-complex
0d02fbb8 139ppc-opcode-flat
ca784644 140ppc-opcode-goto
30c87b55 141ppc-opcode-jump
5b4d72dd 142ppc-opcode-simple
7ff82a59 143ppc-opcode-stupid
93fac324
MM
144ppc-opcode-test-1
145ppc-opcode-test-2
cb7a6892
MM
146ppc-spr-table
147ppc.mt
148psim.c
149psim.h
d4d3c7ad 150psim.texinfo
cb7a6892
MM
151registers.c
152registers.h
93fac324 153sim-endian-n.h
73c4941b
MM
154sim-endian.c
155sim-endian.h
93fac324
MM
156sim_callbacks.h
157sim_calls.c
cb7a6892 158std-config.h
5b4d72dd
MM
159table.c
160table.h
cb7a6892
MM
161vm.c
162vm.h
dec38dac 163vm_n.h
cb7a6892
MM
164words.h
165
166Things-to-lose:
167
168
169Do-last:
170
171# End of file.