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