diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-07 21:51:34 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-07 21:51:34 +0000 |
commit | d2ccfce3d2bb5bfe2b53c513cef9775b75dad389 (patch) | |
tree | 0563f4a8a1667ec998bbd32c2d20e56ea8d25d68 | |
parent | 0cfa9be02807f28ae2e76743cc387bb302695431 (diff) | |
download | gdb-d2ccfce3d2bb5bfe2b53c513cef9775b75dad389.zip gdb-d2ccfce3d2bb5bfe2b53c513cef9775b75dad389.tar.gz gdb-d2ccfce3d2bb5bfe2b53c513cef9775b75dad389.tar.bz2 |
rename gas/ieee.fp to ieee-fp
-rw-r--r-- | gas/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gas/testsuite/gas/.Sanitize | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/ieee-fp/.Sanitize (renamed from gas/testsuite/gas/ieee.fp/.Sanitize) | 0 | ||||
-rw-r--r-- | gas/testsuite/gas/ieee-fp/x930509a.s (renamed from gas/testsuite/gas/ieee.fp/x930509a.s) | 0 | ||||
-rw-r--r-- | gas/testsuite/gas/ieee.fp/x930509a.exp | 22 |
5 files changed, 9 insertions, 23 deletions
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 <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 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 index e5776ed..e5776ed 100644 --- a/gas/testsuite/gas/ieee.fp/.Sanitize +++ b/gas/testsuite/gas/ieee-fp/.Sanitize diff --git a/gas/testsuite/gas/ieee.fp/x930509a.s b/gas/testsuite/gas/ieee-fp/x930509a.s index 4a8d730..4a8d730 100644 --- a/gas/testsuite/gas/ieee.fp/x930509a.s +++ b/gas/testsuite/gas/ieee-fp/x930509a.s 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 |