]> Git Repo - binutils.git/blame - sim/ppc/.Sanitize
More scheduling stuff
[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
c5addc19
MM
81options.c
82options.h
5b4d72dd 83ppc-cache-rules
cb7a6892 84ppc-instructions
5b4d72dd
MM
85ppc-opcode-complex
86ppc-opcode-simple
7ff82a59 87ppc-opcode-stupid
cb7a6892
MM
88ppc-spr-table
89ppc.mt
90psim.c
91psim.h
92registers.c
93registers.h
94sim_callbacks.h
95sim_calls.c
73c4941b
MM
96sim-endian.c
97sim-endian.h
98sim-endian-n.h
5b4d72dd
MM
99spa-reporter.c
100spa-system-calls.c
101spa-system-calls.h
cb7a6892 102std-config.h
5b4d72dd
MM
103table.c
104table.h
cb7a6892
MM
105vm.c
106vm.h
dec38dac 107vm_n.h
cb7a6892
MM
108words.h
109
110Things-to-lose:
111
112
113Do-last:
114
115# End of file.
This page took 0.069253 seconds and 4 git commands to generate.