* hppa-hpux-tdep.c: Update copyright notice and year.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / regs.exp
index 91cd69924e211c05a7d0b318a4cbca817a8f5094..93ee35a989e61f52f2156bd43b2ecfd883a952d6 100644 (file)
@@ -13,7 +13,7 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 # Please email any bugs, comments, and/or additions to this file to:
 # bug-gdb@prep.ai.mit.edu
@@ -76,10 +76,11 @@ proc idt_register_tests { } {
        gdb_test "info register ctxt" "ctxt.*0x.*"
 }
 
-gdb_exit
-gdb_start
-gdb_reinitialize_dir $srcdir/$subdir
-
 if [istarget "mips*-idt-*"] then {
-       idt_register_tests
+    gdb_exit
+    gdb_start
+    gdb_reinitialize_dir $srcdir/$subdir
+    idt_register_tests
+} else {
+    verbose "regs.exp tests ignored for this target"
 }
This page took 0.02408 seconds and 4 git commands to generate.