removing excess verbosity
[deliverable/binutils-gdb.git] / ld / .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
21 # All files listed between the "Things-to-keep:" line and the
22 # "Files-to-sed:" line will be kept. All other files will be removed.
23 # Directories listed in this section will have their own Sanitize
24 # called. Directories not listed will be removed in their entirety
25 # with rm -rf.
26
27 Things-to-keep:
28 ChangeLog
29 Makefile.dos
30 Makefile.in
31 README
32 TODO
33 a29k.sc-sh
34 a29k.sh
35 aout.sc-sh
36 cdtest-foo.cc
37 cdtest-foo.h
38 cdtest-func.cc
39 cdtest-main.cc
40 cdtest.exp
41 config
42 config.h
43 configure.bat
44 configure.in
45 ebmon29k.sc-sh
46 ebmon29k.sh
47 generic.em
48 genscripts.sh
49 ld.1
50 gld960.em
51 gld960.sh
52 go32.sh
53 hp300bsd.sh
54 h8300hms.em
55 h8300hms.sc-sh
56 h8300hms.sh
57 h8300xray.em
58 h8300xray.sc-sh
59 h8300xray.sh
60 i386aout.sh
61 i386coff.sc-sh
62 i386coff.sh
63 i960.sc-sh
64 ld.h
65 ld.texinfo
66 ldctor.c
67 ldctor.h
68 ldemul.c
69 ldemul.h
70 lderror.c
71 lderror.h
72 ldexp.c
73 ldexp.h
74 ldfile.c
75 ldfile.h
76 ldgram.y
77 ldindr.c
78 ldindr.h
79 ldint.texinfo
80 ldlang.c
81 ldlang.h
82 ldlex.h
83 ldlex.l
84 ldmain.c
85 ldmain.h
86 ldmisc.c
87 ldmisc.h
88 ldsym.c
89 ldsym.h
90 ldver.c
91 ldver.h
92 ldwarn.c
93 ldwarn.h
94 ldwrite.c
95 ldwrite.h
96 lexsup.c
97 lnk960.em
98 lnk960.sh
99 m68kcoff.sc-sh
100 m68kcoff.sh
101 m88kbcs.sc-sh
102 m88kbcs.sh
103 mips.sc-sh
104 mipsbig.sh
105 mipslit.sh
106 mri.c
107 mri.h
108 go32.sh
109 mkscript.c
110 news.sh
111 relax.c
112 relax.h
113 st2000.em
114 st2000.sc-sh
115 st2000.sh
116 sa29200.sc-sh
117 sa29200.sh
118 scripts
119 sun3.sh
120 sun4.sh
121 vanilla.em
122 vanilla.sc-sh
123 vanilla.sh
124 z8ksim.em
125 z8ksim.sc-sh
126 z8ksim.sh
127
128 Do-last:
129
130
131 #
132 #
133 # $Log$
134 # Revision 1.50 1993/02/13 10:15:14 zoo
135 # removing excess verbosity
136 #
137 # Revision 1.49 1993/02/03 17:11:08 ian
138 # Keep forgetting those .Sanitize files.
139 #
140 # Revision 1.48 1993/01/22 22:30:34 ian
141 # Fri Jan 22 14:22:44 1993 Ian Lance Taylor (ian@cygnus.com)
142 #
143 # * mips.sc-sh: New file. Ultrix, and hopefully other MIPS ECOFF
144 # targets, linker script.
145 # * mipslit.sh: New file. Little endian MIPS emulation.
146 # * config/mips-lit.mt: New file. Use mipslit emulation.
147 # * configure.in (mips-dec-ultrix*): Use target mips-lit.
148 # * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o.
149 # (em_mipslit.c): New target. Uses mipslit.sh.
150 #
151 # Revision 1.47 1992/09/25 18:10:41 sac
152 # Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com)
153 #
154 # Added initial support for the z8k
155 # * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files
156 # * configure.in, Makefile.in: modified to reflect above
157 #
158 # * ldlang.c (lang_check): when linking conflicting architectures,
159 # make the output file reflect at least one of the bad inputs.
160 #
161 # Revision 1.46 1992/09/11 20:43:30 sac
162 # Sanitize slip
163 #
164 # Revision 1.45 1992/09/11 17:47:22 sac
165 # Add i386coff.sh
166 #
167 # Revision 1.44 1992/09/09 18:59:04 ian
168 # Brought in from p3. If anybody knows good numbers for m68k COFF,
169 # please let me know, or plug them in yourself.
170 #
171 # Wed Sep 9 11:52:58 1992 Ian Lance Taylor (ian@cygnus.com)
172 #
173 # * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt:
174 # added m68k-coff emulation mode, stolen from a29k emulation.
175 # Almost certainly wrong, but perhaps better than sun3.
176 #
177 # Also fixed an error message in configure.in so that it started with
178 # '***' like the other error messages do.
179 #
180 # Revision 1.43 1992/09/03 22:56:45 bothner
181 # Add TODO.
182 #
183 # Revision 1.42 1992/09/01 22:14:49 bothner
184 # Add scripts.
185 #
186 # Revision 1.41 1992/08/31 01:14:44 bothner
187 # * cplus-dem.c: Removed. Use the version in libiberty now.
188 # * ldmisc.c: Use new libiberty version of cplus_demangle().
189 #
190 # Revision 1.40 1992/08/17 18:35:55 pesch
191 # Use new name of man page (ld.1).
192 #
193 # Revision 1.39 1992/08/07 01:37:34 bothner
194 # * ldint.texinfo: New internals manual (beginnings thereof).
195 # * PORTING: Removed, merged into ldint.texinfo.
196 #
197 # Revision 1.38 1992/08/05 04:15:24 bothner
198 # * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc,
199 # cdtest.exp: A test program (copied from libg++/test-install)
200 # that tests that constructor and destructors are handled
201 # corrrectly.
202 #
203 # Revision 1.37 1992/05/02 02:08:16 sac
204 # New stuff for 29200
205 #
206 # Revision 1.36 1992/05/01 22:08:40 sac
207 # Add mri.h
208 #
209 # Revision 1.35 1992/04/17 15:59:22 sac
210 # * relax.c: added handling for new "padding" seclet type, used to
211 # fill out gaps between section.
212 # * ldgram.y, ldlex.l: now -defsym on the command line is done
213 # properly.
214 #
215 # Revision 1.34 1992/04/15 23:11:53 sac
216 # added mri.c
217 #
218 # Revision 1.33 1992/04/05 01:46:05 sac
219 # New lexer.
220 #
221 # New targets for h8/300 simulator and DOS
222 #
223 # Revision 1.32 1992/03/07 18:32:27 sac
224 # *** empty log message ***
225 #
226 # Revision 1.31 1992/02/27 17:23:59 sac
227 # Why didn't it start emacs
228 #
229 # Revision 1.30 1992/02/22 00:11:38 sac
230 # DJ naming change
231 #
232 # Revision 1.29 1992/02/16 20:49:26 bothner
233 # *** empty log message ***
234 #
235 # Revision 1.28 1992/02/07 22:32:29 hgs
236 # added h8300hms.c and h8300hms.sc
237 #
238 # Revision 1.27 1992/01/29 16:44:08 sac
239 # ldlnk960.c: Special #ifdef to choose little endian ony
240 # ldgram.y: allow forward ref of section
241 #
242 # Revision 1.26 1992/01/24 22:35:55 sac
243 # .Sanitize: added relax.c
244 # ldsym.c ldlang.* more map stuff
245 #
246 # Revision 1.25 1991/12/12 03:42:08 sac
247 # New dos files
248 #
249 # Revision 1.24 1991/12/08 01:27:59 sac
250 # *** empty log message ***
251 #
252 # Revision 1.23 1991/11/15 21:09:49 bothner
253 # Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are
254 # now automatically generated.
255 #
256 # Revision 1.22 1991/11/06 09:26:59 sac
257 # Added three files which had been forgotten
258 #
259 # Revision 1.21 1991/11/05 21:56:06 sac
260 # *** empty log message ***
261 #
262 # Revision 1.20 1991/11/05 20:36:54 sac
263 # *** empty log message ***
264 #
265 # Revision 1.19 1991/11/04 00:46:44 steve
266 # i386 aout changes from Bob Kukura
267 #
268 # Revision 1.18 1991/10/12 06:43:01 bothner
269 # Fixed typo.
270 #
271 # Revision 1.17 1991/10/11 19:31:38 steve
272 # *** empty log message ***
273 #
274 # Revision 1.16 1991/10/10 11:59:25 rich
275 # updating
276 #
277 # Revision 1.15 1991/10/09 20:40:37 bothner
278 # Added h8300hds.{c,sc}.
279 #
280 # Revision 1.14 1991/10/05 04:55:04 gnu
281 # * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
282 # * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
283 # few BFD types & enums.
284 # * ChangeLog: Create.
285 #
286 # Revision 1.13 1991/09/27 20:19:25 bothner
287 # Update for deleted (and some added) files.
288 #
289 # Revision 1.12 1991/09/24 02:30:20 rich
290 # ldgram.h is not cvs'd source.
291 #
292 # Revision 1.11 1991/09/23 20:59:12 steve
293 # Cleaned it up for 88k
294 #
295 # Revision 1.5 1991/08/27 00:21:34 steve
296 # Added config.sub
297 #
298 # Revision 1.4 1991/08/06 21:28:21 steve
299 # Patches to fix bugs reported by roland McGrath
300 #
301 # Revision 1.3 1991/08/01 23:59:06 steve
302 # *** empty log message ***
303 #
304 # Revision 1.2 1991/07/16 00:31:15 steve
305 # *** empty log message ***
306 #
307 # Revision 1.1 1991/05/23 21:45:12 rich
308 # Initial revision
309 #
310 #
311 #
312
313 # End of file.
This page took 0.050044 seconds and 5 git commands to generate.