2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 28b724cd1530e671632023b97c6fe18f9409cb36..7c20284e393e1656f0b64089d0b81c664297ca8f 100644 (file)
@@ -1,3 +1,425 @@
+2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/maint.exp: Add 'maint print architecture' item to output
+       of 'help maint print' command.
+
+Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
+       they use gdb_expect_list.
+
+Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/commands.exp: Use ``set remote
+       memory-read-packet-size'' instead of ``set endian big'' to test
+       long commands.
+
+2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
+
+       * gdb.c++/templates.exp (do_tests): Make all of these work under
+       g++, and stop skipping them. 
+
+       * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
+       work under g++.
+
+       * gdb.c++/misc.cc: Fix ambiguous initialization with correct 
+       initialization.
+
+2000-06-02  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/annota1.exp (run until main breakpoint): Loosen up
+       the regular expression: accept an (almost) arbitrary sequence of
+       "frames-invalid" and "breakpoints-invalid" messages both before
+       and after the "starting" message.
+
+2000-06-02  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.c++/local.exp: This test has never been known to work with g++.
+
+2000-05-18  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/annota1.exp (annotate-signal-handler-caller):
+       Relax the regular expression a little, make it pass on Solaris 8.
+
+2000-05-12  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
+       a call, do not require that gdb stop on the line after the call. 
+       Instead, it is permissible for gdb to stop on the line of the
+       call itself.
+
+2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
+
+       * gdb.base/break.exp (bp on small function, optimized file):
+       Add a second pass pattern.  The behavior differs here between stabs
+       and dwarf for one-line functions.  Stabs preserves two line symbols
+       (one before the prologue and one after) with the same line number,
+       but dwarf regards these as duplicates and discards one of them.
+       Therefore the address after the prologue (where the breakpoint is)
+       has no exactly matching line symbol, and GDB reports the breakpoint
+       as if it were in the middle of a line rather than at the beginning.
+
+2000-05-08  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/interrupt.exp: Make "pass" message say "send" 
+       rather than "send_gdb" (for consistancy).
+
+Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
+       * gdb.c++/templates.cc: Properly check for GCC version number.
+       * lib/compiler.cc: Likewise
+
+2000-04-28  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/break.exp: When compiled with -O2 optimization, 
+       gdb may not stop at the first line of main, due to code motion.
+
+2000-04-26  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
+       This test depends on parsing the printf output from the target.
+       Since the sparclet stub doesn't do stdio, this will never work.
+       * gdb.base/call-rt-st.exp: ditto.
+       * gdb.base/call-strs: ditto.
+
+2000-04-24  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/miscexprs.exp: make sizeof long array test portable.
+
+       * gdb.base/ending-run.exp: After connecting to a remote target,
+       but before running, the target will appear to be in a random
+       location.  Specify both a file and a line for breakpoints.
+       Also, the function that calls main may be called 'init'
+       rather than 'start'.
+
+2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/help.exp: Update output for add-symbol-file command.
+
+2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
+
+       From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+       * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
+
+2000-04-07  J.T. Conklin  <jtc@redback.com>
+
+       * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
+
+       * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
+
+Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
+
+       * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
+       values that can be represented exactly.
+       * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
+       above change, and to not check against the directory part of the source
+       file name.
+       (step into print_long_arg_list): Likewise.
+       (print print_small_structs from print_long_arg_list): Likewise.
+       (print print_long_arg_list): Likewise.
+
+2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
+
+Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
+
+2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
+
+       * gdb.base/commands.exp (deprecated_command_test): Add test for
+       deprecate with no arguments.
+
+2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+       * gdb.base/break.exp: Add new test for setting breakpoints on
+       optimized code so we can test breakpoints work even when function
+       prologues may be optimized away
+
+2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       From David Whedon <dwhedon@gordian.com>
+        * gdb.base/commands.exp : Added command deprecator tests.
+
+2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
+
+       * gdb.base/help.exp: Added test for new apropos command.
+
+2000-03-21  Kevin Buettner <kevinb@redhat.com>
+
+       * gdb.base/pointers.c (usevar): New function.
+       (main): Make sure that global variables v_int_pointer2, rptr,
+       and y are all referenced someplace in the program by calling
+       usevar() on them.  [Some linkers delete symbols which are
+       never referenced.  The space remains, but there's no way to
+       get a (symbolic) handle on the variable from the debugger.]
+
+2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/printcmds.c: Add typedeffed arrays.
+
+       * gdb.base/printcmds.exp (test_print_typedef_arrays): New
+       procedure to test arrays that are typedef'd.
+
+2000-03-13  James Ingham  <jingham@leda.cygnus.com>
+
+       * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
+       the library directories. 
+
+Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (configdirs): Add sub directory gdb.mi.
+       * configure: Re-generate.
+
+       * gdb.mi: New directory.
+       
+2000-02-25  Scott Bambrough <scottb@netwinder.org>
+
+       * gdb.base/long_long.exp: Correct test suite failure when printing
+       a long long value as a double on ARM platforms.
+
+2000-02-16  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/break.exp ("breakpoint line number"): Make sure the
+       default source file is set properly before running this test.
+
+2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
+       gdbtk/library directory, not in gdbtcl2.
+
+2000-02-04  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
+       backslash from regexp pattern.
+
+       * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
+       procedure.  Use it to run all the "continue to bp overloaded"
+       tests.  Note that this changes the names of the tests slightly.
+       If the breakpoint hit message includes a hex PC value, because
+       GCC's Dwarf 2 line info doesn't help us distinguish the prologue
+       from the real source code, still consider that a pass.
+
+       * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
+       XFAIL here if the breakpoint message contains a hex address.  Note
+       similar change on 1999-11-02.
+
+       * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
+
+       * gdb.base/ptype.exp: Establish a default source file before
+       calling get_debug_format.
+
+2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/watchpoint.exp: Remove duplication of test messages.
+
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/step-test.exp: Fix the steps to enter a callee by means
+       of successive stepi commands -- while in the prologue we should see
+       the function entry bracket.
+
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
+       reach __change_mode() when stepping through the end of main().
+
+2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/default.exp: Fix expected pattern.
+       * gdb.base/help.exp: Same.
+
+2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
+       Don't use xfail's because that affects only the following test.
+       
+       * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
+       solaris or linux.
+
+       * gdb.base/selftest.exp: Update to reflect changes to main.c.
+
+2000-01-07  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * gdb.base/display.exp: Some yacc parsers like to say 
+       "A syntax error" rather than "A parse error".  Accept both.
+
+2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/default.exp: Remove OS dependent string from "target
+       remote" test.
+       * gdb.base/help.exp: Same for "help target remote" test.
+
+2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       From Jim Kingdon <kingdon@redhat.com>:
+
+       * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
+       prompt (cleanup rather than necessity, but still might keep output
+       from spilling to next test).
+
+2000-01-02  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
+       AIX, which defines them in <sys/types.h>.
+
+1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/default.exp: Match arm* etc instead of arm in "info
+       float" test.
+
+1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
+
+       * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
+       outermost frame disallowed".
+
+1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/setvar.exp: New tests for setting the value of a struct
+       with a constant list.
+
+1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
+       require the user to type a cast before setting the value of a struct.
+
+1999-12-06  Jim Blandy  <jimb@cygnus.com>
+
+       * gdb.base/default.exp: Expect the new 'info float' command on
+       all i386 platforms.
+
+       * gdb.threads/linux-dp.exp: Expand our ability to recognize
+       LinuxThreads libraries that don't support debugging.
+
+Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/remote.c: Fill the buffer with truely random data.
+       Change the buffer type to ``unsigned char'' to simplify size
+       arithmetic.
+
+       * gdb.base/remote.exp: Reduce download numbers by one.  Typical
+       stub only handles 400-1 byte packets.  Verify that the download
+       worked.
+
+1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
+       tests, using UNRESOLVED for the untested cases.  Also, does not wait
+       for a timeout if the prompt was received before a recognizable pattern.
+
+1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * lib/gdb.exp (gdb_expect_list): Fix spelling.
+
+1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/watchpoint.exp: Add tests cases for the hit count of
+       watchpoints.
+
+1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
+
+       * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
+
+       * gdb.c++/local.exp: Be more flexible in recognizing local class
+       name mangling.  Don't allow horribly truncated method names.
+       * gdb.c++/derivation.exp: Expect protected inheritance.
+       * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
+       * gdb.c++/virtfunc.exp: Likewise.
+       * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
+       when printing a nested enum.
+
+1999-11-22  Jim Blandy  <jimb@cygnus.com>
+
+       * gdb.base/step-test.exp: Properly await GDB's response to setting
+       a breakpoint on the call to large_struct_by_value.
+
+       * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
+       just because we have debug info for the `start' function.
+
+1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
+
+       * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
+       "Unknown signal" messages, which indicate (on LinuxThreads) that
+       GDB doesn't know how to debug threads on this system.  This is
+       better than hanging while philosopher 0 dumps chatter into gdb.log.
+
+1999-11-18  Tom Tromey  <tromey@cygnus.com>
+
+       * gdb.trace/deltrace.exp: Updated test to reflect new error text.
+
+1999-11-18  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/coremaker2.c: Add sample program for generating
+       cores that is more self contained than coremaker.c.  Eventually
+       I'll add more code to this and tie it into the testsuite.
+
+1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/dollar.exp: Remove, now in gdb.hp.
+
+1999-11-10  Jimmy Guo  <guo@cup.hp.com>
+
+       * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
+       from $srcdir/lib/.
+       * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
+       and gdb.c++/.
+
+       * gdb.c++/derivation.exp: remove redundant get compiler info code.
+
+       * gdb.base/commands.exp: add '$gdb_prompt $' anchor to 
+       'continue with watch' test point.
+
+1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
+
+       Merged from p2linux-990323-branch:
+       
+       * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
+
+Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
+
+       * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
+       {limit,fixed}''.  Test ``set download-write-size''.
+
+Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/funcargs.exp: Rewrite stack traceback checks using
+       gdb_expect_list.
+
+Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
+
+1999-11-03  Mark Salter  <msalter@cygnus.com>
+
+       * gdb.base/break.exp: Fix "stub continue" pattern.
+
+1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
+
+1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gdb.base/display.exp ("finish"): Add timeout clause.
+
+       * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
+       plain prompt clause, so this doesn't have to time out in order to
+       fail.
+
+       * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
+       breakpoint hit messages include an address.
+
+       * gdb.base/display.exp: Don't forget to escape parens in regular
+       expressions.  Unix regexp notatation sucks.
+
+1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/annota1.exp: Test for annotate-signalled: change output
+       order for 'signalled' message.
+
 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
 
        From Jimmy Guo  <guo@cup.hp.com>:
@@ -21,7 +443,6 @@ Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
        attempt a start more than three times.  Check return value from
        gdb_load.
        
-       
 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
@@ -762,6 +1183,80 @@ Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
        commands.  They're not germane to this test, and they don't work
        that way on remote targets.
 
+1999-03-03  James Ingham  <jingham@cygnus.com>
+
+       * browser.test: Fixed up to match the new function browser.
+       This is not done yet...
+
+       * srcwin.test: Check for errors when the bbox is called for a text 
+       item that is not on screen (so bbox is "").  Return something more 
+       useful.
+
+1999-03-01  James Ingham  <jingham@cygnus.com>
+
+       * Changelog entries merged over from gdb development branch.
+
+       1999-01-12  Martin Hunt  <hunt@cygnus.com>
+
+              * gdb.gdbtk/srcwin.test: Add a bunch of tests for the source
+              window filename and function comboboxes.  Add in stack tests.
+
+       1999-01-11  Martin Hunt  <hunt@cygnus.com>
+
+              * gdb.gdbtk/srcwin.test: New file. Source Window tests.
+              * gdb.gdbtk/srcwin.exp: New file. Source Window tests.
+
+       Wed Jan  6 09:22:52 1999  Keith Seitz  <keiths@cygnus.com>
+
+              * gdb.gdbtk/c_variable.test (c_variable-1.9): Add new
+              test to check for creation of a variable that is really a type.
+              (c_variable-7.81): Use "output" instead of "print" to get PC.
+              Include missing bits of test.
+
+              * gdb.gdbtk/cpp_variable.test (cpp_variable-1.6): Default format
+              is now "natural", not "hexadecimal"
+              (cpp_variable-2.22): Ditto.
+              (cpp_variable-2.24): Force format to hex before getting value.
+
+              * gdb.gdbtk/cpp_variable.exp: Supply missing arg to gdbtk_analyze_results.
+
+       Tue Jan  5 12:40:52 1999  Keith Seitz  <keiths@cygnus.com>
+
+              * gdb.gdbtk/c_variable.c, c_variable.test, c_variable.exp: New C
+              language tests for variable object interface.
+
+              * gdb.gdbtk/cpp_variable.h, cpp_variable.cc, cpp_variable.test,
+              cpp_variable.exp: New C++ language tests for variable object
+              interface.
+
+              * gdb.gdbtk/Makefile.in (EXECUTABLES): Add c_variable and cpp_variable.
+
+       Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
+
+              * lib/gdb.exp (gdbtk_analyze_results): Generic function
+              for outputting results of test run.
+
+              * gdb.gdbtk/defs (gdbtk_test): Handle xpass and xfail.
+              (gdbtk_test_error): New proc which handles error aborts.
+
+              * gdb.gdbtk/console.exp: Use gdbtk_analyze_results.
+              Check if we have a valid DISPLAY before running.
+              * gdb.gdbtk/browser.exp: Ditto.
+
+       1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
+
+              * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
+              * gdb.gdbtk/browser.test: Change "manage open" to ManagedWin::open.
+              * gdb.gdbtk/console.test: Same.
+              * gdb.gdbtk/*: Update from devo.
+
+       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.
+
 1999-02-25  Felix Lee  <flee@cygnus.com>
 
        * lib/gdb.exp (debug_format): initialize
@@ -1269,6 +1764,17 @@ 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.
 
+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.
+
 1998-07-11  Felix Lee  <flee@cygnus.com>
 
        * gdb.base/callfuncs.exp: add cmp10 test.
@@ -1279,6 +1785,23 @@ 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.
 
+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.
+
 
 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
@@ -1287,12 +1810,22 @@ 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.
 
+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.
+
 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.
 
+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.
+
 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * gdb.base/funcargs.exp: simplify expect strings to ease pattern
This page took 0.050979 seconds and 4 git commands to generate.