This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA]: ia64 support for float.exp


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.

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"
 }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]