]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
import gdb-1999-09-13 snapshot
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 3fc7b029fc64f801aa542e65dd67268b1fe7d49b..7198d6e9f01ecdc0dda726b8818db45adb1e2cb5 100644 (file)
@@ -1,5 +1,959 @@
+1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * long_long.exp: Add variations of test cases that work for
+       targets with 16-bit ints and 32-bit doubles.
+
+1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * break.c (main): Compare a possibly-uninitialized argc with an
+       unlikely value that fits in 16 bits.
+
+1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
+       0xfeeb, don't want negative numbers if ints are 16 bits.
+
+       * lib/gdb.exp (skip_cplus_tests): New proc.
+       * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
+       gdb.c++/anon-union.exp, gdb.c++/classes.exp,
+       gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
+       gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
+       gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
+       gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
+       gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
+       gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
+
+       * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
+
+Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
+
+       * gdb.base/corefile.exp (up): Allow a parameter to appear
+       in the frame that we're going up to.
+
+       From Jim Blandy <jimb@cygnus.com>:
+
+       * gdb.base/default.exp (info float): Expect some output now.
+
+       * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
+       returning floating-point values to fail on the x86.
+       * gdb.base/callfwmall.exp (do_function_calls): Same.
+
+       * gdb.base/list.exp (test_listsize): Correct expectations for
+       listing line 1 with listsize 2.  Also, listing a single line
+       works now, as does listing three lines.  [Kevin's note: There
+       were a number of other cases fixed too where the expectations
+       differed...]
+
+1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/selftest.exp: Add case for when version prints as
+       constant string instead of char pointer.
+
+1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/ending-run.exp: Add Solaris case for what happens when
+       stepping out of main.
+
+       * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
+       G++ used.
+
+       * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
+       always, expect ptype InnerLocal::NestedInnerLocal to fail always.
+
+       * gdb.c++/ovldbreak.exp: Update match string in test that
+       includes a warning of multiple breakpoints.
+
+1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/display.exp: Improve precision of step-after-finish
+       added yesterday.
+
+       * gdb.base/signals.exp: Add extra wildcard to "handle all print"
+       test.
+
+       * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
+       configs when using G++, not just hppa*.
+
+1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/async.c: New file.
+       * gdb.base/async.exp: New file.
+
+Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.base/break.exp: Tweak PA specific tests to properly handle
+       PA64.
+
+Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.base/display.exp: "finish" can leave us mid-line on many
+       targets, deal with it.  Add a small constant to main, instead of
+       1000 since main+1000 may not be a valid address in the target.
+
+       * gdb.base/dollar.exp: Do not run for PA processors in wide mode
+       on hpux11.
+
+       * gdb.base/attach.exp: Handle another hpux11 error message variant
+       when attaching to a process that does not exist.
+
+1999-08-19  J.T. Conklin  <jtc@redback.com>
+
+       * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
+       characters in 'continue to 1241' test.
+
+1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Add a shorter match case for the
+       stop in print_long_arg_list, define and use a whitespace
+       variable in print_small_structs test, add an XFAIL for Solaris.
+       * gdb.base/dbx.exp: XFAIL func commands until somebody is
+       interested enough to fix.
+
+1999-08-13  Keith Seitz  <keiths@cygnus.com>
+
+       * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
+       (dbx_gdb_load): Remove. Use gdb_load instead, since that
+       proc knows about targets other than the natives.
+       (test_assign): Use "gdb_run_cmd" to "run" the target.
+       Check that we've actually hit the breakpoint at main.
+       When we attempt to assign a value to a local variable, check
+       that the variable is in the current scope, i.e., don't use
+       a test with an empty result.
+
+Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/maint.exp: Add test of ``maintenance internal-error''
+       command.
+
+1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
+
+       From Jimmy Guo <guo@cup.hp.com> and others at HP:
+       gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
+       gdb.compat, gdb.threads-hp.
+       gdb.hp/configure, gdb.hp/configure.in: New files.
+       gdb.hp/Makefile.in: Recurse into new subdirs.
+       gdb.hp/gdb.defects: New directory, tests for HP bug reports.
+       gdb.hp/gdb.objdbg: New directory, tests for debugging info
+       in object files.
+       gdb.hp/tools: New directory, aux tools for HP-specific tests.
+
+1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/display.exp: Help expect by putting a newline in the
+       funky printf, remove a bogus p/a test.
+
+1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/display.exp: Make sure that when we say 'run', we are
+       connected to the target. This is necessary when running not
+       natively.
+
+1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/step-test.exp: Removed some extraneous messages.
+
+       * gdb.base/long_long.exp: Don't run memory examination tests
+       on little-endian targets (they will need a different set of
+       results to match).
+
+1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
+       until somebody decides to fix GDB.
+
+       * gdb.base/long_long.c: Stop compiler complaint by specifying long
+       constant as "ULL".
+       * gdb.base/long_long.exp: Loosen x/c test, add partial result
+       matches for a couple x/2 commands.
+
+1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
+       by merging in ref-types2 tests.
+       * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
+
+       From Jimmy Guo <guo@cup.hp.com> and others at HP:
+       * gdb.c++/Makefile.in: Add standard actions.
+       (EXECUTABLES): Rename from PROGS, update list.
+       * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
+       from gdb.hp.
+       * gdb.c++/anon-union.cc: Don't use anonymous struct, make
+       foo and bar locals.
+       * gdb.c++/anon-union.exp: Fix tests to match.
+       * gdb.c++/classes.exp: Run if HP compiler used, add extra
+       expect matches to handle output variations.
+       * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
+       * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
+       output, add HP alternatives for new and delete prints.
+       * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
+       gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
+       * gdb.c++/demangle.exp: Use $style when reporting failure.
+       * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
+       * gdb.c++/inherit.exp: Run if HP compiler used, add some
+       match alternatives.
+       * gdb.c++/local.exp: Add match alternatives or xfails for HP
+       compilers.
+       * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
+       * gdb.c++/method.exp: Add match alternatives.
+       * gdb.c++/misc.cc: Add bool types.
+       * gdb.c++/misc.exp: Add tests for bool types.
+       * gdb.c++/overload.exp: Add xfails.
+       * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
+       * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
+       add some more template parameter tests (only for HP currently).
+       * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
+       * gdb.c++/virtfunc.cc: Add return type and value for main.
+       * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
+       match alternatives.
+       
+1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/display.exp: Fix output of 'p/a &&j' test.
+
+1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * gdb.base/signals.exp: Don't expect getting a backtrace from
+       within a signal handler to fail on Linux.
+
+1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
+
+       From Jimmy Guo <guo@cup.hp.com> and others at HP:
+       * lib/gdb.exp: Remove some gratuitious semicolons.
+       (delete_breakpoints): Increase timeout.
+       (gdb_expect): Add -notransfer option.
+       (gdb_test): Use -notransfer option.
+       (get_compiler_info): Add f77 case.
+       (get_compiler): New proc, split out from gdb_preprocess, add f77
+       case.
+       (gdb_preprocess): Call get_compiler.
+
+       * gdb.base/Makefile.in (EXECUTABLES): Update the list.
+       * gdb.base/attach.exp, gdb.base/display.exp,
+       gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
+       gdb.base/long_long.exp, gdb.base/printcmds.exp,
+       gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
+       third arg to gdb_test.
+       * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
+       * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
+       HP-UX xfails, add others.
+       * gdb.base/completion.exp: Reflect name change of self-test.
+       * gdb.base/condbreak.exp, gdb.base/corefile.exp,
+       gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
+       gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
+       HP failure number.
+       * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
+       useless HP-UX 10.30 references.
+       * gdb.base/maint.exp: Loosen matches.
+       * gdb.base/pointers.c (main): Declare more_code.
+       * gdb.base/pointers.exp: Match on output of a `next'.
+       * gdb.base/structs.c: Add prototypes.
+       * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
+       * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
+
+1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
+       command.
+
+1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
+       Fix run to main failures. Watchpoint can be hardware watchpoint.
+       
+       * gdb.base/annota1.exp: Clean up some more, in case printf has 
+       debug info.  Deal with lack of signal hanlder info in stack.
+
+        From Jim Kingdon  <kingdon@redhat.com>:
+       * gdb.base/annota1.exp: If printf has debug info, deal with it.
+
+1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
+       gdb.base/foll-vfork.exp: Don't run for crosses.
+
+Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/configure.in: Check for gdbvars.exp instead of
+       a1-selftest.exp.
+       * gdb.base/configure: Re-generate.
+
+1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
+       in trying to run first and name is too long.
+
+       * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
+       pointers2.c and pointers2.exp, respectively.
+       * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
+       doschk happier.
+
+1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
+       callfuncs2.c and callfuncs2.exp.
+
+       * gdb.base/list.exp: Remove mistaken xfails.
+       * gdb.base/list0.h: Add optional prototypes.
+
+Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
+
+        * gdb.base/setvar.exp: Increase the time-out on tests indirectly
+       calling malloc.
+        * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
+        * ptype.exp: Move test for get_debug_format to before its first
+       use.
+
+1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
+       * gdb.base/annota2.cc, annota2.exp: Move from here.
+       * gdb.c++/annota2.cc, annota2.exp: To here.
+       * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
+
+Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
+       a consistent format.
+
+1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
+
+       From Jimmy Guo <guo@cup.hp.com> and others at HP:
+       * lib/gdb.exp (get_compiler_info): Add detection for assorted
+       HP compilers, also set the globals $true and $false.
+
+       * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
+       call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
+       coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
+       jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
+       long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
+       printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
+       scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
+       sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
+       solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
+       whatis.c} Add C++ compatible function definitions and return
+       types, add includes for library functions.
+       * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
+       * gdb.base/step-test.c (myglob): Rename from glob.
+       * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
+       foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
+       files, move here from gdb.hp.
+       * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
+       commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
+       ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
+       Adjust line numbers in regexps.
+
+       * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
+       miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
+       instead of 0/1.
+
+       * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
+       foll-vfork.exp: New files, move here from gdb.hp.
+       * gdb.base/page.exp: New file, test of pagination command.
+
+       * gdb.base/watchpoint.c (recurser): New function, for watchpoint
+       recursion test.
+       * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
+
+       * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
+       gdb.base/solib.exp: Fix compiler invocation process.
+
+       * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
+       HP-UX 11, turn off overload resolution explicitly.
+       * gdb.base/commands.exp: Set argument list explicitly, add
+       watchpoint test.
+       * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
+       them work.
+       * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
+       expressions properly.
+       * gdb.base/corefile.exp: Loosen the match slightly.
+       * gdb.base/default.exp: Allow "Error accessing memory" message
+       also.
+       * gdb.base/display.exp: Skip over x/0 j if PA64.
+       * gdb.base/funcargs.exp: Add xfails for HP-UX.
+       * gdb.base/interrupt.exp: Ditto.
+       * gdb.base/langs.exp: Add symbolic matches governed by compiler
+       in use.
+       * gdb.base/list.exp: Add xfails for HP-UX.
+       * gdb.base/long_long.exp: Refine some of the numeric matches.
+       * gdb.base/mips_pro.exp: Xfail on HP-UX.
+       * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
+       * gdb.base/nodebug.exp: Succeed on more varieties of output.
+       * gdb.base/opaque.exp: Remove some HP-UX xfails.
+       * gdb.base/ptype.exp: Succeed on more varieties of output.
+       * gdb.base/scope.exp: Add xfails for HP-UX.
+       * gdb.base/sect-cmd.exp: Add more cases.
+       * gdb.base/setvar.exp: Add xfails for HP-UX.
+       * gdb.base/shlib-call.exp: Loosen some matches slightly.
+       * gdb.base/signals.exp: Match on void symbolically.
+       * gdb.base/step-test.exp: Add case for PA64.
+       * gdb.base/term.exp: Add exit and restart.
+       * gdb.base/twice.exp: Clean up after self.
+       * gdb.base/varargs.exp: Disable overload resolution explicitly.
+       * gdb.base/whatis.exp: Allow more ways to pass tests.
+
+       * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
+       no longer useful.
+
+Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
+       list of patterns.
+       * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
+       print_double_array(double_array)", "continuing to breakpoint
+       1018", "print print_double_array(array_d)" and "continuing to
+       1034" tests.
+       
+1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+        * Makefile.in: Add empty html and install-html targets.
+
+1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config/mt-*: Remove, these haven't been used since 1996.
+
+1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/call-strs.c, gdb.base/ending-run.c,
+       gdb.base/step-test.c: Include stdlib.h and string.h as needed.
+       * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
+
+1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.c++/overload.exp: XFAIL everything if using G++, add a
+       simpler match case for the ptype of the big class.
+
+1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.exp: Fix test for gdb_prompt existence.
+
+1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.exp (gdb_test): Add fail after calls to perror.
+
+1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.exp (gdb_test): Accept variations of Undefined command messages.
+
+1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
+
+Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
+       malloc() is linked in.
+
+1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
+       step at end.
+
+       * gdb.base/annota1.exp: Increase match_max to prevent timeout.
+
+1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.java/jv-print.exp: New file.  (Our first Java test!)
+
+Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
+       * gdb.base/mips_pro.exp: Likewise.
+
+1999-06-02  Keith Seitz  <keiths@cygnus.com>
+
+       * gdb.c++/templates.cc: Change all "new" operators to throw
+       an exception.
+       * gdb.c++/cplusfuncs.cc: Likewise.
+
+       * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
+
+Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
+        * gdb.base/ending-run.exp: When stepping out of main, accept a
+        step into an arbitrary assembler file.
+
+1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/annota1.exp: Allow any number of "frames-invalid" and 
+       "breakpoint-invalid" to be printed.
+       * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any 
+       number of "frames-invalid" and "breakpoint-invalid" to be printed.
+       * gdb.base/annota2.cc: Initialize a.x to 0.
+
+1999-05-17  Keith Seitz  <keiths@cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
+       when "skip_float_tests" set.
+       Ditto for "print print_double_array(array_d)", "print print_small_structs",
+       "print print_ten_doubles", and "step into print_long_arg_list".
+       Don't assume we can step into "print_long_arg_list": we could step into memcpy.
+       * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
+       is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
+       * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
+       "skip_float_tests" is set.
+       * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
+       when "skip_float_tests" set.
+       
+1999-05-06  Keith Seitz  <keiths@cygnus.com>
+
+       * gdb.base/annota2.cc: Include stdio.h.
+
+Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/crossload.exp: Remove, this has been disabled ever
+       since BFD stopped including all targets, and cross-GDB gets
+       plenty of testing anyway.
+       * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
+       gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
+       gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
+       * gdb.base/README: Remove, was doc for this.
+       * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
+       needed.
+
+1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Fix one regular expression in test
+       output.
+
+       * gdb.base/annota1.exp: New file. Annotation level 2 tests.
+       * gdb.base/annota2.exp: New file. More annotation tests.
+       * gdb.base/annota1.c: New file. Source file for annota1.exp.
+       * gdb.base/annota2.cc: New file. Source file for annota2.exp.
+
+1999-04-23  Angela Marie Thomas <angela@cygnus.com>
+
+       * config/cfdbug.exp: New file.
+
+1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
+       Marcus Daniel's and Dale Hawkins's demangler crashes.
+
+       * gdb.c++/demangle.exp (test_gnu_style_demangling,
+       test_lucid_style_demangling, test_arm_style_demangling,
+       test_hp_style_demangling): Try Tom Tromey's core-dumping
+       identifier under each demangling style.
+
+1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.c++/demangle.exp: Include the current demangling style
+       in all test names.
+       (current_demangling_style): New global variable.
+       (set_demangling_style, test_demangling_core, test_demangling,
+       test_demangling_exact): New functions.
+       (test_gnu_style_demangling, test_lucid_style_demangling,
+       test_arm_style_demangling, test_hp_style_demangling): Use those,
+       instead of calling gdb_test and gdb_test_exact directly.
+       (catch_demangling_errors): New function, which reports errors
+       signalled by the demangling test functions in an orderly way.
+       (do_tests): Use catch_demangling_errors.
+
+1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.base/signals.exp (test_handle_all_print): Use () for
+       grouping in expressions, not {}.
+
+       * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
+       initialized yet.
+
+1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
+       are listed.
+
+1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.stabs/weird.exp: Test for CC being defined before
+       looking at its value.
+
+1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Remove stray '#'.
+       * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
+       "short int" and "long int".
+       * gdb.c++/overload.cc: Cast the string added in the previous
+       change, to mollify finicky HP compiler.
+       * gdb.hp/reg-test.exp (testfile): Fix file name.
+       * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
+       
+       * gdb.c++/misc.cc (main): Initialize obj_with_enum.
+       * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
+       alternate form of enum ptype.
+
+1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
+       * gdb.hp/*.exp: Change all to run compiler probe only after
+       passing skip_hp_tests, so as not to waste time on guaranteed
+       failure.
+
+       * gdb.c++/overload.cc: Pass string instead of char addr, always
+       init ccpfoo.
+       * gdb.c++/templates.cc: Fix syntax error.
+
+Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/commands.exp: Add test for correct position of '>'
+       when issuing the 'commands' command after a 'while' or 'if' 
+       command.
+
+1999-03-18  James Ingham  <jingham@cygnus.com>
+
+       * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
+
+       * gdb.c++/method.exp: It was testing an uninitialized int on the
+       stack and assuming it was positive.
+
+       * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
+
+       * gdb.base/step-test.exp: Catch a case where finish is broken and
+       keep it from killing the rest of the tests. 
+       Use gdb_continue_to_end.
+
+       * gdb.base/sigall.exp: use gdb_continue_to_end.
+
+       * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
+
+       * gdb.base/display.exp: use runto_main, not run.
+
+       * gdb.base/default.exp: Check for the current error message in the 
+       r abbreviation test.  
+       Add strongarm to the targets that know info float.
+
+       * gdb.base/condbreak.exp: Use the gdb_run command rather than just 
+       run which doesn't work with monitors.
+
+       * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
+
+       * gdb.base/break.exp: use the gdb_continue_to_end proc.
+
+       * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
+       program.  Traps the case (in Cygmon) when the program never really 
+       exits.  Same as Mark's continue_to_exit, but I had put it in a lot 
+       more places, so I used my name.  Sorry Mark...
+
+       * config/monitor.exp (gdb_target_monitor): added another
+       target_info parameter: remotebinarydownload.  This will set the
+       remotebinarydownload flag if this is causing some boards trouble.
+
+1999-03-18  Mark Salter  <msalter@cygnus.com>
+
+       * lib/gdb.exp (continue_to_exit): New function.
+
+       * gdb.base/ena-dis-br.exp: Clean up for remote targets.
+       * gdb.base/ending-run.exp: Ditto.
+       * gdb.base/step-test.exp: Ditto.
+
+1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
+       (suggested by Art Haas <ahaas@neosoft.com>).
+
+1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
+
+Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
+       descriptions of types (short unsigned int vs unsigned short, etc).
+
+1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.base/call-strs.exp: Don't assume that `step' will step over
+       a call to strlen; sometimes we do have sources.
+
+1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.base/call-ar-st.c (main): Terminate char_array with a null
+       character, so GDB won't print garbage after its end.
+       
+       * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
+       breakpoint there instead.  Sometimes GCC emits memcpy to handle
+       the large structures being passed by value, so we step into that
+       instead of sum_array_print, which obscures what we're really testing.
+       * gdb.base/step-test.exp: However, we do want a test that notices
+       the bizarre steps into memcpy, so do that here.  Add check for
+       stepping into function calls that pass large structures by value.
+       ("Is that a noun clause, or are you just happy to see me?")
+       Remove all references to specific line numbers.
+       * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
+       New type and function.
+       (main): Call large_struct_by_value, passing it a large struct by value.
+       * lib/gdb.exp (gdb_get_line_number): New function.
+
+       * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
+       more portable.
+
+1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * lib/gdb.exp: Doc fixes.
+
+1999-03-05  Nick Clifton  <nickc@cygnus.com>
+
+       * gdb.base/a2-run.exp: Add expected fails for strongarm-coff. 
+
+1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.base/display.exp: Don't exercise the "detach" and "kill"
+       commands.  They're not germane to this test, and they don't work
+       that way on remote targets.
+
+1999-02-25  Felix Lee  <flee@cygnus.com>
+
+       * lib/gdb.exp (debug_format): initialize
+
+1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * gdb.base/call-ar-st.c: Include string.h, not strings.h.
+       * gdb.base/call-rt-st.c: Ditto.
+
+1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.threads/pthreads.exp (horiz): New variable.
+       (test_startup): Fix regexps that capture thread numbers.
+
+1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * gdb.base/smoke.exp: Disambiguate two test case names (both
+       called ``print'').
+
+Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
+       compilation.
+
+1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * gdb.base/miscexprs.exp: Change patterns to match GDB's
+       actual output formatting.
+       * gdb.base/smoke.exp: GDB removes leading 0's.
+       * gdb.base/volatile.exp: Don't check type of remuneration;
+       that variable is no longer defined in constvars.c.
+       * gdb.base/step-test.c (main): Exit with explicit exit code.
+       * gdb.base/step-test.exp: Remove two nexti checks--they are
+       not portable.
+
+1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * gdb.base/help.exp ("help delete display"): Fix test to match
+       gdb's output.
+
+       * gdb.base/long_long.c (known_types): Initialize values to zero.
+       * gdb.base/long_long.exp: Step one more line
+       so 'dec' is initialized in "get to known place".  GDB removes
+        leading zeros.  Explicitly ask for hex formatting.  Use 
+        unique test case names.
+
+Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement. 
+
+       * gdb.c++/method.exp: Add missing close brace.
+
+1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.base/maint.exp: Use 'set height 0' to disable page
+       prompting, not 'set height 400'.
+
+       Fix a bunch of timeouts.
+       * gdb.base/maint.exp ("maint print objfiles"): Break this up into
+       four separate tests, so expect doesn't take forever to match a ton
+       of text against a regexp with lots of .* forms.
+       ("maint print psymbols", "maint print symbols"): Make some of
+       these greps more selective, so that expect doesn't try to wade
+       through huge piles of output and time out.
+
+       * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
+
+       * gdb.base/maint.exp ("maint info breakpoints"): Split into two
+       tests: one which doesn't expect shlib events to be reported, and
+       another which does, but is XFAIL for all platforms other than
+       HP/UX.
+
+       * gdb.base/break.exp: Teach the test suite that the `catch
+       fork', `catch vfork', and `catch exec' commands produce error
+       messages on platforms that don't provide these features.
+
+Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
+       so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
+       (shortening names from solib_threshold.exp etc), won't run on
+       anything but HP-UX for the foreseeable future.
+       * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
+       reflect move.
+
+Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/Makefile.in, gdb.c++/Makefile.in,
+       gdb.trace/Makefile.in (clean): Remove all test executables.
+
+Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
+
+       * gdb.base/shlib-call.exp: add test cases to verify that gdb
+       successfully re-sets breakpoints in shared libraries.
+       * gdb.base/shmain.c (main): return 0, don't fall off the end.
+
+Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform 
+       and compiled w/o GCC. 
+
+       * gdb.hp/watch-cmd.exp: ditto.
+
+       * gdb.hp/watch-hp.exp: ditto.
+
+       * gdb.hp/xdb1.exp: ditto.
+
+       * gdb.hp/xdb2.exp: ditto.
+
+       * gdb.hp/dbx.exp: ditto.
+
+Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * constvars.c: Remove C++-isms.
+       * constvars.exp: Use gdb_test everywhere, add xfails if compiled
+       with GCC.
+
+Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
+
+       The following changes are part of the HP merge.
+
+       * gdb.base/break.exp: new tests to verify that catchpoints for
+       fork, vfork, and exec don't trigger inappropriately.
+
+       * gdb.base/opaque.exp: compile one file at a time, then link.
+
+       * gdb.base/signals.exp: be more restrictive about which hppa
+       systems receive a setup_xfail.  new tests.
+
+       * gdb.base/solib_threshold.build: new file.
+       * gdb.base/solib_threshold.exp: new file.
+       * gdb.base/solib_threshold.link_opts: new file.
+       * gdb.base/solib_threshold.mk: new file.
+       * gdb.base/gen_solib_threshold.c: new file.
+
+       * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
+       tests.  New tests for enums inside classes.
+
+       * gdb.c++/compiler.cc: indicate support of template debugging.
+
+       * gdb.c++/demangle.exp: run hp style demangling tests.
+
+       * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
+       tests.
+
+       * gdb.c++/misc.cc: changes to support new tests.
+
+       * gdb.c++/templates.cc: changes to support HP's compiler; changes
+       to support new tests.
+
+       * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
+       gcc, then skip these tests.
+
+Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
+
+       The following files are part of the HP merge; some had longer
+       names at HP, but have been renamed to be no more than 14
+       characters in length.
+
+       * gdb.hp/ambiguous.cc: new file.
+       * gdb.hp/ambiguous.exp: new file.
+       * gdb.hp/attach.exp: new file.
+       * gdb.hp/attach2.exp: new file.
+       * gdb.hp/classes-hp.exp: new file.
+       * gdb.hp/ctti.exp: new file.
+       * gdb.hp/ctti-add.cc: new file.
+       * gdb.hp/ctti-add1.cc: new file.
+       * gdb.hp/ctti-add2.cc: new file.
+       * gdb.hp/ctti-add3.cc: new file.
+       * gdb.hp/dbx.exp: new file.
+       * gdb.hp/exception.cc: new file.
+       * gdb.hp/exception.exp: new file.
+       * gdb.hp/foll-exec.c: new file.
+       * gdb.hp/foll-exec.exp: new file.
+       * gdb.hp/foll-fork.c: new file.
+       * gdb.hp/foll-fork.exp: new file.
+       * gdb.hp/foll-vfork.c: new file.
+       * gdb.hp/foll-vfork.exp: new file.
+       * gdb.hp/inherit-hp.exp: new file.
+       * gdb.hp/more-steps.exp: new file.
+       * gdb.hp/namespace.cc: new file.
+       * gdb.hp/namespace.exp: new file.
+       * gdb.hp/optimize.exp: new file.
+       * gdb.hp/pxdb.c: new file.
+       * gdb.hp/pxdb.exp: new file.
+       * gdb.hp/quicksort.exp: new file.
+       * gdb.hp/reg-test.exp: new file.
+       * gdb.hp/reg-test.s: new file.
+       * gdb.hp/sized-enum.c: new file.
+       * gdb.hp/sized-enum.exp: new file.
+       * gdb.hp/start-stop.exp: new file.
+       * gdb.hp/templ-hp.cc: new file.
+       * gdb.hp/templ-hp.exp: new file.
+       * gdb.hp/thr-lib.c: new file.
+       * gdb.hp/thr-lib.exp: new file.
+       * gdb.hp/thr-lib.h: new file.
+       * gdb.hp/thr-liblib.c: new file.
+       * gdb.hp/virtfun-hp.c: new file.
+       * gdb.hp/virtfun-hp.exp: new file.
+       * gdb.hp/watch-cmd.exp: new file.
+       * gdb.hp/watch-hp.exp: new file.
+       * gdb.hp/xdb1.exp: new file.
+       * gdb.hp/xdb2.exp: new file.
+       * gdb.hp/xdb3.exp: new file.
+
+Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
+
+       The following files are part of the HP merge; some had longer
+       names at HP, but have been renamed to be no more than 14
+       characters in length.
+
+       * gdb.base/ss.h: new file.
+       * gdb.base/call-ar-st.c: new file.
+       * gdb.base/call-ar-st.exp: new file.
+       * gdb.base/call-rt-st.c: new file.
+       * gdb.base/call-rt-st-exp: new file.
+       * gdb.base/call-strs.exp: new file.
+       * gdb.base/ena-dis-br.exp: new file.
+       * gdb.base/environ.exp: new file.
+       * gdb.base/long_long.exp: new file.
+       * gdb.base/sect-cmd.exp: new file.
+       * gdb.base/shlib-cl2.exp: new file.
+       * gdb.base/smoke.exp: new file.
+       * gdb.base/so-impl-ld.c: new file.
+       * gdb.base/so-impl-ld.exp: new file.
+       * gdb.base/so-indr-cl.c: new file.
+       * gdb.base/so-indr-cl.exp: new file.
+       * gdb.base/varargs.exp: new file.
+       * gdb.base/volatile.exp: new file.
+       * gdb.base/whatis-exp.exp: new file.
+       * gdb.base/display.exp: new file.
+       * gdb.c++/derivation.exp: new file.
+       * gdb.c++/local.exp: new file.
+       * gdb.c++/member-ptr.exp: new file.
+       * gdb.c++/overload.exp: new file.
+       * gdb.c++/ovldbreak.exp: new file.
+       * gdb.c++/ref-types.exp: new file.
+       * gdb.c++/ref-types2.exp: new file.
+       * gdb.c++/userdef.exp: new file.
+       
+Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/default.exp: Reflect wording change in remote.c.
+
+Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * gdb.base/help.exp: Update to reflect current text.
+
 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
 
+       * gdb.c++/anon-union.cc: make foo and bar global, otherwise
+       they're stack variables and contain garbage.
+       * gdb.c++/anon-union.exp: new file.
+
        The following changes were made by David Taylor
        <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
        Edith Epstein <eepstein@cygnus.com> as part of a project to merge
@@ -17,7 +971,13 @@ Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
        * gdb.base/solib.exp: new file.
        * gdb.base/step-test.c: new file.
        * gdb.c++/anon-union.cc: new file.
-
+       * gdb.c++/local.cc: new file.
+       * gdb.c++/member-pointer.cc: new file.
+       * gdb.c++/method.cc: new file.
+       * gdb.c++/ref-types.cc: new file.
+       * gdb.c++/ref-types2.cc: new file.
+       * gdb.c++/userdef.cc: new file.
+       
        * gdb.base/scope.exp: compile one file at a time, then link.
        * gdb.base/langs.exp: ditto.
        * gdb.base/list.exp: ditto.
@@ -130,13 +1090,6 @@ Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
        * gdb.hp/xdb0.h: new file.
        * gdb.hp/xdb1.c: new file.
 
-start-sanitize-gdbtk
-Wed Dec 30 08:52:58 1998  Keith Seitz  <keiths@cygnus.com>
-
-       * gdb.gdbtk/{console.exp, browser.exp}: If no DISPLAY is set,
-       skip the tests.
-
-end-sanitize-gdbtk
 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
 
        The following change was made by Edith Epstein
@@ -201,12 +1154,6 @@ Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
        * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
        gdb.base/default.exp: Replace "exec" with "executable".
 
-1998-09-29  Keith Seitz  <keiths@cygnus.com>
-
-        * gdb.gdbtk/browser.test: Fix tests which incorrectly assume
-        that gdb knows _exactly_ which files belong to the user
-        and which come from libraries.
-
 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * gdb.base/default.exp: Change else if to elseif from previous
@@ -260,34 +1207,6 @@ Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
 
-start-sanitize-gdbtk
-Fri Jul 24 14:57:19 1998  Keith Seitz  <keiths@cygnus.com>
-
-       * gdb.gdbtk/Makefile.in: Add new example program "stack".
-       * gdb.gdbtk/browser.test,browser.exp: Add browser window
-         tests.
-       * gdb.gdbtk/stack1.c,stack2.c: Test case for browser window.
-       
-end-sanitize-gdbtk
-start-sanitize-am33
-Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
-
-       * gdb.disasm/am33.s: Add tests for autoincrement instructions.
-       * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
-       to use a0-a3/d0-d3 as needed.
-
-Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
-
-       * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
-       * gdb.disasm/am33.exp: Corresponding changes.
-
-end-sanitize-am33
-start-sanitize-cygnus-never
-Tue Jul 14 16:11:11 1998  Keith Seitz  <keiths@cygnus.com>
-
-       * configure.in: Fix sanitization start/end error.
-       * configure: Regenerate.
-end-sanitize-cygnus-never
 1998-07-11  Felix Lee  <flee@cygnus.com>
 
        * gdb.base/callfuncs.exp: add cmp10 test.
