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