2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Thu, 15 Jan 2004 22:23:26 +0000 (22:23 +0000)
committerMichael Chastain <mec@google.com>
Thu, 15 Jan 2004 22:23:26 +0000 (22:23 +0000)
* gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/setvar.exp

index 7fd16b07ffd59c12d84e0b46e2d5c8a70b764b0c..07c84d938a981e8b1379eb4688ca33d46bc1f68f 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
+
 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
 
        * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
index 3e1928789de441e9e7966c730d276a7d9a15a5ee..5f3b02c43912683f5ef421b7fe395be784b4a890 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001
+# Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2004
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -330,12 +330,8 @@ gdb_test "print *(v_signed_short_pointer+1)" ".\[0-9\]*.*=.*-456"
 gdb_test "set v_unsigned_short_pointer=v_unsigned_short_array" ""
 gdb_test "set variable *(v_unsigned_short_pointer)=123" ""
 gdb_test "set variable *(v_unsigned_short_pointer+1)=-456" ""
-# DTS 10060CLLbs - bad type info from cc
-if {$hp_cc_compiler} {setup_xfail hppa*-*-*11* 10060CLLbs}
 gdb_test "print v_unsigned_short_array" ".\[0-9\]* =.*\\{123,.*65080\\}" \
     "set variable unsigned short pointer"
-# DTS 10060CLLbs - bad type info from cc
-if {$hp_cc_compiler} {setup_xfail hppa*-*-*11* 10060CLLbs}
 gdb_test "print *(v_unsigned_short_pointer+1)" ".\[0-9\]* = 65080"
 #
 # test "set variable" for type "int *"
This page took 0.031091 seconds and 4 git commands to generate.