From: Michael Elizabeth Chastain <mec@shout.net>
To: gdb-patches@sources.redhat.com, msnyder@redhat.com
Subject: Re: Add sh target to float.exp
Date: Tue, 29 Jul 2003 22:07:00 -0000 [thread overview]
Message-ID: <200307292207.h6TM7rl2018578@duracef.shout.net> (raw)
Proofread but not tested, looks okay to me.
You might want to start using gdb_test_multiple.
gdb.base/gdb1250.exp is a short example.
gdb_test_multiple "info float" "info float" {
-re ".*fpul.*fr0.*dr0.*$gdb_prompt $" {
# SH may or may not have an FPU
pass "info float (with FPU)"
}
-re "No floating.point info available for this processor.*$gdb_prompt $" {
pass "info float (without FPU)"
}
}
Or leave gdb_test_multiple for another day, whatever.
Michael C
next reply other threads:[~2003-07-29 22:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-29 22:07 Michael Elizabeth Chastain [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-07-29 21:57 Michael Snyder
2003-07-29 22:03 ` David Carlton
2003-07-29 22:30 ` Michael Snyder
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=200307292207.h6TM7rl2018578@duracef.shout.net \
--to=mec@shout.net \
--cc=gdb-patches@sources.redhat.com \
--cc=msnyder@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