This is the mail archive of the gdb-patches@sourceware.org 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] gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target


dump.exp tests srec loading which only support 32-bit. Disable those
tests for hppa64-*-*

ok?
randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
2005-12-01  Randolph Chung  <tausq@debian.org>

        * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.

Index: dump.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/dump.exp,v
retrieving revision 1.7
diff -u -p -r1.7 dump.exp
--- dump.exp    2 Aug 2004 03:13:56 -0000       1.7
+++ dump.exp    1 Dec 2005 05:49:53 -0000
@@ -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"
 }
 

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