From: "Martin M. Hunt" <hunt@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] float.exp mips fix
Date: Tue, 08 Jun 2004 04:13:00 -0000 [thread overview]
Message-ID: <1086667980.5507.31.camel@hunt.cipe.redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 223 bytes --]
Add an expected pattern for mips so this test will succeed.
2004-05-26 Martin Hunt <hunt@redhat.com>
* gdb.base/float.exp: Add correct checking for mips result.
--
Martin M. Hunt <hunt@redhat.com>
Red Hat Inc.
[-- Attachment #2: float.patch --]
[-- Type: text/x-patch, Size: 717 bytes --]
Index: gdb/testsuite/gdb.base/float.exp
===================================================================
diff -u -p -u -r1.5 float.exp
--- gdb/testsuite/gdb.base/float.exp 14 Apr 2004 00:54:49 -0000 1.5
+++ gdb/testsuite/gdb.base/float.exp 25 May 2004 23:31:48 -0000
@@ -63,6 +63,8 @@ if { [istarget "alpha*-*-*"] } then {
gdb_test "info float" "f0.*f1.*f127.*" "info float"
} elseif [istarget "m68k-*-*"] then {
gdb_test "info float" "fp0.*fp1.*fp7.*" "info float"
+} elseif [istarget "mips*-*-*"] then {
+ gdb_test "info float" "f0:.*flt:.*dbl:.*" "info float"
} elseif [istarget "s390*-*-*"] then {
gdb_test "info float" "fpc.*f0.*f1.*f15.*" "info float"
} elseif [istarget "sh*-*"] then {
next reply other threads:[~2004-06-08 4:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-08 4:13 Martin M. Hunt [this message]
2004-06-08 14:15 ` Andrew Cagney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1086667980.5507.31.camel@hunt.cipe.redhat.com \
--to=hunt@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox