* [RFA] gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target
@ 2005-12-01 5:53 Randolph Chung
2005-12-01 14:33 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Randolph Chung @ 2005-12-01 5:53 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
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/
[-- Attachment #2: hpux-srec.diff --]
[-- Type: text/plain, Size: 633 bytes --]
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"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-01 14:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-01 5:53 [RFA] gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target Randolph Chung
2005-12-01 14:33 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox