Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* RFA: patch to ignore dump.exp for ia64
@ 2003-08-22 19:48 J. Johnston
  2003-08-22 20:51 ` Michael Snyder
  0 siblings, 1 reply; 8+ messages in thread
From: J. Johnston @ 2003-08-22 19:48 UTC (permalink / raw)
  To: gdb-patches

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-09-02 18:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-22 19:48 RFA: patch to ignore dump.exp for ia64 J. Johnston
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox