]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.chill/.Sanitize
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.chill / .Sanitize
1 # .Sanitize for devo/gdb/testsuite/gdb.chill.
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 ChangeLog
27 Makefile.in
28 builtins.ch
29 builtins.exp
30 callch.ch
31 callch.exp
32 chexp.exp
33 chillvars.ch
34 chillvars.exp
35 configure
36 configure.in
37 enum.ch
38 enum.exp
39 extstruct.ch
40 extstruct-grt.ch
41 extstruct.exp
42 func1.ch
43 gch922.ch
44 gch922.exp
45 gch981.ch
46 gch981.exp
47 gch1041.ch
48 gch1041.exp
49 gch1272.ch
50 gch1272.exp
51 gch1280.ch
52 gch1280.exp
53 misc.ch
54 misc.exp
55 powerset.ch
56 powerset.exp
57 pr-4975.ch
58 pr-4975-grt.ch
59 pr-4975.exp
60 pr-5016.ch
61 pr-5016.exp
62 pr-5020.ch
63 pr-5020.exp
64 pr-5022.ch
65 pr-5022.exp
66 pr-5646.ch
67 pr-5646-grt.ch
68 pr-5646.exp
69 pr-5984.ch
70 pr-5984.exp
71 pr-6292.ch
72 pr-6292.exp
73 pr-6632.ch
74 pr-6632-grt.ch
75 pr-6632.exp
76 pr-8134.exp
77 pr-8136.ch
78 pr-8136.exp
79 pr-8405.ch
80 pr-8405.exp
81 pr-8742.ch
82 pr-8742.exp
83 pr-8894.ch
84 pr-8894-grt.ch
85 pr-8894.exp
86 pr-9095.ch
87 pr-9095.exp
88 pr-9946.ch
89 pr-9946.exp
90 result.ch
91 result.exp
92 string.ch
93 string.exp
94 tests1.ch
95 tests1.exp
96 tests2.ch
97 tests2.exp
98 tuples.ch
99 tuples.exp
100
101 Things-to-lose:
102
103 # The lines between the "Do-last:" line and the end of the file
104 # are executed as a /bin/sh shell script after everything else is
105 # done.
106
107 Do-last:
108
109 # eof