* Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 348e5574188591f42651e780f86e1a6bc0d565d1..e02ff568a85282f2d0425908c0e6f5330cf18d3a 100644 (file)
@@ -1,5 +1,145 @@
+Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
+         executable is not in the tree and host != target, use sed and
+         program_transform_name to determine the gdb name used by the
+         target.
+
+       * configure.in, gdb.{base,c++,chill}/configure.in: changed so
+         *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
+
+Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
+       floats, chars, and shorts where there are ANSI-style function
+       definitions.
+
+       * gdb.base/langs.exp, gdb.base/langs*: New test.
+       * gdb.base/Makefile.in: Build it.
+       * TODO: Remove item about checking that C names don't get C++
+       demangling applied; this test tests it.
+
+Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
+       went with the const70 xfail.  The xfail went away a year ago.
+
+       * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
+
+       * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
+       for hp300.
+
+       * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
+
+       * gdb.base/a1-selftest.exp: Don't run on hp300.
+
+Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (site.exp): Set host_alias and target_alias as well
+       as host_triplet and target_triplet.
+
+Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
+
+       * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
+       places as other ecoff systems).
+
+       * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
+       ultrix.
+
+Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
+       remove them.
+       * gdb.base/nodebug.exp: Accept "function" in addition to "text
+       variable and "variable" in addition to "data variable".
+       * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
+
+       * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
+       2.
+       * gdb.base/list1.c (long_line): Add additional statement at start
+       of function.
+       * gdb.base/list.exp (test_forward_search): Update line number to
+       reflect new statement.
+
+Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/signals.exp:  Reinitialize searched source directories
+       after gdb_start call.
+
+Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.disasm/Makefile.in (clean): Delete "errs" file.
+       * gdb.stabs/Makefile.in: Likewise.
+
+       * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
+       change.  Instead split the tests into smaller pieces.
+       * gdb.disasm/hppa.s: Corresponding changes.
+
+Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
+       Quote ^C when passing it to stty.  For some shells ^ is a pipe.
+
+       * gdb.base/funcargs.exp: Modify many tests so that every test
+       either passes or fails.  Make some test names unique.
+
+Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
+       Call stty to set interrupt character.
+
+       * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
+       for HP assembler versus GNU assembler based on actual behavior of
+       $(CC), rather than assuming that $(AS) is always the GNU assembler.
+
+       * TODO: Suggest a few more stepping tests.
+
+Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/default.exp: xfail no-stack backtraces for h8300,
+       restart GDB for h8300 after a continue.
+       (return): Add pattern to match a29k-udi behavior.
+       * gdb.base/nodebug.exp: Remove obsolete comment.
+       * gdb.base/regs.exp: New file, testing of register displays.
+       * gdb.base/return.exp: Fix typo in reference to $objdir.
+       * gdb.base/whatis.exp: Always start with a fresh GDB.
+
+Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
+       higher, these tests generate a lot of output.
+
+Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
+       code following the catch silently ignored some errors; without the
+       catch they should be thrown like any other tcl error.  Also, the
+       catch used "" instead of {} which meant all the callers who wanted
+       to include one of the characters "[]$ had to quote it an extra time.
+       * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
+       ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
+       demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
+       Remove extra quoting.
+
+Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.base/commands.exp: Make test names unique; every test either
+       passes or fails.  Update some comments.
+
+       * gdb.disasm/hppa.exp (do_system_control_tests): Update.
+
 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       The following fixes a FAIL caused by the fact that the alpha stabs
+       configuration didn't use the ".if alpha" code in weird.def.
+       * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
+       bit pointer, so the 32 bit version works even on the alpha.
+       * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
+       Remove the stuff which allowed us to have separate versions for
+       alpha and everything else.
+
        * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
        regexp which "info func operator\[\](" is supposed to match.  Fix
        string to send to GDB.  Note that GDB still doesn't work right.  Add a
This page took 0.025162 seconds and 4 git commands to generate.