ChangeLog:
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / dump.exp
index f4ff1ddb6349aceace2c172d92c0e048354933c1..072fcfdaedc08ed6837216c50236a86064d45e14 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2002, 2004, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 2002, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -42,6 +42,12 @@ if {[istarget "ia64*-*-*"] || [istarget "hppa64-*-*"]} then {
     set is64bitonly "yes"
 }
 
+if {[istarget "spu*-*-*"]} then {
+    # The internal address format used for the combined Cell/B.E.
+    # debugger requires 64-bit.
+    set is64bitonly "yes"
+}
+
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable ${options}] != "" } {
      untested dump.exp
      return -1
This page took 0.025896 seconds and 4 git commands to generate.