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