7cb921fc474f45c7add21fb6d4360d17fb46d1ff
[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
21 # All files listed between the "Things-to-keep:" line and the
22 # "Files-to-sed:" line will be kept. All other files will be removed.
23 # Directories listed in this section will have their own Sanitize
24 # called. Directories not listed will be removed in their entirety
25 # with rm -rf.
26
27 Things-to-keep:
28
29 aout_gnu.h
30 atof-ieee.c
31 atof-ns32k.c
32 atof-tahoe.c
33 atof-vax.c
34 coff_gnu.h
35 cplus-dem.c
36 ebmon29k.mt
37 h8300.mt
38 h8500.mt
39 h8300hds.mt
40 ho-ansi.h
41 ho-decstation.h
42 ho-generic.h
43 ho-go32.h
44 ho-hpux.h
45 ho-i386.h
46 ho-i386aix.h
47 ho-mipsbsd.h
48 ho-rs6000.h
49 ho-sun3.h
50 ho-sun386.h
51 ho-sun4.h
52 ho-sunos.h
53 ho-sysv.h
54 ho-vax.h
55 ho-vms.h
56 i386coff.mt
57 m68k.mt
58 m68kcoff.mt
59 m88k-opcode.h
60 m88k.patches
61 mips-opcode.h
62 obj-aout.c
63 obj-aout.h
64 obj-bfd-sunos.c
65 obj-bfd-sunos.h
66 obj-bout.c
67 obj-bout.h
68 obj-coff.c
69 obj-coff.h
70 obj-coffbfd.c
71 obj-coffbfd.h
72 obj-elf.c
73 obj-elf.h
74 obj-generic.c
75 obj-generic.h
76 obj-ieee.c
77 obj-ieee.h
78 obj-vms.c
79 obj-vms.h
80 sparc.mt
81 tc-a29k.c
82 tc-a29k.h
83 tc-generic.c
84 tc-generic.h
85 tc-h8300.c
86 tc-h8300.h
87 tc-h8500.c
88 tc-h8500.h
89 tc-i386.c
90 tc-i386.h
91 tc-i860.c
92 tc-i860.h
93 tc-i960.c
94 tc-i960.h
95 tc-m68851.h
96 tc-m68k.c
97 tc-m68k.h
98 tc-m88k.c
99 tc-m88k.h
100 tc-mips.c
101 tc-mips.h
102 tc-ns32k.c
103 tc-ns32k.h
104 tc-rs6000.c
105 tc-rs6000.h
106 tc-sparc.c
107 tc-sparc.h
108 tc-tahoe.c
109 tc-tahoe.h
110 tc-vax.c
111 tc-vax.h
112 tc-z8k.c
113 tc-z8k.h
114 te-dpx2.h
115 te-generic.h
116 te-i386aix.h
117 te-ic960.h
118 te-sco386.h
119 te-sun3.h
120 te-sysv32.h
121 vax-inst.h
122 z8k.mt
123
124
125
126 Do-last:
127
128 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
129 echo Keeping v9 stuff in tc-sparc.c.
130 else
131 echo Cleaning tc-sparc.c...
132 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
133 if [ -n "${safe}" ] ; then
134 cp tc-sparc.c .Recover
135 fi
136 mv new tc-sparc.c
137 fi
138
139 # End of file.
This page took 0.033916 seconds and 3 git commands to generate.