* config/{h8500.mt, tc-h8500.c, tc-h8500.h, obj-coffbfd.c,
[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 aout_gnu.h
31 atof-ieee.c
32 atof-ns32k.c
33 atof-tahoe.c
34 atof-vax.c
35 coff_gnu.h
36 cplus-dem.c
37 ebmon29k.mt
38 h8300.mt
39 h8500.mt
40 h8300hds.mt
41 ho-ansi.h
42 ho-decstation.h
43 ho-generic.h
44 ho-go32.h
45 ho-hpux.h
46 ho-i386.h
47 ho-i386aix.h
48 ho-rs6000.h
49 ho-sun3.h
50 ho-sun386.h
51 ho-sun4.h
52 ho-sunos.h
53 ho-sysv.h
54 ho-vax.h
55 ho-vms.h
56 i386coff.mt
57 m68k.mt
58 m68kcoff.mt
59 m88k-opcode.h
60 m88k.patches
61 mh-i386
62 mh-i386aix
63 mips.mt
64 obj-aout.c
65 obj-aout.h
66 obj-bfd-sunos.c
67 obj-bfd-sunos.h
68 obj-bout.c
69 obj-bout.h
70 obj-coff.c
71 obj-coff.h
72 obj-coffbfd.c
73 obj-coffbfd.h
74 obj-generic.c
75 obj-generic.h
76 obj-ieee.c
77 obj-ieee.h
78 obj-vms.c
79 obj-vms.h
80 rs6000.mt
81 sparc.mt
82 tc-a29k.c
83 tc-a29k.h
84 tc-generic.c
85 tc-generic.h
86 tc-h8300.c
87 tc-h8300.h
88 tc-h8500.c
89 tc-h8500.h
90 tc-i386.c
91 tc-i386.h
92 tc-i860.c
93 tc-i860.h
94 tc-i960.c
95 tc-i960.h
96 tc-m68851.h
97 tc-m68k.c
98 tc-m68k.h
99 tc-m88k.c
100 tc-m88k.h
101 tc-mips.c
102 tc-mips.h
103 tc-ns32k.c
104 tc-ns32k.h
105 tc-rs6000.c
106 tc-rs6000.h
107 tc-sparc.c
108 tc-sparc.h
109 tc-tahoe.c
110 tc-tahoe.h
111 tc-vax.c
112 tc-vax.h
113 tc-z8k.c
114 tc-z8k.h
115 te-dpx2.h
116 te-generic.h
117 te-i386aix.h
118 te-ic960.h
119 te-sco386.h
120 te-sun3.h
121 te-sysv32.h
122 vax-inst.h
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.32 1993/02/04 20:47:35 sac
146 # * config/{h8500.mt, tc-h8500.c, tc-h8500.h, obj-coffbfd.c,
147 # obj-coffbfd.h}: support for the H8/500
148 #
149 # Revision 1.31 1992/12/30 20:34:14 ian
150 # Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com)
151 #
152 # * app.c, config/tc-*.c: Don't include read.h, since it is already
153 # included by as.h.
154 #
155 # * These are based on patches from Minh Tran-le
156 # <mtranle@paris.intellicorp.com>.
157 # * configure.in (i[34]86-ibm-aix*): Accept i486 for host. Use
158 # obj_format coffbfd and gas_target i386coff for target.
159 # (i[34]86-*-isc*): New host (uses sysv).
160 # * config/i386aix.mt: Removed (no longer used).
161 # * config/mh-i386aix (RANLIB): Use true rather than /bin/true.
162 # (MINUS_G): Removed.
163 # (LDFLAGS): Added, defined as -shlib.
164 # * config/te-i386aix.h (REVERSE_SORT_RELOCS): Undefine.
165 # * config/te-sco386.h (LOCAL_LABEL): Don't define.
166 # (DOT_LABEL_PREFIX): Define.
167 # * expr.c (operand): If DOT_LABEL_PREFIX, use .L0\001 as a label
168 # name rather than L0\001.
169 # * read.c (s_lcomm): Make a frag in SEG_BSS rather than using
170 # local_bss_counter.
171 # * symbols.c, symbols.h (local_bss_counter): Removed.
172 # * write.c (write_object_file): bss no longer uses
173 # local_bss_counter. Pass correct data and bss size to
174 # VMS_write_object_file.
175 # * config/obj-vms.c (VMS_write_object_file): Accept bss size as
176 # argument, rather than using local_bss_counter.
177 # * config/tc-m88k.c (s_bss): Don't use local_bss_counter.
178 # * config/tc-sparc.c (s_reserve): Don't use local_bss_counter.
179 # * config/obj-coffbfd.c (had_lineno, had_reloc): Removed.
180 # (size_section): Restored sanity check.
181 # (do_relocs_for): Base section address on s_paddr rather than
182 # computing it. Adjust a29k R_IHIHALF special case to account for
183 # section paddr (used to require paddr to be zero). If there are no
184 # reclos, set s_relptr to 0. Set relocation size in object_headers.
185 # (fill_section): Always set s_vaddr here, removing
186 # ZERO_BASED_SEGMENTS case. Force s_scnptr for bss to 0. Don't set
187 # NOLOAD for i386 .bss, because it confuses the SVR3 native linker.
188 # Set STYP_INFO for .comment.
189 # (coff_header_append): Use object headers and H_{SET,GET}_* macros.
190 # Make aouthdr writing depend on OBJ_COFF_OMIT_OPTIONAL_HEADER.
191 # (crawl_symbols): Handle 8 character section name correctly. Use
192 # H_{SET,GET}_* macros.
193 # (do_linenos_for): Set lineno size in object_headers.
194 # (write_object_file): Use H_{SET,GET}_* macros. Don't bother to
195 # set s_vaddr here. If string_byte_count remains 4, set it back to
196 # 0, and only write strings out if there are some. Call
197 # fill_section before do_relocs_for and do_linenos_for.
198 # (obj_coff_section): Handle optional quoted second argument giving
199 # section characteristics.
200 # (obj_coff_bss): Added to handle .bss.
201 # (obj_coff_ident): Added to handle .ident (puts string in .comment
202 # section).
203 # (obj_coff_lcomm): Put common symbols in .bss, not .data.
204 # (fixup_mdeps): Change to segment. Call frag_wane after
205 # md_convert_frag.
206 # (fixup_segment): Explicitly check S_IS_COMMON before making 386
207 # adjustment (already happened only for common symbols, but this is
208 # clearer).
209 # * config/obj-coffbfd.h (OBJ_COFF_OMIT_OPTIONAL_HEADER): Define.
210 # * config/tc-i386.c (s_bss): Don't use if I386COFF.
211 # (md_pseudo_table): Ignore .optim and .noopt.
212 # (tc_coff_sizemachdep): New function.
213 # * config/tc-i386.h (REVERSE_SORT_RELOCS): Undef, for SVR3
214 # compatibility.
215 # (LOCAL_LABEL): Removed definition.
216 # (DOT_LABEL_PREFIX): Defined.
217 #
218 # Revision 1.30 1992/12/08 09:42:06 raeburn
219 # missed tc-tahoe files
220 #
221 # Revision 1.29 1992/12/08 09:30:28 raeburn
222 # updated for current list of files
223 #
224 # Revision 1.28 1992/09/11 22:02:49 sac
225 # Whoops, forgot this one
226 #
227 # Revision 1.27 1992/09/09 18:38:05 ian
228 # Wed Sep 9 11:10:24 1992 Ian Lance Taylor (ian@cygnus.com)
229 #
230 # * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge
231 # Motorola and MIT syntax; gas can now assemble either type of
232 # file.
233 # tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files.
234 # From Steve Chamberlain:
235 # m68kcoff.mt: for m68k COFF.
236 # obj-coffbfd.c: (fixup_mdeps) added
237 # (size_section) removed bad sanity check
238 # (fill_section) added rs_machine_dependent case
239 # (write_object_file) call fixup_mdeps
240 # (fixup_segment) set fx_subsy to 0.
241 # obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and
242 # handle m68k.
243 # tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala
244 # pseudo ops.
245 #
246 # Revision 1.26 1992/08/31 00:27:23 wilson
247 # Keep sparc.mt.
248 #
249 # Revision 1.25 1992/08/31 00:01:22 wilson
250 # Resolve someone else's CVS update conflict.
251 #
252 # Revision 1.24 1992/08/25 22:12:38 sac
253 # Support for the Z8k
254 #
255 # Revision 1.23 1992/07/23 18:23:44 gumby
256 # Keep OSE support
257 #
258 # Revision 1.22 1992/05/07 00:24:39 sac
259 # Keep the 29k config file
260 #
261 # Revision 1.21 1992/02/27 18:52:18 sac
262 # Dos File renaming
263 #
264 # Revision 1.20 1992/02/26 08:54:09 tiemann
265 # Keep a.out.gnu.h, not a.out.h (which no longer exists).
266 #
267 # Revision 1.19 1992/02/22 00:24:13 sac
268 # How to compile gas on a PC
269 #
270 # Revision 1.18 1992/02/18 10:18:32 rich
271 # keep ChangeLog
272 #
273 # Revision 1.17 1992/02/18 10:13:57 rich
274 # keep the new file
275 #
276 # Revision 1.16 1992/02/17 16:02:58 rich
277 # record that files were removed
278 #
279 # Revision 1.15 1992/02/17 15:53:46 rich
280 # fighting bitrot in a major way
281 #
282 # Revision 1.14 1992/02/13 10:13:24 rich
283 # clean up Sanitize for gas
284 #
285 # Revision 1.13 1992/02/11 00:51:52 sac
286 # New files for MRI syntax assembler
287 #
288 # Revision 1.12 1991/12/12 03:34:31 sac
289 # renamed obj-coff-bfd to obj-coffbfd
290 #
291 # Revision 1.11 1991/11/27 22:28:57 sac
292 # Added obj-coff-bfd* and mt-h8300hds
293 #
294 # Revision 1.10 1991/11/26 02:16:55 sac
295 # obj-coff-bfd:
296 # bfd support gets deeper into gas
297 # *h8*
298 # fixed numerous bugs in instruction encoding
299 #
300 # Revision 1.9 1991/11/11 23:36:39 sac
301 # Added tc-sparc.c
302 #
303 # Revision 1.8 1991/11/06 11:53:16 sac
304 # Wouldn't it be nice if Sanitize ignored spaces ?
305 #
306 # Revision 1.7 1991/11/06 09:14:33 sac
307 # Uniq contents, since configure gets confused if the same file is in more than once.
308 #
309 # Revision 1.6 1991/11/05 21:21:12 sac
310 # Added a load of mt/mh files
311 #
312 # Revision 1.5 1991/10/22 03:26:06 steve
313 # tmake-ebmon
314 #
315 # Revision 1.4 1991/09/04 01:55:53 rich
316 # test & recover a better way.
317 #
318 # Revision 1.3 1991/09/02 21:26:15 rich
319 # "recover" tc-sparc.c
320 #
321 # Revision 1.2 1991/09/02 01:03:38 rich
322 # Correct a few things.
323 #
324 # Revision 1.1 1991/05/23 17:09:03 rich
325 # Initial revision
326 #
327 #
328 #
329
330 # End of file.
This page took 0.056955 seconds and 5 git commands to generate.