Whoops, forgot this one
[deliverable/binutils-gdb.git] / gas / config / .Sanitize
1 # Sanitize.in for devo.
2 # $Id$
3 #
4
5 # Each directory to survive it's way into a release will need a file
6 # like this one called "./.Sanitize". All keyword lines must exist,
7 # and must exist in the order specified by this file. Each directory
8 # in the tree will be processed, top down, in the following order.
9
10 # Hash started lines like this one are comments and will be deleted
11 # before anything else is done. Blank lines will also be squashed
12 # out.
13
14 # The lines between the "Do-first:" line and the "Things-to-keep:"
15 # line are executed as a /bin/sh shell script before anything else is
16 # done in this
17
18 Do-first:
19
20 echo Sanitizing `pwd`...
21
22 # All files listed between the "Things-to-keep:" line and the
23 # "Files-to-sed:" line will be kept. All other files will be removed.
24 # Directories listed in this section will have their own Sanitize
25 # called. Directories not listed will be removed in their entirety
26 # with rm -rf.
27
28 Things-to-keep:
29
30 ChangeLog
31 aout_gnu.h
32 atof-ieee.c
33 atof-ns32k.c
34 atof-vax.c
35 coff_gnu.h
36 cplus-dem.c
37 ebmon29k.mt
38 h8300.mt
39 h8300hds.mt
40 ho-ansi.h
41 ho-decstation.h
42 ho-generic.h
43 ho-go32.h
44 ho-hpux.h
45 ho-i386.h
46 ho-i386aix.h
47 ho-rs6000.h
48 ho-sun3.h
49 ho-sun386.h
50 ho-sun4.h
51 ho-sunos.h
52 ho-sysv.h
53 ho-vax.h
54 i386aix.mt
55 i386coff.mt
56 m68k.mt
57 m68kcoff.mt
58 m88k-opcode.h
59 m88k.patches
60 mh-i386
61 mh-i386aix
62 mips.mt
63 mt-ebmon29k
64 mt-h8300
65 mt-h8300hds
66 mt-m68k
67 mt-mips
68 mt-rs6000
69 obj-aout.c
70 obj-aout.h
71 obj-bfd-sunos.c
72 obj-bfd-sunos.h
73 obj-bout.c
74 obj-bout.h
75 obj-coff.c
76 obj-coff.h
77 obj-coffbfd.c
78 obj-coffbfd.h
79 obj-generic.c
80 obj-generic.h
81 obj-ieee.c
82 obj-ieee.h
83 rs6000.mt
84 sparc.mt
85 tc-a29k.c
86 tc-a29k.h
87 tc-generic.c
88 tc-generic.h
89 tc-h8300.c
90 tc-h8300.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-rs6000.c
107 tc-rs6000.h
108 tc-sparc.c
109 tc-sparc.h
110 tc-vax.c
111 tc-vax.h
112 tc-z8k.c
113 tc-z8k.h
114 te-dpx2.h
115 te-generic.h
116 te-i386aix.h
117 te-ic960.h
118 te-sco386.h
119 te-sun3.h
120 te-sysv32.h
121 vax-inst.h
122 vms
123 z8k.mt
124
125
126
127 Do-last:
128
129 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
130 echo Keeping v9 stuff in tc-sparc.c.
131 else
132 echo Cleaning tc-sparc.c...
133 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
134 if [ -n "${safe}" ] ; then
135 cp tc-sparc.c .Recover
136 fi
137 mv new tc-sparc.c
138 fi
139
140 echo Done in `pwd`.
141
142 #
143 #
144 # $Log$
145 # Revision 1.28 1992/09/11 22:02:49 sac
146 # Whoops, forgot this one
147 #
148 # Revision 1.27 1992/09/09 18:38:05 ian
149 # Wed Sep 9 11:10:24 1992 Ian Lance Taylor (ian@cygnus.com)
150 #
151 # * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge
152 # Motorola and MIT syntax; gas can now assemble either type of
153 # file.
154 # tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files.
155 # From Steve Chamberlain:
156 # m68kcoff.mt: for m68k COFF.
157 # obj-coffbfd.c: (fixup_mdeps) added
158 # (size_section) removed bad sanity check
159 # (fill_section) added rs_machine_dependent case
160 # (write_object_file) call fixup_mdeps
161 # (fixup_segment) set fx_subsy to 0.
162 # obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and
163 # handle m68k.
164 # tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala
165 # pseudo ops.
166 #
167 # Revision 1.26 1992/08/31 00:27:23 wilson
168 # Keep sparc.mt.
169 #
170 # Revision 1.25 1992/08/31 00:01:22 wilson
171 # Resolve someone else's CVS update conflict.
172 #
173 # Revision 1.24 1992/08/25 22:12:38 sac
174 # Support for the Z8k
175 #
176 # Revision 1.23 1992/07/23 18:23:44 gumby
177 # Keep OSE support
178 #
179 # Revision 1.22 1992/05/07 00:24:39 sac
180 # Keep the 29k config file
181 #
182 # Revision 1.21 1992/02/27 18:52:18 sac
183 # Dos File renaming
184 #
185 # Revision 1.20 1992/02/26 08:54:09 tiemann
186 # Keep a.out.gnu.h, not a.out.h (which no longer exists).
187 #
188 # Revision 1.19 1992/02/22 00:24:13 sac
189 # How to compile gas on a PC
190 #
191 # Revision 1.18 1992/02/18 10:18:32 rich
192 # keep ChangeLog
193 #
194 # Revision 1.17 1992/02/18 10:13:57 rich
195 # keep the new file
196 #
197 # Revision 1.16 1992/02/17 16:02:58 rich
198 # record that files were removed
199 #
200 # Revision 1.15 1992/02/17 15:53:46 rich
201 # fighting bitrot in a major way
202 #
203 # Revision 1.14 1992/02/13 10:13:24 rich
204 # clean up Sanitize for gas
205 #
206 # Revision 1.13 1992/02/11 00:51:52 sac
207 # New files for MRI syntax assembler
208 #
209 # Revision 1.12 1991/12/12 03:34:31 sac
210 # renamed obj-coff-bfd to obj-coffbfd
211 #
212 # Revision 1.11 1991/11/27 22:28:57 sac
213 # Added obj-coff-bfd* and mt-h8300hds
214 #
215 # Revision 1.10 1991/11/26 02:16:55 sac
216 # obj-coff-bfd:
217 # bfd support gets deeper into gas
218 # *h8*
219 # fixed numerous bugs in instruction encoding
220 #
221 # Revision 1.9 1991/11/11 23:36:39 sac
222 # Added tc-sparc.c
223 #
224 # Revision 1.8 1991/11/06 11:53:16 sac
225 # Wouldn't it be nice if Sanitize ignored spaces ?
226 #
227 # Revision 1.7 1991/11/06 09:14:33 sac
228 # Uniq contents, since configure gets confused if the same file is in more than once.
229 #
230 # Revision 1.6 1991/11/05 21:21:12 sac
231 # Added a load of mt/mh files
232 #
233 # Revision 1.5 1991/10/22 03:26:06 steve
234 # tmake-ebmon
235 #
236 # Revision 1.4 1991/09/04 01:55:53 rich
237 # test & recover a better way.
238 #
239 # Revision 1.3 1991/09/02 21:26:15 rich
240 # "recover" tc-sparc.c
241 #
242 # Revision 1.2 1991/09/02 01:03:38 rich
243 # Correct a few things.
244 #
245 # Revision 1.1 1991/05/23 17:09:03 rich
246 # Initial revision
247 #
248 #
249 #
250
251 # End of file.
This page took 0.036241 seconds and 5 git commands to generate.