obj-coff-bfd:
[deliverable/binutils-gdb.git] / gas / config / .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
30 a.out.h
31 atof-ieee.c
32 atof-vax.c
33 coff.gnu.h
34 cplus-dem.c
35 ho-a29k.h
36 ho-ansi.h
37 ho-cygnus.h
38 ho-decstation.h
39 ho-generic.h
40 ho-hpux.h
41 ho-i386.h
42 ho-rs6000.h
43 ho-sun3.h
44 ho-sun386.h
45 ho-sun4.h
46 ho-sunos.h
47 ho-sysv.h
48 ho-vax.h
49 mh-a29k
50 mh-cygnus
51 mh-i386
52 mt-ebmon29k
53 mt-h8300
54 mt-m68k
55 mt-mips
56 obj-aout.c
57 obj-aout.h
58 obj-bfd-sunos.c
59 obj-bfd-sunos.h
60 obj-bout.c
61 obj-bout.h
62 obj-coff.c
63 obj-coff.h
64 obj-generic.c
65 obj-generic.h
66 obj-ieee.c
67 obj-ieee.h
68 ranlib.h
69 signame.h
70 stab.h
71 tc-a29k.c
72 tc-a29k.h
73 tc-generic.c
74 tc-generic.h
75 tc-h8300.c
76 tc-h8300.h
77 tc-i386.c
78 tc-i386.h
79 tc-i860.c
80 tc-i860.h
81 tc-i960.c
82 tc-i960.h
83 tc-m68851.h
84 tc-m68k.c
85 tc-m68k.h
86 tc-mips.c
87 tc-mips.h
88 tc-ns32k.c
89 tc-ns32k.h
90 tc-sparc.h
91 tc-sparc.c
92 tc-vax.c
93 tc-vax.h
94 te-dpx2.h
95 te-generic.h
96 te-ic960.h
97 te-motor.h
98 te-sco386.h
99 te-sparc.h
100 te-sun3.h
101 te-unisoft.h
102 tmake-m68k
103 vax-inst.h
104 vms
105
106
107
108 Do-last:
109
110 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
111 echo Keeping v9 stuff in tc-sparc.c.
112 else
113 echo Cleaning tc-sparc.c...
114 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
115 if [ -n "${safe}" ] ; then
116 cp tc-sparc.c .Recover
117 fi
118 mv new tc-sparc.c
119 fi
120
121 echo Done in `pwd`.
122
123 #
124 #
125 # $Log$
126 # Revision 1.10 1991/11/26 02:16:55 sac
127 # obj-coff-bfd:
128 # bfd support gets deeper into gas
129 # *h8*
130 # fixed numerous bugs in instruction encoding
131 #
132 # Revision 1.9 1991/11/11 23:36:39 sac
133 # Added tc-sparc.c
134 #
135 # Revision 1.8 1991/11/06 11:53:16 sac
136 # Wouldn't it be nice if Sanitize ignored spaces ?
137 #
138 # Revision 1.7 1991/11/06 09:14:33 sac
139 # Uniq contents, since configure gets confused if the same file is in more than once.
140 #
141 # Revision 1.6 1991/11/05 21:21:12 sac
142 # Added a load of mt/mh files
143 #
144 # Revision 1.5 1991/10/22 03:26:06 steve
145 # tmake-ebmon
146 #
147 # Revision 1.4 1991/09/04 01:55:53 rich
148 # test & recover a better way.
149 #
150 # Revision 1.3 1991/09/02 21:26:15 rich
151 # "recover" tc-sparc.c
152 #
153 # Revision 1.2 1991/09/02 01:03:38 rich
154 # Correct a few things.
155 #
156 # Revision 1.1 1991/05/23 17:09:03 rich
157 # Initial revision
158 #
159 #
160 #
161
162 # End of file.
This page took 0.034452 seconds and 5 git commands to generate.