]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/ppc/.Sanitize
* config/tc-mips.c (md_parse_option): Check for a 64 bit format
[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
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
6cf9d64e
MM
26.gdbinit
27BUGS
cb7a6892
MM
28COPYING
29COPYING.LIB
30ChangeLog
d4d3c7ad 31ChangeLog.00
6cf9d64e 32INSTALL
cb7a6892 33Makefile.in
0d02fbb8 34NOTES
6cf9d64e
MM
35README
36RUN
cb7a6892
MM
37basics.h
38bits.c
39bits.h
93fac324
MM
40cap.c
41cap.h
8b3797aa 42config.in
cb7a6892
MM
43configure
44configure.in
93fac324 45corefile-n.h
01860b7e
FF
46corefile.c
47corefile.h
cb7a6892
MM
48cpu.c
49cpu.h
50debug.c
51debug.h
93fac324
MM
52device.c
53device.h
54device_table.c
55device_table.h
5b4d72dd 56dgen.c
cb7a6892
MM
57double.c
58dp-bit.c
93fac324
MM
59emul_bugapi.c
60emul_bugapi.h
61emul_chirp.c
62emul_chirp.h
5b4d72dd
MM
63emul_generic.c
64emul_generic.h
65emul_netbsd.c
66emul_netbsd.h
cb7a6892
MM
67events.c
68events.h
c143ef62
MM
69filter_filename.c
70filter_filename.h
d4d3c7ad
MM
71hw_com.c
72hw_cpu.c
73hw_cpu.h
74hw_eeprom.c
75hw_iobus.c
76hw_memory.c
77hw_nvram.c
78hw_pal.c
79hw_pci_ide.c
80hw_phb.c
81hw_phb.h
82hw_pic.c
cb7a6892
MM
83idecode_branch.h
84idecode_expression.h
85idecode_fields.h
5b4d72dd 86igen.c
cb7a6892
MM
87inline.c
88inline.h
89interrupts.c
90interrupts.h
5b4d72dd
MM
91lf.c
92lf.h
cb7a6892 93main.c
5b4d72dd
MM
94misc.c
95misc.h
96mon.c
97mon.h
c5addc19
MM
98options.c
99options.h
93fac324
MM
100os_emul.c
101os_emul.h
5b4d72dd 102ppc-cache-rules
cb7a6892 103ppc-instructions
5b4d72dd 104ppc-opcode-complex
0d02fbb8 105ppc-opcode-flat
5b4d72dd 106ppc-opcode-simple
7ff82a59 107ppc-opcode-stupid
93fac324
MM
108ppc-opcode-test-1
109ppc-opcode-test-2
cb7a6892
MM
110ppc-spr-table
111ppc.mt
112psim.c
113psim.h
d4d3c7ad 114psim.texinfo
cb7a6892
MM
115registers.c
116registers.h
93fac324 117sim-endian-n.h
73c4941b
MM
118sim-endian.c
119sim-endian.h
93fac324
MM
120sim_callbacks.h
121sim_calls.c
cb7a6892 122std-config.h
5b4d72dd
MM
123table.c
124table.h
cb7a6892
MM
125vm.c
126vm.h
dec38dac 127vm_n.h
cb7a6892
MM
128words.h
129
130Things-to-lose:
131
132
133Do-last:
134
135# End of file.