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