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]

[commit] fix float.exp for alpha


        * gdb.base/float.exp: Add expected regexp for alpha-*-*.

Index: gdb.base/float.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/float.exp,v
retrieving revision 1.2
diff -c -p -d -r1.2 float.exp
*** gdb.base/float.exp	31 May 2003 19:48:39 -0000	1.2
--- gdb.base/float.exp	2 Jun 2003 16:48:30 -0000
*************** if ![runto_main] then {
*** 51,57 ****
  
  # Test "info float".
  
! if { [istarget "arm*-*-*"] || \
  	[istarget "xscale*-*-*"] || \
  	[istarget "strongarm*-*-*"] } then {
      gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
--- 51,59 ----
  
  # Test "info float".
  
! if { [istarget "alpha*-*-*"] } then {
!     gdb_test "info float" "f0.*" "info float"
! } elseif { [istarget "arm*-*-*"] || \
  	[istarget "xscale*-*-*"] || \
  	[istarget "strongarm*-*-*"] } then {
      gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"


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