* hpux-core.c: New file; backend for HP/UX style core files.
[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
1bea1b6f
KR
18if ( echo $* | grep keep\-v9 > /dev/null ) ; then
19 keep_these_too="elf64-sparc.c"
20fi
21
08942d11
RP
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
28Things-to-keep:
87756e15 29
08942d11
RP
30COPYING
31ChangeLog
32Makefile.in
c3e964b9 33PORTING
c268b400 34README.hppaelf
08942d11 35TODO
8c1891af 36VERSION
60ac749c 37aix386-core.c
c3e964b9
FF
38aout-adobe.c
39aout-encap.c
40aout-target.h
08942d11
RP
41aout32.c
42aout64.c
43aoutf1.h
08942d11
RP
44aoutx.h
45archive.c
46archures.c
901c5bfd 47bfd-in.h
b9653d81 48bfd-in2.h
08942d11 49bfd.c
08942d11
RP
50bout.c
51cache.c
156e3852 52coff-a29k.c
c3e964b9 53coff-alpha.c
71e34032 54coff-h8300.c
ff975a2c 55coff-h8500.c
156e3852
JG
56coff-i386.c
57coff-i960.c
c3e964b9 58coff-m68k.c
156e3852
JG
59coff-m88k.c
60coff-mips.c
583f79e9 61coff-msym.c
156e3852 62coff-rs6000.c
9faacb92 63coff-sh.c
df61743d 64coff-u68k.c
c7551f76 65coff-we32k.c
d41ab714 66coff-z8k.c
08942d11 67coffcode.h
075caafd
ILT
68coffgen.c
69coffswap.h
fb1c4481 70config
13b351cc 71configure.bat
5a5fa368 72configure.host
c3e964b9 73configure.in
6f715d66 74core.c
c3e964b9
FF
75cpu-a29k.c
76cpu-alpha.c
77cpu-h8300.c
78cpu-h8500.c
79cpu-hppa.c
80cpu-i386.c
81cpu-i960.c
82cpu-m68k.c
83cpu-m88k.c
84cpu-mips.c
85cpu-rs6000.c
86cpu-sh.c
87cpu-sparc.c
88cpu-vax.c
89cpu-we32k.c
90cpu-z8k.c
91ctor.c
08942d11 92demo64.c
c3e964b9 93doc
cef91d75 94elf.c
d39d83c1 95elf32-gen.c
c268b400
KR
96elf32-hppa.c
97elf32-hppa.h
4743848f
KR
98elf32-i386.c
99elf32-i860.c
100elf32-m68k.c
2c4f2c72
JK
101elf32-m88k.c
102elf32-mips.c
8d936d1f 103elf32-sparc.c
4743848f
KR
104elf32-target.h
105elf32.c
d39d83c1 106elf64-gen.c
b864c03c 107elf64-target.h
4bf86ecb 108elf64.c
ef7e172e 109elfcode.h
08942d11 110filemode.c
6f715d66 111format.c
608de555 112gen-aout.c
08942d11 113host-aout.c
90c7c720 114hosts
c3e964b9 115hp300bsd.c
c268b400 116hp300hpux.c
76b731f9 117hppa.c
cef91d75 118hppa_stubs.h
b7de6963 119i386aout.c
256b39e0 120i386bsd.c
afff60cd 121i386linux.c
aef0bd99 122i386lynx.c
08942d11 123ieee.c
c3e964b9 124init.c
141c97ea 125libaout.h
901c5bfd 126libbfd-in.h
08942d11
RP
127libbfd.c
128libbfd.h
901c5bfd 129libcoff-in.h
08942d11 130libcoff.h
a3b3dbdd 131libecoff.h
c3e964b9 132libelf.h
76b731f9 133libhppa.h
08942d11 134libieee.h
c3e964b9 135libnlm.h
08942d11 136liboasys.h
044c1ba9 137mipsbsd.c
08942d11 138newsos3.c
c3e964b9
FF
139nlm.c
140nlm32-gen.c
141nlm32-target.h
142nlm32.c
143nlm64-gen.c
144nlm64-target.h
145nlm64.c
146nlmcode.h
08942d11
RP
147oasys.c
148opncls.c
6f715d66 149reloc.c
075caafd 150reloc16.c
cf15d9e9 151rs6000-core.c
42c39b69 152sco-core.c
e98e6ec1 153seclet.c
dc72b0b6 154seclet.h
6f715d66 155section.c
08942d11 156srec.c
7de245d3 157stab-syms.c
08942d11 158sunos.c
6f715d66 159syms.c
08942d11 160targets.c
a14b2941 161tekhex.c
08942d11 162trad-core.c
08942d11 163
87756e15
RP
164Things-to-lose:
165
08942d11
RP
166Do-last:
167
1bea1b6f 168v9files="configure.in elfcode.h reloc.c bfd-in2.h"
b9653d81 169if ( echo $* | grep keep\-v9 > /dev/null ) ; then
b864c03c
KR
170 if [ -n "${verbose}" ] ; then
171 echo Keeping v9 stuff in $v9files.
172 fi
b9653d81 173else
b864c03c 174 if [ -n "${verbose}" ]; then
1bea1b6f 175 echo -n Cleaning v9 in `pwd`:
b864c03c
KR
176 fi
177 for f in $v9files ; do
178 if [ -n "${verbose}" ] ; then
179 echo -n " " $f
180 fi
1bea1b6f 181 sed '/start\-sanitize\-v9/,/end\-sanitize\-v9/d' < $f > new
b864c03c 182 if [ -n "${safe}" ] ; then
1bea1b6f 183 mv $f .Recover
b864c03c
KR
184 fi
185 mv new $f
186 done
b9653d81
KR
187fi
188
08942d11 189# End of file.
This page took 0.083264 seconds and 4 git commands to generate.