Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Randolph Chung <randolph@tausq.org>
To: gdb-patches@sources.redhat.com
Subject: [RFA] gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target
Date: Thu, 01 Dec 2005 05:53:00 -0000	[thread overview]
Message-ID: <438E8FD0.6060100@tausq.org> (raw)

[-- 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"
 }
 

             reply	other threads:[~2005-12-01  5:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-01  5:53 Randolph Chung [this message]
2005-12-01 14:33 ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=438E8FD0.6060100@tausq.org \
    --to=randolph@tausq.org \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox