oops -- keep elf64.c too
[deliverable/binutils-gdb.git] / bfd / .Sanitize
CommitLineData
aee06af3 1# Sanitize.in for devo/bfd.
08942d11
RP
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
16Do-first:
17
08942d11
RP
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
24Things-to-keep:
87756e15 25
08942d11 26COPYING
9ef1e2da 27PORTING
86835b01 28doc
08942d11
RP
29ChangeLog
30Makefile.in
c268b400 31README.hppaelf
08942d11 32TODO
8c1891af 33VERSION
60ac749c 34aix386-core.c
08942d11
RP
35aout32.c
36aout64.c
37aoutf1.h
08942d11 38aoutx.h
4846e30f 39aout-adobe.c
9e2b3581 40aout-encap.c
a89f7423 41aout-target.h
08942d11
RP
42archive.c
43archures.c
901c5bfd 44bfd-in.h
b9653d81 45bfd-in2.h
08942d11 46bfd.c
08942d11
RP
47bout.c
48cache.c
e181b631 49ctor.c
5f8f6d56 50coff-alpha.c
156e3852 51coff-a29k.c
71e34032 52coff-h8300.c
ff975a2c 53coff-h8500.c
156e3852
JG
54coff-i386.c
55coff-i960.c
56coff-m68k.c
57coff-m88k.c
58coff-mips.c
583f79e9 59coff-msym.c
156e3852 60coff-rs6000.c
9faacb92 61coff-sh.c
c7551f76 62coff-we32k.c
d41ab714 63coff-z8k.c
08942d11 64coffcode.h
075caafd
ILT
65coffgen.c
66coffswap.h
fb1c4481 67config
13b351cc 68configure.bat
08942d11 69configure.in
5a5fa368 70configure.host
6f715d66 71core.c
08942d11 72demo64.c
cef91d75 73elf.c
c268b400
KR
74elf32-hppa.c
75elf32-hppa.h
4743848f
KR
76elf32-i386.c
77elf32-i860.c
78elf32-m68k.c
79elf32-sparc.c
80elf32-target.h
81elf32.c
4bf86ecb 82elf64.c
ef7e172e 83elfcode.h
08942d11 84filemode.c
6f715d66 85format.c
608de555 86gen-aout.c
08942d11 87host-aout.c
90c7c720 88hosts
c268b400 89hp300hpux.c
76b731f9 90hppa.c
cef91d75 91hppa_stubs.h
b7de6963 92i386aout.c
256b39e0 93i386bsd.c
afff60cd 94i386linux.c
aef0bd99 95i386lynx.c
08942d11 96ieee.c
141c97ea 97libaout.h
901c5bfd 98libbfd-in.h
4743848f 99libelf.h
5f8f6d56 100cpu-alpha.c
63ffe5ef
SC
101cpu-a29k.c
102cpu-i386.c
103cpu-m68k.c
104cpu-mips.c
105cpu-vax.c
106cpu-h8300.c
ff975a2c 107cpu-h8500.c
76b731f9 108cpu-hppa.c
63ffe5ef
SC
109cpu-i960.c
110cpu-m88k.c
cc97dfbb 111cpu-rs6000.c
9faacb92 112cpu-sh.c
c7551f76 113cpu-we32k.c
d41ab714 114cpu-z8k.c
1d535e75 115hp300bsd.c
63ffe5ef 116init.c
63ffe5ef 117cpu-sparc.c
08942d11
RP
118libbfd.c
119libbfd.h
901c5bfd 120libcoff-in.h
08942d11 121libcoff.h
a3b3dbdd 122libecoff.h
76b731f9 123libhppa.h
08942d11
RP
124libieee.h
125liboasys.h
044c1ba9 126mipsbsd.c
08942d11
RP
127newsos3.c
128oasys.c
129opncls.c
6f715d66 130reloc.c
075caafd 131reloc16.c
cf15d9e9 132rs6000-core.c
42c39b69 133sco-core.c
e98e6ec1 134seclet.c
dc72b0b6 135seclet.h
6f715d66 136section.c
08942d11 137srec.c
7de245d3 138stab-syms.c
08942d11 139sunos.c
6f715d66 140syms.c
08942d11 141targets.c
a14b2941 142tekhex.c
08942d11 143trad-core.c
08942d11 144
87756e15
RP
145Things-to-lose:
146
08942d11
RP
147Do-last:
148
b9653d81
KR
149if ( echo $* | grep keep\-v9 > /dev/null ) ; then
150 echo Keeping v9 stuff in configure.in.
151else
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
158fi
159
08942d11 160# End of file.
This page took 0.117549 seconds and 4 git commands to generate.