* config/ho-irix.h: New file; if not gcc, define BROKEN_ASSERT.
[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-decstatn.h
42 ho-generic.h
43 ho-go32.h
44 ho-hpux.h
45 ho-i386.h
46 ho-i386aix.h
47 ho-irix.h
48 ho-mipsbsd.h
49 ho-rs6000.h
50 ho-sun3.h
51 ho-sun386.h
52 ho-sun4.h
53 ho-sunos.h
54 ho-sysv.h
55 ho-vax.h
56 ho-vms.h
57 i386coff.mt
58 m68k.mt
59 m68kcoff.mt
60 m88k-opcode.h
61 m88k.patches
62 mips-big.mt
63 mips-lit.mt
64 mips-opcode.h
65 obj-aout.c
66 obj-aout.h
67 obj-bout.c
68 obj-bout.h
69 obj-coff.c
70 obj-coff.h
71 obj-coffbfd.c
72 obj-coffbfd.h
73 obj-ecoff.c
74 obj-ecoff.h
75 obj-elf.c
76 obj-elf.h
77 obj-generic.c
78 obj-generic.h
79 obj-ieee.c
80 obj-ieee.h
81 obj-vms.c
82 obj-vms.h
83 sparc.mt
84 tc-a29k.c
85 tc-a29k.h
86 tc-generic.c
87 tc-generic.h
88 tc-h8300.c
89 tc-h8300.h
90 tc-h8500.c
91 tc-h8500.h
92 tc-i386.c
93 tc-i386.h
94 tc-i860.c
95 tc-i860.h
96 tc-i960.c
97 tc-i960.h
98 tc-m68851.h
99 tc-m68k.c
100 tc-m68k.h
101 tc-m88k.c
102 tc-m88k.h
103 tc-mips.c
104 tc-mips.h
105 tc-ns32k.c
106 tc-ns32k.h
107 tc-rs6000.c
108 tc-rs6000.h
109 tc-sparc.c
110 tc-sparc.h
111 tc-tahoe.c
112 tc-tahoe.h
113 tc-vax.c
114 tc-vax.h
115 tc-z8k.c
116 tc-z8k.h
117 te-dpx2.h
118 te-generic.h
119 te-i386aix.h
120 te-ic960.h
121 te-sco386.h
122 te-sun3.h
123 te-sysv32.h
124 vax-inst.h
125 z8k.mt
126
127
128
129 Do-last:
130
131 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
132 echo Keeping v9 stuff in tc-sparc.c.
133 else
134 echo Cleaning tc-sparc.c...
135 sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new
136 if [ -n "${safe}" ] ; then
137 cp tc-sparc.c .Recover
138 fi
139 mv new tc-sparc.c
140 fi
141
142 # End of file.
This page took 0.033421 seconds and 5 git commands to generate.