* gas/h8300/{addsub.s,bitops1.s,bitops2.s}: New h8300 tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / .Sanitize
1 # Sanitize.in for devo.
2 # $Id$
3 #
4
5 # Each directory to survive it's way into a release will need a file
6 # like this one called "./.Sanitize". All keyword lines must exist,
7 # and must exist in the order specified by this file. Each directory
8 # in the tree will be processed, top down, in the following order.
9
10 # Hash started lines like this one are comments and will be deleted
11 # before anything else is done. Blank lines will also be squashed
12 # out.
13
14 # The lines between the "Do-first:" line and the "Things-to-keep:"
15 # line are executed as a /bin/sh shell script before anything else is
16 # done in this
17
18 Do-first:
19
20
21 # All files listed between the "Things-to-keep:" line and the
22 # "Files-to-sed:" line will be kept. All other files will be removed.
23 # Directories listed in this section will have their own Sanitize
24 # called. Directories not listed will be removed in their entirety
25 # with rm -rf.
26
27 Things-to-keep:
28
29 CVS
30 addsub.s
31 bitops1.s
32 bitops2.s
33 bitops3.s
34 bitops4.s
35 branches.s
36 cbranch.s
37 cmpsi2.s
38 compare.s
39 decimal.s
40 divmul.s
41 ffxx1.d
42 ffxx1.s
43 h8300.exp
44 incdec.s
45 logical.s
46 misc.s
47 movb.s
48 movw.s
49 pushpop.s
50 rotshift.s
51
52 Things-to-lose:
53
54 Do-last:
55
56 # End of file.
This page took 0.037509 seconds and 5 git commands to generate.