Abort if we find the program has an .interp section
[deliverable/binutils-gdb.git] / sim / ppc / .Sanitize
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
16 Do-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
24 Things-to-keep:
25
26 .gdbinit
27 BUGS
28 COPYING
29 COPYING.LIB
30 ChangeLog
31 ChangeLog.00
32 INSTALL
33 Makefile.in
34 NOTES
35 README
36 RUN
37 basics.h
38 bits.c
39 bits.h
40 cap.c
41 cap.h
42 config.in
43 configure
44 configure.in
45 corefile-n.h
46 corefile.c
47 corefile.h
48 cpu.c
49 cpu.h
50 debug.c
51 debug.h
52 device.c
53 device.h
54 device_table.c
55 device_table.h
56 dgen.c
57 double.c
58 dp-bit.c
59 emul_bugapi.c
60 emul_bugapi.h
61 emul_chirp.c
62 emul_chirp.h
63 emul_generic.c
64 emul_generic.h
65 emul_netbsd.c
66 emul_netbsd.h
67 emul_unix.c
68 emul_unix.h
69 events.c
70 events.h
71 filter_filename.c
72 filter_filename.h
73 hw_com.c
74 hw_cpu.c
75 hw_cpu.h
76 hw_eeprom.c
77 hw_iobus.c
78 hw_memory.c
79 hw_nvram.c
80 hw_pal.c
81 hw_pci_ide.c
82 hw_phb.c
83 hw_phb.h
84 hw_pic.c
85 idecode_branch.h
86 idecode_expression.h
87 idecode_fields.h
88 igen.c
89 inline.c
90 inline.h
91 interrupts.c
92 interrupts.h
93 lf.c
94 lf.h
95 main.c
96 misc.c
97 misc.h
98 mon.c
99 mon.h
100 options.c
101 options.h
102 os_emul.c
103 os_emul.h
104 ppc-cache-rules
105 ppc-instructions
106 ppc-opcode-complex
107 ppc-opcode-flat
108 ppc-opcode-simple
109 ppc-opcode-stupid
110 ppc-opcode-test-1
111 ppc-opcode-test-2
112 ppc-spr-table
113 ppc.mt
114 psim.c
115 psim.h
116 psim.texinfo
117 registers.c
118 registers.h
119 sim-endian-n.h
120 sim-endian.c
121 sim-endian.h
122 sim_callbacks.h
123 sim_calls.c
124 std-config.h
125 table.c
126 table.h
127 vm.c
128 vm.h
129 vm_n.h
130 words.h
131
132 Things-to-lose:
133
134
135 Do-last:
136
137 # End of file.
This page took 0.032072 seconds and 4 git commands to generate.