]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.base/.Sanitize
* configure: Default CXX to c++, not gcc.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / .Sanitize
CommitLineData
e7db3d77 1# .Sanitize for devo/gdb/testsuite/gdb.base.
ef44eed1
SS
2
3# Each directory to survive its 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 directory.
15
16Do-first:
17
18# All files listed between the "Things-to-keep:" line and the
19# "Do-last:" 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:
25
26Makefile.in
27README
28a1-selftest.exp
29a2-run.exp
30bitfields.c
31bitfields.exp
32break.c
33break.exp
34callfuncs.c
35callfuncs.exp
9fa1bd1f 36commands.exp
ce102e96 37compiler.c
e7db3d77 38configure
ef44eed1
SS
39configure.in
40corefile.exp
41coremaker.c
42crossload.exp
43default.exp
44echo.exp
45exprs.c
46exprs.exp
47funcargs.c
48funcargs.exp
49gdbvars.exp
50help.exp
51i486-elf.u
52i860-elf.u
53interrupt.c
54interrupt.exp
c44c67b5
JK
55langs.exp
56langs0.c
57langs1.c
58langs1.f
59langs2.c
60langs2.cxx
ef44eed1
SS
61list.exp
62list0.c
63list0.h
64list1.c
65m68k-aout.u
66m68k-aout2.u
67m68k-elf.u
68mips-ecoff.u
69mips_pro.c
70mips_pro.exp
71nodebug.c
72nodebug.exp
ef44eed1
SS
73opaque.exp
74opaque0.c
75opaque1.c
76printcmds.c
77printcmds.exp
78ptype.c
79ptype.exp
80radix.exp
81recurse.c
82recurse.exp
d439f0ec 83regs.exp
ef44eed1
SS
84return.c
85return.exp
86run.c
87scope.exp
88scope0.c
89scope1.c
dece5fa0
MS
90setshow.c
91setshow.exp
ef44eed1
SS
92setvar.c
93setvar.exp
9f538e3e
JK
94sigall.c
95sigall.exp
ef44eed1
SS
96signals.c
97signals.exp
98sparc-aout.u
99sparc-elf.u
ef44eed1
SS
100term.exp
101twice.c
102twice.exp
103watchpoint.c
104watchpoint.exp
ef44eed1
SS
105whatis.c
106whatis.exp
107
108Things-to-lose:
bd3bab1e
JL
109structs.c
110structs.exp
ef44eed1
SS
111
112# The lines between the "Do-last:" line and the end of the file
113# are executed as a /bin/sh shell script after everything else is
114# done.
115
116Do-last:
117
118# eof