* Test for PR 18288 and its predecessors.
[binutils-gdb.git] / sim / testsuite / d30v-elf / .Sanitize
blob2b505c5c85bd97be66eabb587818e3327eacf6b3
1 # .Sanitize for devo/sim/testsuite.
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.
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.
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.
16 Do-first:
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.
24 Things-to-keep:
26 ChangeLog
27 Makefile.in
28 br-bra.S
29 br-bratnz.S
30 br-bratzr.S
31 br-bsr.S
32 br-dbra.S
33 br-djmp.S
34 br-djsr.S
35 configure
36 configure.in
37 do-2wordops.S
38 do-flags.S
39 do-shifts.S
40 em-e0.S
41 em-e47.S
42 em-pchr.S
43 em-pstr.S
44 exit47.s
45 hello.s
46 loop.s
47 ls-ld2h.S
48 ls-ld2w.S
49 ls-ld4bh.S
50 ls-ld4bhu.S
51 ls-ldb.S
52 ls-ldbu.S
53 ls-ldh.S
54 ls-ldhh.S
55 ls-ldhu.S
56 ls-ldw.S
57 ls-moddec.S
58 ls-modinc.S
59 ls-modaddr.S
60 ls-st2h.S
61 ls-st2w.S
62 ls-st4hb.S
63 ls-stb.S
64 ls-sth.S
65 ls-sthh.S
66 ls-stw.S
67 os-dbt.S
68 tick.s
69 trap.S
71 Things-to-lose:
73 # The lines between the "Do-last:" line and the end of the file
74 # are executed as a /bin/sh shell script after everything else is
75 # done.
77 Do-last:
79 # eof