diff options
author | Bob Manson <manson@cygnus> | 1997-01-31 21:21:31 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-01-31 21:21:31 +0000 |
commit | 05a21390230b3711b2504e4902f1acce25772584 (patch) | |
tree | 46a5618b5f8558495a99e08693d61d8923464f7e /gdb/testsuite/config | |
parent | 2b063e6d64e0a18ca02bf3ff84aa67f8ca20679b (diff) | |
download | gdb-05a21390230b3711b2504e4902f1acce25772584.zip gdb-05a21390230b3711b2504e4902f1acce25772584.tar.gz gdb-05a21390230b3711b2504e4902f1acce25772584.tar.bz2 |
* gdb.base/crossload.exp: Don't use execute_anywhere, use
remote_exec instead.
* gdb.base/corefile.exp: Don't be ridiculous.
* gdb.base/*.c: Add missing stub invocations.
Fixes failures on HP-UX.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/.Sanitize | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/gdb/testsuite/config/.Sanitize b/gdb/testsuite/config/.Sanitize index 21b87a0..4c407cd 100644 --- a/gdb/testsuite/config/.Sanitize +++ b/gdb/testsuite/config/.Sanitize @@ -17,7 +17,7 @@ Do-first: -m32r_files="m32r.exp" +m32r_files="m32r.exp m32r-stub.exp" if ( echo $* | grep keep\-m32r > /dev/null ) ; then keep_these_too="${m32r_files} ${keep_these_too}" @@ -39,7 +39,8 @@ est.exp gdbserver.exp hmsirom.exp hppro.exp -mips-gdb.exp +mips.exp +mips-idt.exp monitor.exp mt-a29k-udi mt-i386-aout @@ -53,18 +54,21 @@ mt-sparc-aout mt-unix mt-vxworks netware.exp -nind-gdb.exp +nind.exp rom68k.exp -sim-gdb.exp -slite-gdb.exp -udi-gdb.exp -unix-gdb.exp +sim.exp +slite.exp +udi.exp +unix.exp unknown.exp -vx-gdb.exp +vx.exp vxworks29k.exp Things-to-lose: +d10v.exp +sparclet-old.exp +sparclet.exp # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is |