OSDN Git Service

* gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
authoruweigand <uweigand>
Fri, 11 Jun 2010 17:34:11 +0000 (17:34 +0000)
committeruweigand <uweigand>
Fri, 11 Jun 2010 17:34:11 +0000 (17:34 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/solib-corrupted.exp

index f93a393..1c31e2a 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2010-06-11  Tom Tromey  <tromey@redhat.com>
index 741984c..68077fd 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