+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
arm
hppa
i386
-ieee.fp
+ieee-fp
m68k
m68k-coff
mips
--- /dev/null
+# 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.
--- /dev/null
+ .global _flt_min
+.data
+ .align 4
+_flt_min:
+ .single 0r1.17549435e-38
+++ /dev/null
-# 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.
+++ /dev/null
-# 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
+++ /dev/null
- .global _flt_min
-.data
- .align 4
-_flt_min:
- .single 0r1.17549435e-38