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 [moved from gas/testsuite/gas/ieee.fp/.Sanitize with 100% similarity]
gas/testsuite/gas/ieee-fp/x930509a.s [moved from gas/testsuite/gas/ieee.fp/x930509a.s with 100% similarity]
gas/testsuite/gas/ieee.fp/x930509a.exp [deleted file]

index 376fa84..b138609 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 5bb7121..aecbe5c 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/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