(int64e_type): Fix definition.
[deliverable/binutils-gdb.git] / bfd / .Sanitize
1 # Sanitize.in for devo/bfd.
2
3 # Each directory to survive it's way into a release will need a file
4 # like this one called "./.Sanitize". All keyword lines must exist,
5 # and must exist in the order specified by this file. Each directory
6 # in the tree will be processed, top down, in the following order.
7
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done. Blank lines will also be squashed
10 # out.
11
12 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
14 # done in this
15
16 Do-first:
17
18 # All files listed between the "Things-to-keep:" line and the
19 # "Files-to-sed:" line will be kept. All other files will be removed.
20 # Directories listed in this section will have their own Sanitize
21 # called. Directories not listed will be removed in their entirety
22 # with rm -rf.
23
24 Things-to-keep:
25
26 COPYING
27 PORTING
28 doc
29 ChangeLog
30 Makefile.in
31 README.hppaelf
32 TODO
33 VERSION
34 aix386-core.c
35 aout32.c
36 aout64.c
37 aoutf1.h
38 aoutx.h
39 aout-adobe.c
40 aout-encap.c
41 aout-target.h
42 archive.c
43 archures.c
44 bfd-in.h
45 bfd-in2.h
46 bfd.c
47 bout.c
48 cache.c
49 ctor.c
50 coff-alpha.c
51 coff-a29k.c
52 coff-h8300.c
53 coff-h8500.c
54 coff-i386.c
55 coff-i960.c
56 coff-m68k.c
57 coff-m88k.c
58 coff-mips.c
59 coff-msym.c
60 coff-rs6000.c
61 coff-sh.c
62 coff-we32k.c
63 coff-z8k.c
64 coffcode.h
65 coffgen.c
66 coffswap.h
67 config
68 configure.bat
69 configure.in
70 configure.host
71 core.c
72 demo64.c
73 elf.c
74 elf32-hppa.c
75 elf32-hppa.h
76 elf32-i386.c
77 elf32-i860.c
78 elf32-m68k.c
79 elf32-sparc.c
80 elf32-target.h
81 elf32.c
82 elf64.c
83 elfcode.h
84 filemode.c
85 format.c
86 gen-aout.c
87 host-aout.c
88 hosts
89 hp300hpux.c
90 hppa.c
91 hppa_stubs.h
92 i386aout.c
93 i386bsd.c
94 i386linux.c
95 i386lynx.c
96 ieee.c
97 libaout.h
98 libbfd-in.h
99 libelf.h
100 cpu-alpha.c
101 cpu-a29k.c
102 cpu-i386.c
103 cpu-m68k.c
104 cpu-mips.c
105 cpu-vax.c
106 cpu-h8300.c
107 cpu-h8500.c
108 cpu-hppa.c
109 cpu-i960.c
110 cpu-m88k.c
111 cpu-rs6000.c
112 cpu-sh.c
113 cpu-we32k.c
114 cpu-z8k.c
115 hp300bsd.c
116 init.c
117 cpu-sparc.c
118 libbfd.c
119 libbfd.h
120 libcoff-in.h
121 libcoff.h
122 libecoff.h
123 libhppa.h
124 libieee.h
125 liboasys.h
126 mipsbsd.c
127 newsos3.c
128 oasys.c
129 opncls.c
130 reloc.c
131 reloc16.c
132 rs6000-core.c
133 sco-core.c
134 seclet.c
135 seclet.h
136 section.c
137 srec.c
138 stab-syms.c
139 sunos.c
140 syms.c
141 targets.c
142 tekhex.c
143 trad-core.c
144
145 Things-to-lose:
146
147 Do-last:
148
149 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
150 echo Keeping v9 stuff in configure.in.
151 else
152 echo Cleaning configure.in ...
153 grep -v v9 < configure.in > new
154 if [ -n "${safe}" ] ; then
155 cp configure.in .Recover
156 fi
157 mv new configure.in
158 fi
159
160 # End of file.
This page took 0.033139 seconds and 4 git commands to generate.