No longer sanitize away h8s stuff
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
1 # .Sanitize for devo/gas/config
2
3 # Each directory to survive its 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 arc_files="tc-arc.c tc-arc.h"
19
20 if ( echo $* | grep keep\-arc > /dev/null ) ; then
21 keep_these_too="${arc_files} ${keep_these_too}"
22 else
23 lose_these_too="${arc_files} ${lose_these_too}"
24 fi
25
26 # All files listed between the "Things-to-keep:" line and the
27 # "Files-to-sed:" line will be kept. All other files will be removed.
28 # Directories listed in this section will have their own Sanitize
29 # called. Directories not listed will be removed in their entirety
30 # with rm -rf.
31
32 Things-to-keep:
33
34 aout_gnu.h
35 arm-big.mt
36 arm-lit.mt
37 atof-ieee.c
38 atof-tahoe.c
39 atof-vax.c
40 go32.cfg
41 e-mipsecoff.c
42 e-mipself.c
43 i386coff.mt
44 m68k-parse.h
45 m68k-parse.y
46 m68kcoff.mt
47 m88k-opcode.h
48 m88kcoff.mt
49 mips-big.mt
50 mips-lit.mt
51 obj-aout.c
52 obj-aout.h
53 obj-bout.c
54 obj-bout.h
55 obj-coff.c
56 obj-coff.h
57 obj-ecoff.c
58 obj-ecoff.h
59 obj-elf.c
60 obj-elf.h
61 obj-generic.c
62 obj-generic.h
63 obj-hp300.c
64 obj-hp300.h
65 obj-ieee.c
66 obj-ieee.h
67 obj-multi.c
68 obj-multi.h
69 obj-som.c
70 obj-som.h
71 obj-vms.c
72 obj-vms.h
73 ppc-big.mt
74 ppc-lit.mt
75 ppc-sol.mt
76 sco5.mt
77 tc-a29k.c
78 tc-a29k.h
79 tc-alpha.c
80 tc-alpha.h
81 tc-arm.c
82 tc-arm.h
83 tc-generic.c
84 tc-generic.h
85 tc-h8300.c
86 tc-h8300.h
87 tc-h8500.c
88 tc-h8500.h
89 tc-hppa.c
90 tc-hppa.h
91 tc-i386.c
92 tc-i386.h
93 tc-i860.c
94 tc-i860.h
95 tc-i960.c
96 tc-i960.h
97 tc-m68851.h
98 tc-m68k.c
99 tc-m68k.h
100 tc-m88k.c
101 tc-m88k.h
102 tc-mips.c
103 tc-mips.h
104 tc-ns32k.c
105 tc-ns32k.h
106 tc-ppc.c
107 tc-ppc.h
108 tc-sh.c
109 tc-sh.h
110 tc-sparc.c
111 tc-sparc.h
112 tc-tahoe.c
113 tc-tahoe.h
114 tc-vax.c
115 tc-vax.h
116 tc-w65.c
117 tc-w65.h
118 tc-z8k.c
119 tc-z8k.h
120 te-386bsd.h
121 te-aux.h
122 te-delta.h
123 te-delt88.h
124 te-dpx2.h
125 te-generic.h
126 te-go32.h
127 te-hp300.h
128 te-hppa.h
129 te-i386aix.h
130 te-ic960.h
131 te-linux.h
132 te-lynx.h
133 te-mach.h
134 te-macos.h
135 te-multi.h
136 te-nbsd.h
137 te-nbsd532.h
138 te-pc532mach.h
139 te-pe.h
140 te-ppcnw.h
141 te-psos.h
142 te-riscix.h
143 te-sco386.h
144 te-sun3.h
145 te-sysv32.h
146 vax-inst.h
147 vms-conf.h
148
149 Things-to-lose:
150
151 Do-last:
152
153 # End of file.
This page took 0.034597 seconds and 5 git commands to generate.