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