diff options
author | Bill Cox <bill@cygnus> | 1994-11-08 19:46:44 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-11-08 19:46:44 +0000 |
commit | 9f899c7c78eb019bd11543d680ef3bb388e9f6e7 (patch) | |
tree | d8a6f45396f536f26992b3492131e94b633a8155 | |
parent | eb88e5ee98e71e4de286d7ccda75e6c20412f2b8 (diff) | |
download | gdb-9f899c7c78eb019bd11543d680ef3bb388e9f6e7.zip gdb-9f899c7c78eb019bd11543d680ef3bb388e9f6e7.tar.gz gdb-9f899c7c78eb019bd11543d680ef3bb388e9f6e7.tar.bz2 |
* .Sanitize: New file for gasp testcases.
-rw-r--r-- | gas/testsuite/gasp/.Sanitize | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/.Sanitize b/gas/testsuite/gasp/.Sanitize new file mode 100644 index 0000000..c96679c --- /dev/null +++ b/gas/testsuite/gasp/.Sanitize @@ -0,0 +1,99 @@ +# 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.was +condass.asm +condass.was +crash.asm +crash.was +crash1.asm +crash1.was +crash2.asm +crash2.was +data.asm +data.was +exp.asm +exp.was +include.asm +include.was +listing.asm +listing.was +macro.asm +macro.was +mdouble.asm +mdouble.was +pl1.asm +pl1.was +pl2.asm +pl2.was +pl3.asm +pl3.was +pl4.asm +pl4.was +pl5.asm +pl5.was +pl6.asm +pl6.was +pl7.asm +pl7.was +pl8.asm +pl8.was +reg.asm +reg.was +rep.asm +rep.was +repeat.asm +repeat.was +reperr.asm +reperr.was +reperr1.asm +reperr1.was +reperr2.asm +reperr2.was +reperr3.asm +reperr3.was +sdata.asm +sdata.was +sfunc.asm +sfunc.was +t1.asm +t1.was +t2.asm +t2.was +t3.asm +t3.was +while.asm +while.was + +Things-to-lose: + +Do-last: + +# End of file. |