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