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