]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.base/.Sanitize
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.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 all-bin.exp
31 all-types.c
32 arithmet.exp
33 assign.exp
34 bar.c
35 baz.c
36 bitfields.c
37 bitfields.exp
38 bitops.exp
39 branches.c
40 break.c
41 break.exp
42 callfuncs.c
43 callfuncs.exp
44 callfuncs2.c
45 callfuncs2.exp
46 call-ar-st.c
47 call-ar-st.exp
48 call-rt-st.c
49 call-rt-st.exp
50 call-strs.c
51 call-strs.exp
52 commands.exp
53 compiler.c
54 completion.exp
55 cond-expr.exp
56 condbreak.c
57 condbreak.exp
58 configure
59 configure.in
60 constvars.c
61 constvars.exp
62 corefile.exp
63 coremaker.c
64 crossload.exp
65 d10v.ld
66 d10vovly.c
67 default.exp
68 define.exp
69 display.c
70 display.exp
71 dollar.exp
72 echo.exp
73 ena-dis-br.exp
74 ending-run.c
75 ending-run.exp
76 environ.exp
77 eval-skip.exp
78 exprs.c
79 exprs.exp
80 foo.c
81 funcargs.c
82 funcargs.exp
83 gdbvars.exp
84 grbx.c
85 help.exp
86 i486-elf.u
87 i860-elf.u
88 interrupt.c
89 interrupt.exp
90 int-type.c
91 jump.c
92 jump.exp
93 langs.exp
94 langs0.c
95 langs1.c
96 langs1.f
97 langs2.c
98 langs2.cxx
99 list.exp
100 list0.c
101 list0.h
102 list1.c
103 logical.exp
104 long_long.c
105 long_long.exp
106 m32r.ld
107 m32rovly.c
108 m68k-aout.u
109 m68k-aout2.u
110 m68k-elf.u
111 maint.exp
112 mips-ecoff.u
113 mips_pro.c
114 mips_pro.exp
115 miscexprs.c
116 miscexprs.exp
117 nodebug.c
118 nodebug.exp
119 opaque.exp
120 opaque0.c
121 opaque1.c
122 overlays.c
123 overlays.exp
124 ovlymgr.c
125 ovlymgr.h
126 pointers.c
127 pointers.exp
128 pointers2.c
129 pointers2.exp
130 printcmds.c
131 printcmds.exp
132 ptype.c
133 ptype.exp
134 radix.exp
135 recurse.c
136 recurse.exp
137 regs.exp
138 relational.exp
139 reread.exp
140 reread1.c
141 reread2.c
142 restore.c
143 restore.exp
144 return.c
145 return.exp
146 run.c
147 scope.exp
148 scope0.c
149 scope1.c
150 sect-cmd.exp
151 setshow.c
152 setshow.exp
153 setvar.c
154 setvar.exp
155 shlib-call.exp
156 shmain.c
157 shr1.c
158 shr2.c
159 sigall.c
160 sigall.exp
161 signals.c
162 signals.exp
163 smoke.c
164 smoke.cc
165 smoke.exp
166 solib.c
167 solib.exp
168 solib1.c
169 solib2.c
170 so-impl-ld.c
171 so-impl-ld.exp
172 so-indr-cl.c
173 so-indr-cl.exp
174 sparc-aout.u
175 sparc-elf.u
176 ss.h
177 step-test.c
178 step-test.exp
179 structs2.c
180 structs2.exp
181 term.exp
182 twice.c
183 twice.exp
184 varargs.c
185 varargs.exp
186 volatile.exp
187 watchpoint.c
188 watchpoint.exp
189 whatis.c
190 whatis.exp
191 whatis-exp.exp
192
193 Things-to-lose:
194 structs.c
195 structs.exp
196
197 # The lines between the "Do-last:" line and the end of the file
198 # are executed as a /bin/sh shell script after everything else is
199 # done.
200
201 Do-last:
202
203 # eof