* gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.

This commit is contained in:
Ulrich Weigand 2010-06-11 17:34:12 +00:00
parent 02e6fe6a8c
commit 5c3552dc9f
2 changed files with 8 additions and 0 deletions

View 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.

View File

@ -13,6 +13,10 @@
# 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