From d2ccfce3d2bb5bfe2b53c513cef9775b75dad389 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 7 Dec 1994 21:51:34 +0000 Subject: rename gas/ieee.fp to ieee-fp --- gas/testsuite/ChangeLog | 8 ++++++++ gas/testsuite/gas/.Sanitize | 2 +- gas/testsuite/gas/ieee-fp/.Sanitize | 36 ++++++++++++++++++++++++++++++++++ gas/testsuite/gas/ieee-fp/x930509a.s | 5 +++++ gas/testsuite/gas/ieee.fp/.Sanitize | 36 ---------------------------------- gas/testsuite/gas/ieee.fp/x930509a.exp | 22 --------------------- gas/testsuite/gas/ieee.fp/x930509a.s | 5 ----- 7 files changed, 50 insertions(+), 64 deletions(-) create mode 100644 gas/testsuite/gas/ieee-fp/.Sanitize create mode 100644 gas/testsuite/gas/ieee-fp/x930509a.s delete mode 100644 gas/testsuite/gas/ieee.fp/.Sanitize delete mode 100644 gas/testsuite/gas/ieee.fp/x930509a.exp delete mode 100644 gas/testsuite/gas/ieee.fp/x930509a.s (limited to 'gas') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 376fa84..b138609 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +Wed Dec 7 16:49:14 1994 Ken Raeburn + + * 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 diff --git a/gas/testsuite/gas/.Sanitize b/gas/testsuite/gas/.Sanitize index 5bb7121..aecbe5c 100644 --- a/gas/testsuite/gas/.Sanitize +++ b/gas/testsuite/gas/.Sanitize @@ -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 index 0000000..e5776ed --- /dev/null +++ b/gas/testsuite/gas/ieee-fp/.Sanitize @@ -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 index 0000000..4a8d730 --- /dev/null +++ b/gas/testsuite/gas/ieee-fp/x930509a.s @@ -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 index e5776ed..0000000 --- a/gas/testsuite/gas/ieee.fp/.Sanitize +++ /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 index 7a67d63..0000000 --- a/gas/testsuite/gas/ieee.fp/x930509a.exp +++ /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 index 4a8d730..0000000 --- a/gas/testsuite/gas/ieee.fp/x930509a.s +++ /dev/null @@ -1,5 +0,0 @@ - .global _flt_min -.data - .align 4 -_flt_min: - .single 0r1.17549435e-38 -- cgit v1.1