Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "J. Johnston" <jjohnstn@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: RFA: patch to ignore dump.exp for ia64
Date: Fri, 22 Aug 2003 19:48:00 -0000	[thread overview]
Message-ID: <3F4673A0.3040507@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

The dump.exp testcase doesn't run on ia64 because a number of the output formats
tested do not handle 64-bit addresses.  The following patch causes the test
to be ignored for ia64.  I tried unsuccessfully to move the data below the
32-bit line as is done for the alpha.

Ok to commit?  If so, ok for gdb 6.0?

-- Jeff J.

2003-08-22  Jeff Johnston  <jjohnstn@redhat.com>

	* gdb.base/dump.exp: Skip for ia64.

[-- Attachment #2: dump.exp.patch --]
[-- Type: text/plain, Size: 700 bytes --]

Index: gdb.base/dump.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/dump.exp,v
retrieving revision 1.3
diff -u -r1.3 dump.exp
--- gdb.base/dump.exp	2 Jun 2003 15:51:24 -0000	1.3
+++ gdb.base/dump.exp	22 Aug 2003 19:45:23 -0000
@@ -39,6 +39,11 @@
     lappend options "additional_flags=-Wl,-taso"
 }
 
+if [istarget "ia64*-*-*"] then {
+    # SREC etc cannot handle 64-bit addresses.  Skip the test
+    return 0;
+}
+
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable ${options}] != "" } {
      gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
 }

             reply	other threads:[~2003-08-22 19:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-22 19:48 J. Johnston [this message]
2003-08-22 20:51 ` Michael Snyder
2003-08-25 21:14   ` J. Johnston
2003-08-27 18:07     ` Michael Snyder
2003-08-27 18:14       ` J. Johnston
2003-08-28 18:09         ` J. Johnston
2003-09-01 21:01           ` Andreas Schwab
2003-09-02 18:35             ` J. Johnston

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=3F4673A0.3040507@redhat.com \
    --to=jjohnstn@redhat.com \
    --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