mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
b2e0bd6315
* gasp/gasp.exp: Run them. Also, clean up the test names used in pass and fail.
137 lines
1.9 KiB
Plaintext
137 lines
1.9 KiB
Plaintext
# Sanitize.in for devo/gas/testsuite/gasp.
|
|
#
|
|
|
|
# Each directory to survive it's way into a release will need a file
|
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
|
# and must exist in the order specified by this file. Each directory
|
|
# in the tree will be processed, top down, in the following order.
|
|
|
|
# Hash started lines like this one are comments and will be deleted
|
|
# before anything else is done. Blank lines will also be squashed
|
|
# out.
|
|
|
|
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
|
# line are executed as a /bin/sh shell script before anything else is
|
|
# done in this
|
|
|
|
Do-first:
|
|
|
|
|
|
# All files listed between the "Things-to-keep:" line and the
|
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
|
# Directories listed in this section will have their own Sanitize
|
|
# called. Directories not listed will be removed in their entirety
|
|
# with rm -rf.
|
|
|
|
Things-to-keep:
|
|
|
|
INC1.H
|
|
INC2.H
|
|
assign.asm
|
|
assign.err
|
|
assign.out
|
|
condass.asm
|
|
condass.err
|
|
condass.out
|
|
crash.asm
|
|
crash.err
|
|
crash.out
|
|
crash1.asm
|
|
crash1.err
|
|
crash1.out
|
|
crash2.asm
|
|
crash2.err
|
|
crash2.out
|
|
data.asm
|
|
data.err
|
|
data.out
|
|
exp.asm
|
|
exp.err
|
|
exp.out
|
|
gasp.exp
|
|
include.asm
|
|
include.err
|
|
include.out
|
|
listing.asm
|
|
listing.err
|
|
listing.out
|
|
macro.asm
|
|
macro.err
|
|
macro.out
|
|
mdouble.asm
|
|
mdouble.err
|
|
mdouble.out
|
|
mri
|
|
pl1.asm
|
|
pl1.err
|
|
pl1.out
|
|
pl2.asm
|
|
pl2.err
|
|
pl2.out
|
|
pl3.asm
|
|
pl3.err
|
|
pl3.out
|
|
pl4.asm
|
|
pl4.err
|
|
pl4.out
|
|
pl5.asm
|
|
pl5.err
|
|
pl5.out
|
|
pl6.asm
|
|
pl6.err
|
|
pl6.out
|
|
pl7.asm
|
|
pl7.err
|
|
pl7.out
|
|
pl8.asm
|
|
pl8.err
|
|
pl8.out
|
|
pr7583.asm
|
|
pr7583.err
|
|
pr7583.out
|
|
reg.asm
|
|
reg.err
|
|
reg.out
|
|
rep.asm
|
|
rep.err
|
|
rep.out
|
|
repeat.asm
|
|
repeat.err
|
|
repeat.out
|
|
reperr.asm
|
|
reperr.err
|
|
reperr.out
|
|
reperr1.asm
|
|
reperr1.err
|
|
reperr1.out
|
|
reperr2.asm
|
|
reperr2.err
|
|
reperr2.out
|
|
reperr3.asm
|
|
reperr3.err
|
|
reperr3.out
|
|
sdata.asm
|
|
sdata.err
|
|
sdata.out
|
|
sfunc.asm
|
|
sfunc.err
|
|
sfunc.out
|
|
t1.asm
|
|
t1.err
|
|
t1.out
|
|
t2.asm
|
|
t2.err
|
|
t2.out
|
|
t3.asm
|
|
t3.err
|
|
t3.out
|
|
while.asm
|
|
while.err
|
|
while.out
|
|
|
|
Things-to-lose:
|
|
|
|
Do-last:
|
|
|
|
# End of file.
|