]> Git Repo - binutils.git/blame - sim/ppc/.Sanitize
first stage in function unit support; add new switches & latest code from andrew
[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
c143ef62
MM
36config.make
37config.hdr
cb7a6892
MM
38configure
39configure.in
01860b7e
FF
40corefile.c
41corefile.h
dec38dac 42core_n.h
cb7a6892
MM
43cpu.c
44cpu.h
45debug.c
46debug.h
47device_tree.c
48device_tree.h
49devices.c
50devices.h
5b4d72dd 51dgen.c
cb7a6892
MM
52double.c
53dp-bit.c
5b4d72dd
MM
54emul_generic.c
55emul_generic.h
56emul_netbsd.c
57emul_netbsd.h
cb7a6892
MM
58events.c
59events.h
c143ef62
MM
60filter_filename.c
61filter_filename.h
73c4941b
MM
62function_unit.c
63function_unit.h
cb7a6892
MM
64idecode_branch.h
65idecode_expression.h
66idecode_fields.h
5b4d72dd 67igen.c
cb7a6892
MM
68inline.c
69inline.h
70interrupts.c
71interrupts.h
5b4d72dd
MM
72lf.c
73lf.h
cb7a6892 74main.c
5b4d72dd
MM
75misc.c
76misc.h
77mon.c
78mon.h
79os_emul.c
80os_emul.h
81ppc-cache-rules
cb7a6892 82ppc-instructions
5b4d72dd
MM
83ppc-opcode-complex
84ppc-opcode-simple
7ff82a59 85ppc-opcode-stupid
cb7a6892
MM
86ppc-spr-table
87ppc.mt
88psim.c
89psim.h
90registers.c
91registers.h
92sim_callbacks.h
93sim_calls.c
73c4941b
MM
94sim-endian.c
95sim-endian.h
96sim-endian-n.h
5b4d72dd
MM
97spa-reporter.c
98spa-system-calls.c
99spa-system-calls.h
cb7a6892 100std-config.h
5b4d72dd
MM
101table.c
102table.h
cb7a6892
MM
103vm.c
104vm.h
dec38dac 105vm_n.h
cb7a6892
MM
106words.h
107
108Things-to-lose:
109
110
111Do-last:
112
113# End of file.
This page took 0.067054 seconds and 4 git commands to generate.