* gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip

if gdb,nosignals.
	* gdb.base/watchpoints.c: Do not include unnecessary headers.
	* lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
	exited".
This commit is contained in:
Daniel Jacobowitz 2010-03-24 21:20:39 +00:00
parent 6bf5e0ba81
commit 2390201f4b
5 changed files with 19 additions and 4 deletions

View file

@ -21,9 +21,6 @@
/* This source is mainly to test what happens when a watchpoint is
removed while another watchpoint, inserted later is left active. */
#include <stdio.h>
#include <unistd.h>
int count = -1;
int ival1 = -1;
int ival2 = -1;