]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/config/sparc/.Sanitize
v9 unsanitization
[thirdparty/binutils-gdb.git] / gdb / config / sparc / .Sanitize
CommitLineData
b0cb2d91
FF
1# Each directory to survive it's way into a release will need a file
2# like this one called "./.Sanitize". All keyword lines must exist,
3# and must exist in the order specified by this file. Each directory
4# in the tree will be processed, top down, in the following order.
5
6# Hash started lines like this one are comments and will be deleted
7# before anything else is done. Blank lines will also be squashed
8# out.
9
10# The lines between the "Do-first:" line and the "Things-to-keep:"
11# line are executed as a /bin/sh shell script before anything else is
12# done in this
13
14Do-first:
15
a94019bc 16if ( echo $* | grep keep\-v9 > /dev/null ) ; then
3b22d69a 17 # sp64sim.h tm-sp64sim.h not currently used. Left in for now.
0bc15091
FF
18 keep_these_too="sp64.mt tm-sp64.h sp64sim.mt tm-sp64sim.h"
19else
20 lose_these_too="sp64.mt tm-sp64.h sp64sim.mt tm-sp64sim.h"
a94019bc
DE
21fi
22
b0cb2d91
FF
23# All files listed between the "Things-to-keep:" line and the
24# "Files-to-sed:" line will be kept. All other files will be removed.
25# Directories listed in this section will have their own Sanitize
26# called. Directories not listed will be removed in their entirety
27# with rm -rf.
28
29Things-to-keep:
30
00bac334 31nm-sparclynx.h
b0cb2d91
FF
32nm-sun4os4.h
33sparc-em.mt
e8a5f0ed 34sparclite.mt
00bac334
SS
35sparclynx.mh
36sparclynx.mt
b0cb2d91
FF
37sun4os4.mh
38sun4os4.mt
39sun4sol2.mh
40sun4sol2.mt
41tm-sparc.h
e8a5f0ed 42tm-sparclite.h
00bac334 43tm-sparclynx.h
b0cb2d91
FF
44tm-spc-em.h
45tm-sun4os4.h
46tm-sun4sol2.h
54d44c8c
RP
47tm-vxsparc.h
48vxsparc.mt
b0cb2d91 49xm-sparc.h
00bac334 50xm-sparclynx.h
b0cb2d91
FF
51xm-sun4os4.h
52xm-sun4sol2.h
53
87756e15
RP
54Things-to-lose:
55
775d4a40 56
b0cb2d91
FF
57Do-last:
58
59# End of file.