]> Git Repo - binutils.git/blame - sim/ppc/.Sanitize
Wed Nov 1 14:26:02 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts...
[binutils.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
26COPYING
27COPYING.LIB
28ChangeLog
29Makefile.in
30README.psim
31basics.h
32bits.c
33bits.h
5b4d72dd 34build-psim
8b3797aa 35config.in
cb7a6892
MM
36configure
37configure.in
38core.c
39core.h
dec38dac 40core_n.h
cb7a6892
MM
41cpu.c
42cpu.h
43debug.c
44debug.h
45device_tree.c
46device_tree.h
47devices.c
48devices.h
5b4d72dd 49dgen.c
cb7a6892
MM
50double.c
51dp-bit.c
5b4d72dd
MM
52emul_generic.c
53emul_generic.h
54emul_netbsd.c
55emul_netbsd.h
cb7a6892
MM
56events.c
57events.h
cb7a6892
MM
58idecode_branch.h
59idecode_expression.h
60idecode_fields.h
5b4d72dd 61igen.c
cb7a6892
MM
62inline.c
63inline.h
64interrupts.c
65interrupts.h
5b4d72dd
MM
66lf.c
67lf.h
cb7a6892 68main.c
5b4d72dd
MM
69misc.c
70misc.h
71mon.c
72mon.h
73os_emul.c
74os_emul.h
75ppc-cache-rules
cb7a6892
MM
76ppc-endian.c
77ppc-endian.h
78ppc-instructions
5b4d72dd
MM
79ppc-opcode-complex
80ppc-opcode-simple
cb7a6892
MM
81ppc-spr-table
82ppc.mt
83psim.c
84psim.h
85registers.c
86registers.h
87sim_callbacks.h
88sim_calls.c
5b4d72dd
MM
89spa-reporter.c
90spa-system-calls.c
91spa-system-calls.h
cb7a6892 92std-config.h
5b4d72dd
MM
93table.c
94table.h
cb7a6892
MM
95vm.c
96vm.h
dec38dac 97vm_n.h
cb7a6892
MM
98words.h
99
100Things-to-lose:
101
102
103Do-last:
104
105# End of file.
This page took 0.060356 seconds and 4 git commands to generate.