+2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
+ in target_info.
+
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
* gdb.threads/manythreads.exp: Use $message string for
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+if [target_info exists gdb,nosignals] {
+ verbose "Skipping relativedebug.exp because of nosignals."
+ continue
+}
+
if $tracelevel then {
strace $tracelevel
}