lint
[deliverable/binutils-gdb.git] / gas / .Sanitize
CommitLineData
d4d5412d
RP
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
18Do-first:
19
20echo 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
28Things-to-keep:
29
30.gdbinit
31COPYING
32ChangeLog
c593cf41 33Makefile.bat
d4d5412d
RP
34Makefile.in
35NOTES
36NOTES.config
37README
920babce 38README-quirks
d4d5412d
RP
39README-vms-dbg
40README.coff
542e1629
RP
41obstack.h
42obstack.c
43bit_fix.h
44strerror.c
d4d5412d 45README.rich
e530f5c4 46a.out.gnu.h
d4d5412d
RP
47app.c
48as.c
49as.h
50atof-generic.c
d4d5412d
RP
51bignum-copy.c
52bignum.h
53cond.c
54config
c593cf41 55configure.bat
d4d5412d
RP
56configure.in
57debug.c
a262a1b2 58doc
d4d5412d
RP
59expr.c
60expr.h
5d53038b 61flonum-konst.c
d4d5412d
RP
62flonum-copy.c
63flonum-mult.c
64flonum.h
65frags.c
66frags.h
920babce 67gas-format.el
d4d5412d
RP
68hash.c
69hash.h
70hex-value.c
71input-file.c
72input-file.h
73input-scrub.c
920babce 74link.cmd
d7d28d22
RP
75listing.c
76listing.h
d4d5412d 77make-gas.com
28bf2d31 78makefile.dos
d4d5412d
RP
79messages.c
80obj.h
81objdump.c
920babce 82obsolete
d4d5412d
RP
83output-file.c
84output-file.h
85read.c
86read.h
87strstr.c
88struc-symbol.h
89subsegs.c
90subsegs.h
91symbols.c
92symbols.h
93tc.h
920babce
RP
94testscripts
95ver960.c
d4d5412d
RP
96version.c
97write.c
98write.h
99xmalloc.c
100xrealloc.c
101
102Do-last:
103
104echo Done in `pwd`.
105
106#
107#
108# $Log$
5d53038b
SC
109# Revision 1.11 1992/03/13 16:04:15 sac
110# Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
111#
112# * flonum-const.c: renamed flonum-konst.c to stop dos name
113# conflict.
114#
115# Revision 1.10 1992/02/22 20:44:46 sac
c593cf41
SC
116# * app.c: MRI compatibility - allow single quote to start a string.
117# * as.c: fix typo recently introduced.
118# * as.h : Don't include aout/reloc.h - it's not right for COFF!
119# * expr.c: Much rewriting, to accomodate MRI syntax for
120# expressions. Also easier to read now.
121# * listing.c: Put back defuns
122# * read.c: modified to accept MRI syntax, put back listing pseudo
123# ops so that an assembler built with NO_LISTING ignores list ops
124# rather than pukes.
125# * write.c, write.h: fixs - only keep a reloc type in a fix if the target
126# machine is a SPARC or a 29K.
127# * config/obj-aout.c: added s_sect pseudo op
128# * config/obj-coffbfd.c: lints, set the filehdr flags right and
129# fill in the timestamp.
130# * config/obj-coffbfd.h: Since we don't include aout/reloc.h
131# anymore, define all the relocs which the tc-<x> bit will use so we
132# can translate from them to the coff types.
133# * config/tc-a29k.c: reloc_type isn't ane enum any more
134# * config/tc-m68k.c: Added NO_RELOC definition.
135#
136# Now compiles for sparc aout, 68k aout (MRI and MIT syntax),
137# 29k coff.
138#
139# So far works as replacement for sparc and 68k /bin/as.
140#
141# Revision 1.9 1992/02/17 15:52:52 rich
542e1629
RP
142# fighting bitrot in a major way
143#
144# Revision 1.8 1992/02/14 00:21:34 pesch
a262a1b2
RP
145# It's OK to keep the doc subdirectory, really.
146#
147# Revision 1.7 1992/02/13 10:13:19 rich
920babce
RP
148# clean up Sanitize for gas
149#
150# Revision 1.6 1992/01/17 20:54:32 rich
d7d28d22
RP
151# keep listing*
152#
153# Revision 1.5 1991/12/12 03:28:12 sac
28bf2d31
SC
154# Added makefile.dos configure.dos
155#
156# Revision 1.4 1991/12/09 11:58:44 tiemann
e530f5c4
MT
157# Keep a.out.gnu.h.
158#
159# Revision 1.3 1991/10/10 11:58:04 rich
1a315703
RP
160# updating
161#
162# Revision 1.2 1991/09/02 01:05:04 rich
abf2ca6c
RP
163# Correcting some things.
164#
165# Revision 1.1 1991/05/23 17:18:12 rich
d4d5412d
RP
166# Initial revision
167#
168#
169#
170
171# End of file.
This page took 0.054716 seconds and 4 git commands to generate.