aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-22 16:18:07 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-22 16:18:07 +0000
commite33bfde75c0780dbd517222e15b75d2da04d50ed (patch)
tree9f02c0e1c637bfc25e42e79e0540645b751d3feb /gas/testsuite
parentd173ccbcbbb365f63516e9995417570045ee24ee (diff)
downloadgdb-e33bfde75c0780dbd517222e15b75d2da04d50ed.zip
gdb-e33bfde75c0780dbd517222e15b75d2da04d50ed.tar.gz
gdb-e33bfde75c0780dbd517222e15b75d2da04d50ed.tar.bz2
fix sanitization for gettext changes
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/gas/.Sanitize18
-rw-r--r--gas/testsuite/gas/d30v/.Sanitize32
-rw-r--r--gas/testsuite/gas/hppa/.Sanitize20
-rw-r--r--gas/testsuite/gas/m32r/.Sanitize18
-rw-r--r--gas/testsuite/gas/mips/.Sanitize26
5 files changed, 83 insertions, 31 deletions
diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize
index e3202d4..bb65e75 100644
--- a/gas/testsuite/gas/.Sanitize
+++ b/gas/testsuite/gas/.Sanitize
@@ -1,8 +1,6 @@
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/gas/testsuite/gas
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its 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.
@@ -13,7 +11,7 @@
# 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
+# done in this directory.
Do-first:
@@ -42,7 +40,7 @@ else
fi
# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept. All other files will be removed.
+# "Do-last:" 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.
@@ -77,6 +75,12 @@ vax
Things-to-lose:
+
+
+# The lines between the "Do-last:" line and the end of the file
+# are executed as a /bin/sh shell script after everything else is
+# done.
+
Do-last:
-# End of file.
+# eof
diff --git a/gas/testsuite/gas/d30v/.Sanitize b/gas/testsuite/gas/d30v/.Sanitize
index 8dfc440..f378046 100644
--- a/gas/testsuite/gas/d30v/.Sanitize
+++ b/gas/testsuite/gas/d30v/.Sanitize
@@ -1,5 +1,27 @@
+# .Sanitize for devo/gas/testsuite/gas/d30v
+
+# Each directory to survive its 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 directory.
+
Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Do-last:" 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:
align.d
@@ -18,4 +40,12 @@ reloc.s
Things-to-lose:
-Do-last: \ No newline at end of file
+
+
+# The lines between the "Do-last:" line and the end of the file
+# are executed as a /bin/sh shell script after everything else is
+# done.
+
+Do-last:
+
+# eof
diff --git a/gas/testsuite/gas/hppa/.Sanitize b/gas/testsuite/gas/hppa/.Sanitize
index 9829b80..b6ce777 100644
--- a/gas/testsuite/gas/hppa/.Sanitize
+++ b/gas/testsuite/gas/hppa/.Sanitize
@@ -1,8 +1,6 @@
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/gas/testsuite/gas/hppa
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its 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.
@@ -13,7 +11,7 @@
# 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
+# done in this directory.
Do-first:
@@ -24,7 +22,7 @@ for d in more.parse ; do
done
# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept. All other files will be removed.
+# "Do-last:" 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.
@@ -37,6 +35,14 @@ parse
reloc
unsorted
+Things-to-lose:
+
+
+
+# The lines between the "Do-last:" line and the end of the file
+# are executed as a /bin/sh shell script after everything else is
+# done.
+
Do-last:
-# End of file.
+# eof
diff --git a/gas/testsuite/gas/m32r/.Sanitize b/gas/testsuite/gas/m32r/.Sanitize
index 66fc6a1..d42dc01 100644
--- a/gas/testsuite/gas/m32r/.Sanitize
+++ b/gas/testsuite/gas/m32r/.Sanitize
@@ -1,6 +1,6 @@
-# Sanitize.in for devo/gas/testsuite/gas/m32r.
+# .Sanitize for devo/gas/testsuite/gas/m32r
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its 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.
@@ -11,7 +11,7 @@
# 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
+# done in this directory.
Do-first:
@@ -23,15 +23,15 @@ else
fi
# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept. All other files will be removed.
+# "Do-last:" 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:
-allinsn.exp
allinsn.d
+allinsn.exp
allinsn.s
high-1.d
high-1.s
@@ -43,6 +43,12 @@ uppercase.s
Things-to-lose:
+
+
+# The lines between the "Do-last:" line and the end of the file
+# are executed as a /bin/sh shell script after everything else is
+# done.
+
Do-last:
for i in * ; do
@@ -51,4 +57,4 @@ for i in * ; do
fi
done
-# End of file.
+# eof
diff --git a/gas/testsuite/gas/mips/.Sanitize b/gas/testsuite/gas/mips/.Sanitize
index 9dacebd..2185975 100644
--- a/gas/testsuite/gas/mips/.Sanitize
+++ b/gas/testsuite/gas/mips/.Sanitize
@@ -1,6 +1,6 @@
-# .Sanitize for devo/gas/testsuite/gas/mips.
+# .Sanitize for devo/gas/testsuite/gas/mips
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its 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.
@@ -11,7 +11,7 @@
# 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
+# done in this directory.
Do-first:
@@ -64,7 +64,7 @@ else
fi
# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept. All other files will be removed.
+# "Do-last:" 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.
@@ -111,17 +111,17 @@ la.s
lb-empic.d
lb-pic.s
lb-svr4pic.d
-lb-xgot.d
lb-xgot-ilocks.d
+lb-xgot.d
lb.d
lb.s
-ld.d
-ld.s
ld-empic.d
ld-ilocks.d
ld-pic.s
ld-svr4pic.d
ld-xgot.d
+ld.d
+ld.s
li.d
li.s
lif-empic.d
@@ -150,12 +150,12 @@ sb.d
sb.s
trunc.d
trunc.s
+uld.d
+uld.s
ulh-empic.d
ulh-pic.s
ulh-svr4pic.d
ulh-xgot.d
-uld.d
-uld.s
ulh.d
ulh.s
ulw.d
@@ -169,6 +169,12 @@ usw.s
Things-to-lose:
+
+
+# The lines between the "Do-last:" line and the end of the file
+# are executed as a /bin/sh shell script after everything else is
+# done.
+
Do-last:
tx19_files="mips.exp"
@@ -311,4 +317,4 @@ else
done
fi
-# End of file.
+# eof