i386v host/target/native separation
[deliverable/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 COPYING
32 ChangeLog
33 Makefile.bat
34 Makefile.in
35 NOTES
36 NOTES.config
37 README
38 README-quirks
39 README-vms-dbg
40 README.coff
41 obstack.h
42 obstack.c
43 bit_fix.h
44 strerror.c
45 README.rich
46 a.out.gnu.h
47 app.c
48 as.c
49 as.h
50 atof-generic.c
51 bignum-copy.c
52 bignum.h
53 cond.c
54 config
55 configure.bat
56 configure.in
57 debug.c
58 doc
59 expr.c
60 expr.h
61 flonum-konst.c
62 flonum-copy.c
63 flonum-mult.c
64 flonum.h
65 frags.c
66 frags.h
67 gas-format.el
68 hash.c
69 hash.h
70 hex-value.c
71 input-file.c
72 input-file.h
73 input-scrub.c
74 link.cmd
75 listing.c
76 listing.h
77 make-gas.com
78 makefile.dos
79 messages.c
80 obj.h
81 objdump.c
82 output-file.c
83 output-file.h
84 read.c
85 read.h
86 strstr.c
87 struc-symbol.h
88 subsegs.c
89 subsegs.h
90 symbols.c
91 symbols.h
92 tc.h
93 testscripts
94 ver960.c
95 version.c
96 write.c
97 write.h
98 xmalloc.c
99 xrealloc.c
100
101 Do-last:
102
103 echo Done in `pwd`.
104
105 #
106 #
107 # $Log$
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
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
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
144 # fighting bitrot in a major way
145 #
146 # Revision 1.8 1992/02/14 00:21:34 pesch
147 # It's OK to keep the doc subdirectory, really.
148 #
149 # Revision 1.7 1992/02/13 10:13:19 rich
150 # clean up Sanitize for gas
151 #
152 # Revision 1.6 1992/01/17 20:54:32 rich
153 # keep listing*
154 #
155 # Revision 1.5 1991/12/12 03:28:12 sac
156 # Added makefile.dos configure.dos
157 #
158 # Revision 1.4 1991/12/09 11:58:44 tiemann
159 # Keep a.out.gnu.h.
160 #
161 # Revision 1.3 1991/10/10 11:58:04 rich
162 # updating
163 #
164 # Revision 1.2 1991/09/02 01:05:04 rich
165 # Correcting some things.
166 #
167 # Revision 1.1 1991/05/23 17:18:12 rich
168 # Initial revision
169 #
170 #
171 #
172
173 # End of file.
This page took 0.04896 seconds and 4 git commands to generate.