More cleanups for gprof, especially with the '386 target.
[deliverable/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
32PORTING
33README
34a29k.sc-sh
35a29k.sh
36aout.sc-sh
86e4d6e4 37config
5f1fec76 38config.h
65aa3724 39configure.bat
86e4d6e4 40configure.in
d2861901 41cplus-dem.c
c3d97ef6
PB
42ebmon29k.sc-sh
43ebmon29k.sh
44generic.em
45genscripts.sh
46gld.1
47gld960.em
48gld960.sh
65aa3724 49hp300bsd.sh
c3d97ef6
PB
50h8300hms.em
51h8300hms.sc-sh
52h8300hms.sh
53i386aout.sh
54i960.sc-sh
5f1fec76
SC
55ld.h
56ld.texinfo
ffa057ee 57ldctor.c
1cc27b5e 58ldctor.h
c3d97ef6
PB
59ldemul.c
60ldemul.h
61lderror.c
4fe79f06 62lderror.h
5f1fec76
SC
63ldexp.c
64ldexp.h
65ldfile.c
5f1fec76 66ldfile.h
5f1fec76 67ldgram.y
c3d97ef6
PB
68ldindr.c
69ldindr.h
5f1fec76
SC
70ldlang.c
71ldlang.h
72ldlex.h
73ldlex.l
5f1fec76
SC
74ldmain.c
75ldmain.h
76ldmisc.c
77ldmisc.h
78ldsym.c
79ldsym.h
5f1fec76
SC
80ldver.c
81ldver.h
c3d97ef6 82ldwarn.c
5f1fec76
SC
83ldwarn.h
84ldwrite.c
85ldwrite.h
0cc6a796 86lexsup.c
c3d97ef6
PB
87lnk960.em
88lnk960.sh
89m88kbcs.sc-sh
90m88kbcs.sh
5f1fec76 91mkscript.c
c3d97ef6
PB
92news.sh
93relax.c
4fe79f06 94relax.h
c3d97ef6
PB
95sun3.sh
96sun4.sh
97vanilla.em
98vanilla.sc-sh
99vanilla.sh
86e4d6e4
RP
100
101Do-last:
102
103echo Done in `pwd`.
104
105#
106#
107# $Log$
4fe79f06
SC
108# Revision 1.32 1992/03/07 18:32:27 sac
109# *** empty log message ***
110#
111# Revision 1.31 1992/02/27 17:23:59 sac
d2861901
SC
112# Why didn't it start emacs
113#
114# Revision 1.30 1992/02/22 00:11:38 sac
65aa3724
SC
115# DJ naming change
116#
117# Revision 1.29 1992/02/16 20:49:26 bothner
c3d97ef6
PB
118# *** empty log message ***
119#
120# Revision 1.28 1992/02/07 22:32:29 hgs
2c433148
HS
121# added h8300hms.c and h8300hms.sc
122#
123# Revision 1.27 1992/01/29 16:44:08 sac
0cc6a796
SC
124# ldlnk960.c: Special #ifdef to choose little endian ony
125# ldgram.y: allow forward ref of section
126#
127# Revision 1.26 1992/01/24 22:35:55 sac
6fd50a20
SC
128# .Sanitize: added relax.c
129# ldsym.c ldlang.* more map stuff
130#
131# Revision 1.25 1991/12/12 03:42:08 sac
0cc795aa
SC
132# New dos files
133#
134# Revision 1.24 1991/12/08 01:27:59 sac
1cc27b5e
SC
135# *** empty log message ***
136#
137# Revision 1.23 1991/11/15 21:09:49 bothner
eb68a3e4
PB
138# Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are
139# now automatically generated.
140#
141# Revision 1.22 1991/11/06 09:26:59 sac
8f0a3a7c
SC
142# Added three files which had been forgotten
143#
144# Revision 1.21 1991/11/05 21:56:06 sac
7c55a996
SC
145# *** empty log message ***
146#
147# Revision 1.20 1991/11/05 20:36:54 sac
ffa057ee
SC
148# *** empty log message ***
149#
150# Revision 1.19 1991/11/04 00:46:44 steve
ec8dc50b
SC
151# i386 aout changes from Bob Kukura
152#
153# Revision 1.18 1991/10/12 06:43:01 bothner
96eb4625
PB
154# Fixed typo.
155#
156# Revision 1.17 1991/10/11 19:31:38 steve
c97b47fe
SC
157# *** empty log message ***
158#
159# Revision 1.16 1991/10/10 11:59:25 rich
1a315703
RP
160# updating
161#
162# Revision 1.15 1991/10/09 20:40:37 bothner
6383fc6d
PB
163# Added h8300hds.{c,sc}.
164#
165# Revision 1.14 1991/10/05 04:55:04 gnu
5784123f
JG
166# * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
167# * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
168# few BFD types & enums.
169# * ChangeLog: Create.
170#
171# Revision 1.13 1991/09/27 20:19:25 bothner
3981c7e8
PB
172# Update for deleted (and some added) files.
173#
174# Revision 1.12 1991/09/24 02:30:20 rich
996dda31
RP
175# ldgram.h is not cvs'd source.
176#
177# Revision 1.11 1991/09/23 20:59:12 steve
5f1fec76 178# Cleaned it up for 88k
1b7ed4c9 179#
5f1fec76
SC
180# Revision 1.5 1991/08/27 00:21:34 steve
181# Added config.sub
1af27af8 182#
5f1fec76
SC
183# Revision 1.4 1991/08/06 21:28:21 steve
184# Patches to fix bugs reported by roland McGrath
1b3f485c 185#
5f1fec76 186# Revision 1.3 1991/08/01 23:59:06 steve
a4c407e5
SC
187# *** empty log message ***
188#
5f1fec76
SC
189# Revision 1.2 1991/07/16 00:31:15 steve
190# *** empty log message ***
1b3f485c 191#
5f1fec76 192# Revision 1.1 1991/05/23 21:45:12 rich
86e4d6e4
RP
193# Initial revision
194#
195#
196#
197
198# End of file.
This page took 0.04835 seconds and 4 git commands to generate.