* gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 11 Jun 2010 17:34:12 +0000 (17:34 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 11 Jun 2010 17:34:12 +0000 (17:34 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/solib-corrupted.exp

index f93a3936ac8b714e6fcaaadf67326d2a8b9fab0e..1c31e2ab3ed7eaf0198a08f378638552376e2b8c 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
+
 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * gdb.base/charset.c (main): Make sure malloc gets linked in.
index 741984c5be2b9cbd0e4fdbb4e520b54ec8482cbd..68077fd4234a3b499497b6df6bfb66ed4b632e34 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+if {[skip_shlib_tests]} {
+    return 0
+}
+
 set testfile "solib-corrupted"
 set srcfile start.c