Files for testing m32rx instruction set.
authorNick Clifton <nickc@redhat.com>
Thu, 18 Dec 1997 16:04:14 +0000 (16:04 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 18 Dec 1997 16:04:14 +0000 (16:04 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/m32r/.Sanitize
gas/testsuite/gas/m32r/m32rx.exp [new file with mode: 0644]

index d3599f2..99b1ceb 100644 (file)
@@ -1,5 +1,9 @@
 Thu Dec 18 11:10:42 1997  Nick Clifton  <nickc@cygnus.com>
 
+       * gas/m32r/m32rx.d: New file.
+       * gas/m32r/m32rx.s: New file.
+       * gas/m32r/m32rx.exp: New file.
+
        * gas/arm/inst.d: Updated to match latest disassembler changes.
 
        * gas/arm/arm7t.d: Updated to match latest disassembler changes.
index 59b31ec..fc2a2cd 100644 (file)
 
 Do-first:
 
+m32rx_files="m32rx.s m32rx.d m32rx.exp"
+if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
+        keep_these_too="${m32rx_files} ${keep_these_too}"
+else
+        lose_these_too="${m32rx_files} ${lose_these_too}"
+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.
 # Directories listed in this section will have their own Sanitize
@@ -36,6 +43,13 @@ uppercase.s
 
 Things-to-lose:
 
+for i in * ; do
+       if test ! -d $i && (grep sanitize $i > /dev/null) ; then
+               echo '***' Some mentions of Sanitize are still left in $i! 1>&2
+       fi
+done
+
+
 Do-last:
 
 # End of file.
diff --git a/gas/testsuite/gas/m32r/m32rx.exp b/gas/testsuite/gas/m32r/m32rx.exp
new file mode 100644 (file)
index 0000000..1a8aee5
--- /dev/null
@@ -0,0 +1,5 @@
+# M32Rx assembler testsuite.
+
+if [istarget m32r*-*-*] {
+    run_dump_test "m32rx"
+}