* objdump.c (SFILE): Add size field.
[deliverable/binutils-gdb.git] / gdb / config / .Sanitize
CommitLineData
08df3284
SS
1# .Sanitize for devo/gdb/config.
2
3# Each directory to survive its way into a release will need a file
2d797c08
RP
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
08df3284 14# done in this directory.
2d797c08
RP
15
16Do-first:
17
46c755d4
FF
18tic80_files="tic80"
19
20if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
21 keep_these_too="${tic80_files} ${keep_these_too}"
22 if [ -n "${verbose}" ] ; then
23 echo Keeping ${tic80_files}
24 fi
25else
26 lose_these_too="${tic80_files} ${lose_these_too}"
27 if [ -n "${verbose}" ] ; then
28 echo Deleting ${tic80_files}
29 fi
30fi
31
287026b7
AC
32carp_files="carp"
33
34if ( echo $* | grep keep\-carp > /dev/null ) ; then
35 keep_these_too="${carp_files} ${keep_these_too}"
36 if [ -n "${verbose}" ] ; then
37 echo Keeping ${carp_files}
38 fi
39else
40 lose_these_too="${carp_files} ${lose_these_too}"
41 if [ -n "${verbose}" ] ; then
42 echo Deleting ${carp_files}
43 fi
44fi
45
2d797c08
RP
46# All files listed between the "Things-to-keep:" line and the
47# "Files-to-sed:" line will be kept. All other files will be removed.
48# Directories listed in this section will have their own Sanitize
49# called. Directories not listed will be removed in their entirety
50# with rm -rf.
51
52Things-to-keep:
53
034ac992 54a29k
3a91417c 55alpha
c58dbe95 56arc
034ac992
FF
57arm
58convex
a3c5b9a4 59d10v
2c9fd4b1 60d30v
034ac992
FF
61gould
62h8300
63h8500
64i386
034ac992 65i960
038e48cf 66m32r
034ac992
FF
67m68k
68m88k
69mips
e385d6e0 70mn10200
021b78fb 71mn10300
a6aa45a6 72nm-empty.h
ce0787ef 73nm-gnu.h
92d47a66 74nm-lynx.h
c2d751d5 75nm-m3.h
84f652b1 76nm-nbsd.h
034ac992 77nm-sysv4.h
034ac992
FF
78none
79ns32k
80pa
b28c019d 81powerpc
034ac992
FF
82pyr
83romp
84rs6000
9faacb92 85sh
034ac992
FF
86sparc
87tahoe
92d47a66 88tm-lynx.h
46cf56fa 89tm-nbsd.h
034ac992
FF
90tm-sunos.h
91tm-sysv4.h
92vax
47819b72 93v850
e4ee6fb7 94xm-aix4.h
00bac334 95xm-lynx.h
276703d4 96xm-mpw.h
74d319e0 97xm-nbsd.h
034ac992 98xm-sysv4.h
d723ade7 99w65
034ac992
FF
100z8k
101
87756e15
RP
102Things-to-lose:
103
2d797c08
RP
104Do-last:
105
2d797c08 106# End of file.
This page took 0.297687 seconds and 4 git commands to generate.