* [RFA]: ia64 support for float.exp
@ 2003-06-11 21:02 J. Johnston
2003-06-11 23:57 ` Kevin Buettner
0 siblings, 1 reply; 2+ messages in thread
From: J. Johnston @ 2003-06-11 21:02 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
The following adds ia64 support to float.exp.
Ok to commit?
-- Jeff J.
2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
* gdb.base/float.exp: Add ia64 support.
[-- Attachment #2: float.exp.patch --]
[-- Type: text/plain, Size: 716 bytes --]
Index: float.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/float.exp,v
retrieving revision 1.3
diff -u -r1.3 float.exp
--- float.exp 2 Jun 2003 16:49:35 -0000 1.3
+++ float.exp 11 Jun 2003 20:50:02 -0000
@@ -59,6 +59,8 @@
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
} elseif { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } then {
gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float"
+} elseif [istarget "ia64-*-*"] then {
+ gdb_test "info float" "f0.*f1.*f127.*" "info float"
} else {
gdb_test "info float" "No floating.point info available for this processor." "info float"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RFA]: ia64 support for float.exp
2003-06-11 21:02 [RFA]: ia64 support for float.exp J. Johnston
@ 2003-06-11 23:57 ` Kevin Buettner
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Buettner @ 2003-06-11 23:57 UTC (permalink / raw)
To: J. Johnston, gdb-patches
On Jun 11, 5:02pm, J. Johnston wrote:
> * gdb.base/float.exp: Add ia64 support.
Okay.
Kevin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-11 23:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-11 21:02 [RFA]: ia64 support for float.exp J. Johnston
2003-06-11 23:57 ` Kevin Buettner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox