This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gdb.base/solib_threshold.exp is useless


The tests in gdb.base/solib_threshold.exp are completely useless on
anything but hppa-hpux.  It should probably be moved to gdb.hp.


1999-01-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* gdb.base/solib_threshold.exp: Do nothing if not hppa-hpux.

--- gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp.~1~	Sat Jan 23 16:13:03 1999
+++ gdb-19990121/gdb/testsuite/gdb.base/solib_threshold.exp	Sun Jan 24 02:23:21 1999
@@ -29,6 +29,11 @@
     return
 }
 
+# This is useless on anything but HP-SUX.
+if ![istarget "hppa*-hp-hpux*"] then {
+   return
+}
+
 set testfile "solib_threshold"
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org