aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.disasm/configure
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+899
1999-04-16Initial creation of sourceware repositoryStan Shebs1-899/+0
1998-03-24 * Makefile.in: Derive SHELL from configure.Stu Grossman1-12/+14
* config/d10v/d10v.mt config/d30v/d30v.mt config/m32r/m32r.mt config/mn10200/mn10200.mt config/mn10300/mn10300.mt : Remove -lm from SIM. This prevents dependency checking of -lm (under NT native builds). (It is automatically added by configure if it exists.) * doc/configure mswin/configure nlm/configure testsuite/gdb.base/configure testsuite/gdb.c++/configure testsuite/gdb.chill/configure testsuite/gdb.disasm/configure testsuite/gdb.stabs/configure testsuite/gdb.threads/configure: Regenerate with autoconf 2.12.1 to fix shell issues for NT native builds.
1997-02-13 * gdb.disasm/*.mt: Deleted, no longer used.Jeff Law1-13/+1
* gdb.disasm/configure.in: Remove references to target makefile frags. Use "sh3.s" as the unique filename for this directory. * gdb.disasm/configure: Rebuilt. Cleaning up unused crud. * gdb.disasm/mn10200.s: New test file for mn10200 disassembler. * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests. * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning. mn10200 disassembler testsuite.
1996-11-26 * configure, */configure: Rebuild with autoconf 2.12.Ian Lance Taylor1-23/+89
1996-06-25 * configure.in (AC_PREREQ): autoconf 2.5 or higher.Jason Molenda1-4/+4
* gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to @srcdir@. * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ): autoconf 2.5 or higher. * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
1996-03-25Revert use of autoconf 2.9, it was causing too many regressions.Fred Fish1-4/+4
1996-03-24 * configure, testsuite/configure, testsuite/gdb.base/configure,Fred Fish1-17/+145
testsuite/gdb.c++/configure, testsuite/gdb.chill/configure, testsuite/gdb.disasm/configure, testsuite/gdb.stabs/configure: Regenerated with autoconf 2.9.
1996-01-16Remove sh3e sanitization. Keep sh3e files.Jim Wilson1-2/+0
1995-11-25 From Rob Savoye (rob@poseidon.cygnus.com)Fred Fish1-0/+717
* 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".