ldlnk960.c: Special #ifdef to choose little endian ony
[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 README
30 i386aout.c
31 i386aout.sc
32 ChangeLog
33 relax.c
34 Makefile.in
35 config
36 config.h
37 configdos.bat
38 configure.in
39 ld.h
40 ld.texinfo
41 lderror.c
42 ldemul.c
43 ldemul.h
44 ldctor.c
45 ldctor.h
46 ldexp.c
47 ldexp.h
48 ldfile.c
49 ldwarn.c
50 ldwarn.h
51 ldindr.c
52 ldindr.h
53 ldfile.h
54 ldgld.sc
55 ldgld68k.sc
56 ldm88k.sc
57 ldgld960.c
58 ldgld960.sc
59 gld.1
60 ldglda29k.sc
61 ldgld68k.sc
62 h8300hds.c
63 h8300hds.sc
64 ebmon29k.sc
65 ldgram.y
66 ldlang.c
67 ldlang.h
68 ldlex.h
69 ldlex.l
70 ldlnk960.c
71 ldlnk960.sc
72 ldmain.c
73 ldmain.h
74 ldmisc.c
75 ldmisc.h
76 ldsym.c
77 ldsym.h
78 ldtemplate
79 ldvanilla.c
80 ldver.c
81 ldver.h
82 ldwarn.h
83 ldwrite.c
84 ldwrite.h
85 lexsup.c
86 makefile.dos
87 mkscript.c
88 news.sc
89
90 Do-last:
91
92 echo Done in `pwd`.
93
94 #
95 #
96 # $Log$
97 # Revision 1.27 1992/01/29 16:44:08 sac
98 # ldlnk960.c: Special #ifdef to choose little endian ony
99 # ldgram.y: allow forward ref of section
100 #
101 # Revision 1.26 1992/01/24 22:35:55 sac
102 # .Sanitize: added relax.c
103 # ldsym.c ldlang.* more map stuff
104 #
105 # Revision 1.25 1991/12/12 03:42:08 sac
106 # New dos files
107 #
108 # Revision 1.24 1991/12/08 01:27:59 sac
109 # *** empty log message ***
110 #
111 # Revision 1.23 1991/11/15 21:09:49 bothner
112 # Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are
113 # now automatically generated.
114 #
115 # Revision 1.22 1991/11/06 09:26:59 sac
116 # Added three files which had been forgotten
117 #
118 # Revision 1.21 1991/11/05 21:56:06 sac
119 # *** empty log message ***
120 #
121 # Revision 1.20 1991/11/05 20:36:54 sac
122 # *** empty log message ***
123 #
124 # Revision 1.19 1991/11/04 00:46:44 steve
125 # i386 aout changes from Bob Kukura
126 #
127 # Revision 1.18 1991/10/12 06:43:01 bothner
128 # Fixed typo.
129 #
130 # Revision 1.17 1991/10/11 19:31:38 steve
131 # *** empty log message ***
132 #
133 # Revision 1.16 1991/10/10 11:59:25 rich
134 # updating
135 #
136 # Revision 1.15 1991/10/09 20:40:37 bothner
137 # Added h8300hds.{c,sc}.
138 #
139 # Revision 1.14 1991/10/05 04:55:04 gnu
140 # * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
141 # * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
142 # few BFD types & enums.
143 # * ChangeLog: Create.
144 #
145 # Revision 1.13 1991/09/27 20:19:25 bothner
146 # Update for deleted (and some added) files.
147 #
148 # Revision 1.12 1991/09/24 02:30:20 rich
149 # ldgram.h is not cvs'd source.
150 #
151 # Revision 1.11 1991/09/23 20:59:12 steve
152 # Cleaned it up for 88k
153 #
154 # Revision 1.5 1991/08/27 00:21:34 steve
155 # Added config.sub
156 #
157 # Revision 1.4 1991/08/06 21:28:21 steve
158 # Patches to fix bugs reported by roland McGrath
159 #
160 # Revision 1.3 1991/08/01 23:59:06 steve
161 # *** empty log message ***
162 #
163 # Revision 1.2 1991/07/16 00:31:15 steve
164 # *** empty log message ***
165 #
166 # Revision 1.1 1991/05/23 21:45:12 rich
167 # Initial revision
168 #
169 #
170 #
171
172 # End of file.