@@ -298,25 +1217,7 @@ Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
        * gdb.base/commands.exp: Break up infrun_breakpoint_command_test 
        into two parts to get around a synchronization problem in expect.
 
-start-sanitize-gdbtk
-Sun Jun 28 22:34:34 1998  Martin M. Hunt  <hunt@cygnus.com>
-
-       * gdb.gdbtk/simple.c (main): Make main return an
-       int so compiler will stop complaining.
-
-Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
-
-       * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
-
-       * configure.in: Add options for gdbtk testsuite.
-
-       * configure: Regenerate.
 
-       * gdb.gdbtk: New directory to hold gdbtk tests.
-
-       * gdb.gdbtk/console.{exp, test}: New console window tests.
-
-end-sanitize-gdbtk
 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
        * gdb.fortran/types.exp:  Escape brackets in expect patterns
@@ -324,26 +1225,12 @@ Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
        * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
        before run test.
 
-start-sanitize-am33
-Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
-
-       * am33.exp: Just compile, do not link the testcase.
-       * am33.s: Add ".am33" pseudoop to force am33 mode.
-
-end-sanitize-am33
 1998-06-25  Felix Lee  <flee@cygnus.com>
 
        * gdb.base/setshow.exp: make sure $pc is sane.
 
        * gdb.stabs/weird.exp: split expect patterns properly.
 
-start-sanitize-am33
-Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
-
-       * gdb.disasm/am33.s: New disassembler testfile for the am33.
-       * gdb.disasm/am33.exp: Run it.
-
-end-sanitize-am33
 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * gdb.base/funcargs.exp: simplify expect strings to ease pattern