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