From Rob Savoye (rob@poseidon.cygnus.com)
authorFred Fish <fnf@specifix.com>
Sat, 25 Nov 1995 19:55:29 +0000 (19:55 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 25 Nov 1995 19:55:29 +0000 (19:55 +0000)
commit782445c7aa2722092434b23adfb27e27acfd9e06
tree055b2886c76b645574a00b03c3aee2fe95373e00
parent9b041f69fc5372c05d5d8a067d8263c12c2a3abb
From Rob Savoye  (rob@poseidon.cygnus.com)
* Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in, configure.in},
gdb.disasm/{Makefile.in, configure.in}, gdb.stabs/{Makefile.in, configure.in},
gdb.threads/{Makefile.in, configure.in}: Major reworking for autoconfig.
* aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt : New files.
* config/unix-gdb.exp:  Make GDB global.
* gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp, callfuncs.exp,
commands.exp, corefile.exp, crossload.exp, exprs.exp, funcargs.exp, interrupt.exp,
langs.exp, list.exp, mips_pro.exp, nodebug.exp, opaque.exp, printcmds.exp,
ptype.exp, recurse.exp, regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp,
signals.exp, term.exp, twice.exp, watchpoint.exp, whatis.exp},
  gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp, templates.exp,
virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp, misc.exp, pr-4975.exp,
pr-5016.exp, pr-5020.exp, pr-5022.exp, pr-5646.exp, pr-5984.exp, pr-6292.exp,
pr-6632.exp, pr-8134.exp, pr-8136.exp, result.exp, string.exp, tuples.exp},
gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
  to returns as necessary, arrange for test to compile own testcase executable.
* lib/gdb.exp: Changes for testsuite to compile own test cases.

From Fred Fish (fnf@cygnus.com)
* gdb.c++/classes.exp (test_pointers_to_class_members): Add
  clear_xfail at end of test which might not call either pass or fail.
* gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
"backtrace through signal handler".
50 files changed:
gdb/testsuite/ChangeLog
gdb/testsuite/config/unix-gdb.exp
gdb/testsuite/configure.in
gdb/testsuite/gdb.base/a1-selftest.exp
gdb/testsuite/gdb.base/a2-run.exp
gdb/testsuite/gdb.base/bitfields.exp
gdb/testsuite/gdb.base/break.exp
gdb/testsuite/gdb.base/callfuncs.exp
gdb/testsuite/gdb.base/commands.exp
gdb/testsuite/gdb.base/configure [new file with mode: 0644]
gdb/testsuite/gdb.base/configure.in
gdb/testsuite/gdb.base/corefile.exp
gdb/testsuite/gdb.base/crossload.exp
gdb/testsuite/gdb.base/exprs.exp
gdb/testsuite/gdb.base/funcargs.exp
gdb/testsuite/gdb.base/interrupt.exp
gdb/testsuite/gdb.base/nodebug.exp
gdb/testsuite/gdb.base/printcmds.exp
gdb/testsuite/gdb.base/ptype.exp
gdb/testsuite/gdb.base/recurse.exp
gdb/testsuite/gdb.base/return.exp [new file with mode: 0644]
gdb/testsuite/gdb.base/setvar.exp
gdb/testsuite/gdb.base/sigall.exp [new file with mode: 0644]
gdb/testsuite/gdb.base/signals.exp
gdb/testsuite/gdb.base/term.exp
gdb/testsuite/gdb.base/twice.exp [new file with mode: 0644]
gdb/testsuite/gdb.base/watchpoint.exp
gdb/testsuite/gdb.base/whatis.exp
gdb/testsuite/gdb.chill/Makefile.in
gdb/testsuite/gdb.chill/callch.exp
gdb/testsuite/gdb.chill/chillvars.exp
gdb/testsuite/gdb.chill/configure.in
gdb/testsuite/gdb.chill/misc.exp
gdb/testsuite/gdb.chill/pr-4975.exp
gdb/testsuite/gdb.chill/pr-5016.exp
gdb/testsuite/gdb.chill/pr-5020.exp
gdb/testsuite/gdb.chill/pr-5022.exp
gdb/testsuite/gdb.chill/pr-5646.exp
gdb/testsuite/gdb.chill/pr-5984.exp
gdb/testsuite/gdb.chill/pr-6292.exp
gdb/testsuite/gdb.chill/pr-6632.exp
gdb/testsuite/gdb.chill/pr-8134.exp
gdb/testsuite/gdb.chill/pr-8136.exp
gdb/testsuite/gdb.chill/result.exp
gdb/testsuite/gdb.chill/string.exp
gdb/testsuite/gdb.chill/tuples.exp
gdb/testsuite/gdb.disasm/configure [new file with mode: 0644]
gdb/testsuite/gdb.disasm/configure.in
gdb/testsuite/gdb.stabs/configure.in
gdb/testsuite/gdb.stabs/default.mt [new file with mode: 0644]