i386v host/target/native separation
[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
82output-file.c
83output-file.h
84read.c
85read.h
86strstr.c
87struc-symbol.h
88subsegs.c
89subsegs.h
90symbols.c
91symbols.h
92tc.h
920babce
RP
93testscripts
94ver960.c
d4d5412d
RP
95version.c
96write.c
97write.h
98xmalloc.c
99xrealloc.c
100
101Do-last:
102
103echo Done in `pwd`.
104
105#
106#
107# $Log$
d81eea83
DHW
108# Revision 1.12 1992/07/28 18:58:12 gumby
109# Don't save obsolete/
110#
111# Revision 1.11 1992/03/13 16:04:15 sac
5d53038b
SC
112# Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)
113#
114# * flonum-const.c: renamed flonum-konst.c to stop dos name
115# conflict.
116#
117# Revision 1.10 1992/02/22 20:44:46 sac
c593cf41
SC
118# * app.c: MRI compatibility - allow single quote to start a string.
119# * as.c: fix typo recently introduced.
120# * as.h : Don't include aout/reloc.h - it's not right for COFF!
121# * expr.c: Much rewriting, to accomodate MRI syntax for
122# expressions. Also easier to read now.
123# * listing.c: Put back defuns
124# * read.c: modified to accept MRI syntax, put back listing pseudo
125# ops so that an assembler built with NO_LISTING ignores list ops
126# rather than pukes.
127# * write.c, write.h: fixs - only keep a reloc type in a fix if the target
128# machine is a SPARC or a 29K.
129# * config/obj-aout.c: added s_sect pseudo op
130# * config/obj-coffbfd.c: lints, set the filehdr flags right and
131# fill in the timestamp.
132# * config/obj-coffbfd.h: Since we don't include aout/reloc.h
133# anymore, define all the relocs which the tc-<x> bit will use so we
134# can translate from them to the coff types.
135# * config/tc-a29k.c: reloc_type isn't ane enum any more
136# * config/tc-m68k.c: Added NO_RELOC definition.
137#
138# Now compiles for sparc aout, 68k aout (MRI and MIT syntax),
139# 29k coff.
140#
141# So far works as replacement for sparc and 68k /bin/as.
142#
143# Revision 1.9 1992/02/17 15:52:52 rich
542e1629
RP
144# fighting bitrot in a major way
145#
146# Revision 1.8 1992/02/14 00:21:34 pesch
a262a1b2
RP
147# It's OK to keep the doc subdirectory, really.
148#
149# Revision 1.7 1992/02/13 10:13:19 rich
920babce
RP
150# clean up Sanitize for gas
151#
152# Revision 1.6 1992/01/17 20:54:32 rich
d7d28d22
RP
153# keep listing*
154#
155# Revision 1.5 1991/12/12 03:28:12 sac
28bf2d31
SC
156# Added makefile.dos configure.dos
157#
158# Revision 1.4 1991/12/09 11:58:44 tiemann
e530f5c4
MT
159# Keep a.out.gnu.h.
160#
161# Revision 1.3 1991/10/10 11:58:04 rich
1a315703
RP
162# updating
163#
164# Revision 1.2 1991/09/02 01:05:04 rich
abf2ca6c
RP
165# Correcting some things.
166#
167# Revision 1.1 1991/05/23 17:18:12 rich
d4d5412d
RP
168# Initial revision
169#
170#
171#
172
173# End of file.
This page took 0.098003 seconds and 4 git commands to generate.