2005-12-09 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Fri, 9 Dec 2005 10:55:09 +0000 (10:55 +0000)
committerRandolph Chung <tausq@debian.org>
Fri, 9 Dec 2005 10:55:09 +0000 (10:55 +0000)
* gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/dump.exp

index 9bee5567fa71cc1267e6ca552a112e63d7268fd0..77bb882b5f2d82cf4e3a70a609912069a2781726 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-09  Randolph Chung  <tausq@debian.org>
+
+       * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
+
 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
 
        * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
index a55dc50932bfda2c887f58202e6f9fa798545858..f8d96616aaa891ae707fe5857063e65e9b24657f 100644 (file)
@@ -41,7 +41,7 @@ if [istarget "alpha*-*-*"] then {
     lappend options "additional_flags=-Wl,-taso"
 }
 
-if [istarget "ia64*-*-*"] then {
+if {[istarget "ia64*-*-*"] || [istarget "hppa64-*-*"]} then {
     set is64bitonly "yes"
 }