Fixed the whitespace
[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
61flonum-const.c
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$
c593cf41
SC
109# Revision 1.10 1992/02/22 20:44:46 sac
110# * app.c: MRI compatibility - allow single quote to start a string.
111# * as.c: fix typo recently introduced.
112# * as.h : Don't include aout/reloc.h - it's not right for COFF!
113# * expr.c: Much rewriting, to accomodate MRI syntax for
114# expressions. Also easier to read now.
115# * listing.c: Put back defuns
116# * read.c: modified to accept MRI syntax, put back listing pseudo
117# ops so that an assembler built with NO_LISTING ignores list ops
118# rather than pukes.
119# * write.c, write.h: fixs - only keep a reloc type in a fix if the target
120# machine is a SPARC or a 29K.
121# * config/obj-aout.c: added s_sect pseudo op
122# * config/obj-coffbfd.c: lints, set the filehdr flags right and
123# fill in the timestamp.
124# * config/obj-coffbfd.h: Since we don't include aout/reloc.h
125# anymore, define all the relocs which the tc-<x> bit will use so we
126# can translate from them to the coff types.
127# * config/tc-a29k.c: reloc_type isn't ane enum any more
128# * config/tc-m68k.c: Added NO_RELOC definition.
129#
130# Now compiles for sparc aout, 68k aout (MRI and MIT syntax),
131# 29k coff.
132#
133# So far works as replacement for sparc and 68k /bin/as.
134#
135# Revision 1.9 1992/02/17 15:52:52 rich
542e1629
RP
136# fighting bitrot in a major way
137#
138# Revision 1.8 1992/02/14 00:21:34 pesch
a262a1b2
RP
139# It's OK to keep the doc subdirectory, really.
140#
141# Revision 1.7 1992/02/13 10:13:19 rich
920babce
RP
142# clean up Sanitize for gas
143#
144# Revision 1.6 1992/01/17 20:54:32 rich
d7d28d22
RP
145# keep listing*
146#
147# Revision 1.5 1991/12/12 03:28:12 sac
28bf2d31
SC
148# Added makefile.dos configure.dos
149#
150# Revision 1.4 1991/12/09 11:58:44 tiemann
e530f5c4
MT
151# Keep a.out.gnu.h.
152#
153# Revision 1.3 1991/10/10 11:58:04 rich
1a315703
RP
154# updating
155#
156# Revision 1.2 1991/09/02 01:05:04 rich
abf2ca6c
RP
157# Correcting some things.
158#
159# Revision 1.1 1991/05/23 17:18:12 rich
d4d5412d
RP
160# Initial revision
161#
162#
163#
164
165# End of file.
This page took 0.043845 seconds and 4 git commands to generate.