]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/mips64r5900-elf/.Sanitize
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / testsuite / mips64r5900-elf / .Sanitize
CommitLineData
39e9b336
AC
1# .Sanitize for devo/sim/testsuite.
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
16Do-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
24Things-to-keep:
25
26ChangeLog
27Makefile.in
28configure
29configure.in
30exit47.s
3e8c1f2e
AC
31f-abs.s
32f-add.s
33f-adda.s
34f-cond.s
35f-cvt.s
36f-div.s
37f-madd.s
38f-madda.s
39f-max.s
40f-min.s
41f-msub.s
42f-msuba.s
43f-mul.s
44f-mula.s
45f-neg.s
46f-rsqrt.s
47f-sqrt.s
48f-sub.s
49f-suba.s
39e9b336
AC
50hello.s
51loop.s
3e8c1f2e
AC
52t-dadd.s
53t-ddiv.s
54t-div.s
55t-div1.s
56t-divu.s
57t-divu1.s
c773c226 58t-ldl.s
59t-ldr.s
60t-lwl.s
61t-lwr.s
39e9b336 62t-macros.i
52352d38 63t-mtsa.s
0615cacf 64t-mult1.s
52352d38
AC
65t-pabsh.s
66t-pabsw.s
39e9b336
AC
67t-paddb.s
68t-paddsb.s
69t-paddsh.s
70t-paddsw.s
71t-paddub.s
72t-padduh.s
73t-padduw.s
0615cacf 74t-padsbh.s
39e9b336
AC
75t-pcpyh.s
76t-pdivbw.s
77t-pdivuw.s
78t-pdivw.s
79t-pexcw.s
80t-pexoh.s
81t-pext5.s
82t-pextlb.s
83t-pextlh.s
84t-pextlw.s
85t-pextub.s
86t-pextuh.s
87t-pextuw.s
88t-phmaddh.s
89t-phmsubh.s
90t-pinth.s
91t-pintoh.s
92t-pmaddh.s
93t-pmadduw.s
94t-pmaddw.s
95t-pmfhl-lh.s
96t-pmfhl-lw.s
97t-pmfhl-sh.s
98t-pmfhl-slw.s
99t-pmfhl-uw.s
100t-pmsubh.s
101t-pmthl-lw.s
102t-pmulth.s
103t-pmultuw.s
104t-pmultw.s
105t-ppac5.s
106t-ppacb.s
107t-ppach.s
108t-ppacw.s
109t-prot3w.s
110t-psllvw.s
111t-psravw.s
52352d38 112t-psrlvw.s
39e9b336
AC
113t-psubsb.s
114t-psubsh.s
115t-psubsw.s
116t-psubub.s
117t-psubuh.s
118t-psubuw.s
119t-psubw.s
120t-qfsrv.s
3e8c1f2e 121t-sdl.s
c773c226 122t-sdr.s
123t-sub.s
124t-swl.s
125t-swr.s
39e9b336 126tick.s
3e8c1f2e 127trap.s
39e9b336
AC
128
129Things-to-lose:
130
131# The lines between the "Do-last:" line and the end of the file
132# are executed as a /bin/sh shell script after everything else is
133# done.
134
135Do-last:
136
137# eof