]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.disasm/.Sanitize
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.disasm / .Sanitize
CommitLineData
e7db3d77 1# .Sanitize for devo/gdb/testsuite/gdb.disasm.
15598f42 2
e7db3d77 3# Each directory to survive its way into a release will need a file
15598f42
JK
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 directory.
15
16Do-first:
17
b041460d 18cygnus_files="am33.s am33.exp"
54977a68 19
a12bb0d8 20if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
b041460d 21 keep_these_too="${cygnus_files} ${keep_these_too}"
54977a68 22else
b041460d 23 lose_these_too="${cygnus_files} ${lose_these_too}"
54977a68
JL
24fi
25
15598f42
JK
26# All files listed between the "Things-to-keep:" line and the
27# "Do-last:" line will be kept. All other files will be removed.
28# Directories listed in this section will have their own Sanitize
29# called. Directories not listed will be removed in their entirety
30# with rm -rf.
31
32Things-to-keep:
33
34Makefile.in
e7db3d77 35configure
15598f42 36configure.in
2a239372 37hppa.exp
2a239372 38hppa.s
e7311f29
JL
39mn10200.exp
40mn10200.s
292a8231
JL
41mn10300.exp
42mn10300.s
98395eaf 43sh3.exp
98395eaf 44sh3.s
15598f42 45
50f8134f
JW
46Things-to-lose:
47
15598f42
JK
48# The lines between the "Do-last:" line and the end of the file
49# are executed as a /bin/sh shell script after everything else is
50# done.
51
52Do-last:
98395eaf 53
15598f42 54# eof