rename gas/ieee.fp to ieee-fp
authorKen Raeburn <raeburn@cygnus>
Wed, 7 Dec 1994 21:51:34 +0000 (21:51 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 7 Dec 1994 21:51:34 +0000 (21:51 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/.Sanitize
gas/testsuite/gas/ieee-fp/.Sanitize [new file with mode: 0644]
gas/testsuite/gas/ieee-fp/x930509a.s [new file with mode: 0644]
gas/testsuite/gas/ieee.fp/.Sanitize [deleted file]
gas/testsuite/gas/ieee.fp/x930509a.exp [deleted file]
gas/testsuite/gas/ieee.fp/x930509a.s [deleted file]

index 376fa84bbccc504092c6f8fe52b0b031efef2932..b138609dcb3048c7103991ca41f99fa0a6956aad 100644 (file)
@@ -1,3 +1,11 @@
+Wed Dec  7 16:49:14 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * gas/ieee-fp: Renamed from ieee.fp.
+
+Wed Nov 30 10:48:00 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gas/hppa/parse: Renamed from gas/hppa/more.parse.
+
 Mon Nov 28 00:40:26 1994  Jeff Law  (law@snake.cs.utah.edu)
 
        * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
index 5bb71212c0ba8f5fc62f177997e4fbb68eb722b7..aecbe5cf9c26141b724a3992e757585f424b5adc 100644 (file)
@@ -31,7 +31,7 @@ alpha
 arm
 hppa
 i386
-ieee.fp
+ieee-fp
 m68k
 m68k-coff
 mips
diff --git a/gas/testsuite/gas/ieee-fp/.Sanitize b/gas/testsuite/gas/ieee-fp/.Sanitize
new file mode 100644 (file)
index 0000000..e5776ed
--- /dev/null
@@ -0,0 +1,36 @@
+# Sanitize.in for devo.
+# $Id$
+#
+
+# 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:
+
+x930509a.exp
+x930509a.s
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/gas/testsuite/gas/ieee-fp/x930509a.s b/gas/testsuite/gas/ieee-fp/x930509a.s
new file mode 100644 (file)
index 0000000..4a8d730
--- /dev/null
@@ -0,0 +1,5 @@
+        .global _flt_min
+.data
+        .align 4
+_flt_min:
+        .single 0r1.17549435e-38
diff --git a/gas/testsuite/gas/ieee.fp/.Sanitize b/gas/testsuite/gas/ieee.fp/.Sanitize
deleted file mode 100644 (file)
index e5776ed..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Sanitize.in for devo.
-# $Id$
-#
-
-# 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:
-
-x930509a.exp
-x930509a.s
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/gas/testsuite/gas/ieee.fp/x930509a.exp b/gas/testsuite/gas/ieee.fp/x930509a.exp
deleted file mode 100644 (file)
index 7a67d63..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Reported 93/05/09 by Jim Wilson: IEEE single-precision FLT_MIN value gets
-# assembled incorrectly.  (Off by one ulp.)
-
-setup_xfail *-*-*
-proc dotest {} {
-    set testname "IEEE FLT_MIN, single-precision"
-    set x 0
-    gas_start "x930509a.s" "-al"
-    while 1 {
-       expect {
-           -re " 00008000 +.single" { pass $testname; set x 1 }
-           -re " ........ +.single" { fail $testname; set x 1 }
-           -re "\[^\n\]*\n" { }
-           timeout { perror "timeout\n"; break }
-           eof { break }
-       }
-    }
-    gas_finish
-    if !$x then { fail "$testname (listing didn't match)" }
-}
-
-dotest
diff --git a/gas/testsuite/gas/ieee.fp/x930509a.s b/gas/testsuite/gas/ieee.fp/x930509a.s
deleted file mode 100644 (file)
index 4a8d730..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-        .global _flt_min
-.data
-        .align 4
-_flt_min:
-        .single 0r1.17549435e-38
This page took 0.030982 seconds and 4 git commands to generate.