]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elfvers/.Sanitize
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elfvers / .Sanitize
1 # .Sanitize for ld dejagnu testsuites
2
3 # Each directory to survive it's 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 vers.exp
27 vers1.c
28 vers1.dsym
29 vers1.map
30 vers1.sym
31 vers1.ver
32 vers13.asym
33 vers15.c
34 vers15.dsym
35 vers15.sym
36 vers15.ver
37 vers16.c
38 vers16.dsym
39 vers16.map
40 vers16a.c
41 vers16a.dsym
42 vers16a.ver
43 vers2.c
44 vers2.dsym
45 vers2.map
46 vers2.ver
47 vers3.c
48 vers3.dsym
49 vers3.ver
50 vers4.c
51 vers4.sym
52 vers4a.dsym
53 vers4a.sym
54 vers4a.ver
55 vers5.c
56 vers6.c
57 vers6.dsym
58 vers6.sym
59 vers6.ver
60 vers7.c
61 vers7.map
62 vers7a.c
63 vers7a.dsym
64 vers7a.sym
65 vers7a.ver
66 vers8.c
67 vers8.map
68 vers8.ver
69 vers9.c
70 vers9.dsym
71 vers9.sym
72 vers9.ver
73
74 Things-to-lose:
75
76 # The lines between the "Do-last:" line and the end of the file
77 # are executed as a /bin/sh shell script after everything else is
78 # done.
79
80 Do-last:
81
82 #eof