Remove SH3e sanitization.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index ca0cc82293e61c719e65348bc98ec797970d6379..2ce10cc9b5318cef230389c248ccdb13bfce02b7 100644 (file)
@@ -1,3 +1,525 @@
+Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
+       [] tests with "test" and enclose string in quotes.
+       * gdb.stabs/configure: Rebuild
+       
+Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/corefile.exp: When generating a core, discard any
+       error messages about ulimit not found and the "core dumped"
+       message from the shell that runs the coredumper.
+
+Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
+
+       * gdb.stabs/weird.exp: Use ${target_triplet} to determine
+       which sed script to run.  Expect failure for v_comb test
+       on PA targets too.
+       
+Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
+
+       * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
+       "print func2::coremaker_local" and for "backtrace in corefile.exp"
+
+Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
+
+       * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
+       * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
+       "sparc-sun-solaris*" xfails for "p v_comb".
+       * lib/gdb.exp (default_gdb_start): Fix typo.
+       * gdb.base/corefile.exp: Allow "Core was generated by ..."
+       messages to not include the full program name that caused
+       the core dump since some systems (such as solaris) apparently
+       truncate this path to about 80 characters.
+       When generating a core file first try increasing the core file
+       size limit to unlimited since some systems may default it to
+       zero, and it is harmless to try it.  Move the test for failing
+       to generate a core file to where it will actually get executed.
+       * gdb.c++/templates.exp (test_ptype_of_templates): Accept
+       new gdb result from g++ debug info improvements and make old
+       pattern obsolescent.  Also account for size_t differences
+       (may be int or long).
+       * gdb.base/a1-selftest.exp (test_with_self): Check for case where
+       initialization before function call is placed in the delay slot
+       and thus appears to be skipped over by commands such as "next".
+
+Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
+
+Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
+
+       * gdb.base/*.exp: Make ${srcfile} only be the basename of the
+       input source file; fix code to compile test to deal with this
+       convention.
+       * gdb.c++/*.exp: Likewise.
+
+Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
+       "bt in signals.exp".
+
+Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
+
+       * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
+       "step over execarg initialization" and
+       "step over corearg initialization".
+
+Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
+       with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
+
+Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
+
+       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.
+       
+Tue Nov 21 16:15:45 1995  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".
+
+Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
+       continuing from a job control stop signal.
+       * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
+
+Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
+       * gdb.base/corefile.exp: Likewise.
+       * gdb.base/funcargs.exp: Likewise.
+
+Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
+       * config/monitor.exp:  Add support for setting baud rate.
+
+Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
+       i*86-*-linux* xfails for "backtrace through signal handler".
+       * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
+       "print func2::coremaker_local".
+       * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
+       alpha-dec-osf2* xfail for
+       "delete all breakpoints when none".
+
+Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/break.exp: Change test that deletes all breakpoints
+       when no user breakpoints are installed.  A post 4.15 change
+       causes gdb to no longer prompt in this case.
+
+Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/return.exp (return_tests):  Change xfail for test
+       "correct value returned double test" to stop xfailing at
+       Solaris 2.5.  Apparently the bug has been fixed.
+
+Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
+       IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
+
+Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
+       * gdb.disasm/hppa.s: Corresponding changes.
+
+Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
+
+       * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
+       makefile fragment.
+       * config/mt-hpux: Deleted.
+
+Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
+
+       * Many files: When warning about suppressed tests due to a 
+       nonexistant test binary, avoid incrementing the warning count.
+
+Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
+       
+Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
+       "sparc-*-solaris2*".
+
+Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
+       Add global and local variables and initialize them.
+       * gdb.base/corefile.exp:  Test correct mapping of corefile sections
+       by printing variables. Remove rs6000 and powerpc xfails, BFD now
+       extracts the file name and terminating signal from the core file.
+       * TODO:  Remove note about tests for correct mapping of corefile.
+       * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
+       from optimizing it away.
+       * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
+       handles common blocks.
+
+Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
+       * gdb.disasm/sh3.exp (fmac): Corresponding changes.
+
+Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (maintainer-clean): New target, synonym for
+       realclean.
+       * gdb.base/Makefile.in (maintainer-clean): Likewise.
+       * gdb.c++/Makefile.in (maintainer-clean): Likewise.
+       * gdb.chill/Makefile.in (maintainer-clean): Likewise.
+       * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
+       * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
+       * gdb.threads/Makefile.in (maintainer-clean): Likewise.
+
+Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
+       xfails when not gcc compiled for "print foo::funclocal".
+       (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
+       "print foo::funclocal at foo",
+       "print 'scope1.c'::foo::funclocal at foo",
+       "print foo::funclocal_bss at foo",
+       "print 'scope1.c'::foo::funclocal_bss at foo",
+       "print foo::funclocal_ro at foo",
+       "print 'scope1.c'::foo::funclocal_ro at foo",
+       "print bar::funclocal at foo" and
+       "print 'scope1.c'::bar::funclocal at foo".
+       (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
+       gcc compiled for "print foo::funclocal at bar".
+       Expand all messages to ensure that they identify that
+       the test is at bar().
+       * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
+       gcc compiled for:
+       "ptype on opaque struct pointer (statically)",
+       "ptype on opaque struct tagname (statically)",
+       "ptype on opaque struct pointer (dynamically) 1",
+       "ptype on opaque struct tagname (dynamically) 1",
+       "ptype on opaque struct pointer (dynamically) 2" and
+       "ptype on opaque struct tagname (dynamically) 2
+       * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
+       gcc compiled for:
+       "p datalocal"
+       "whatis datalocal",
+       "ptype datalocal",
+       "p bsslocal",
+       "whatis bsslocal", and
+       "ptype bsslocal".
+       * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
+       "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
+       when not gcc compiled.
+       * gdb.base/funcargs.exp (float_and_integral_args):  Add
+       "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
+       compiled.
+       (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
+       "backtrace from call6a" when not gcc compiled.
+       (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
+       "backtrace from call7a" when not gcc compiled.
+       * gdb.base/callfuncs.exp (do_function_calls):
+       Add "hppa*-*-hpux*" xfail when not gcc compiled for
+       "p t_char_array_values(char_array_val2,char_array_val1)",
+       "p t_char_array_values(char_array_val1,char_array_val2)",
+       "p t_char_array_values("carray 1","carray 2")",
+       "p t_char_array_values("carray 1",char_array_val2)",
+       "p t_char_array_values(char_array_val1,"carray 2")",
+       "p sum_args(1,{2})",
+       "p sum_args(2,{2,3})",
+       "p sum_args(3,{2,3,4})",
+       "p sum_args(4,{2,3,4,5})"
+       * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
+       "backtrace in corefile.exp" when not gcc compiled.
+
+Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/signals.exp:  Rewrite `handle all print' test as
+       a procedure. Accept blanks or TABs as whitespace, increase
+       timeout and expect input buffer size for the large output
+       from the command. Remove "i*86-*-bsdi2.0" xfail.
+
+Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/setvar.exp:  Add new testcases for truncation when
+       assigning invalid values to bitfields.
+
+Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/callfuncs.exp (do_function_calls):  Remove 
+       mips-sgi-irix* xfail for
+       "call inferior func with struct - returns char *"
+       and fix test so that an optional (unsigned char *) cast is
+       accepted in the result.
+
+Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/funcargs.exp (float_and_integral_args):  Remove
+       sparc-sun-solaris2* xfail for "print f1 after run to call2a".
+       * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
+       * gdb.base/signals.exp: Remove duplicate "handle all print" test
+       that accidentally got checked in.
+
+Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2* 
+       clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
+       compiled test.
+       * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
+       Add mips-sgi-irix5* xfail for not gcc compiled.
+       * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
+       * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
+       "p top", "whatis top", "p middle", and "whatis middle".
+       * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
+       "whatis signed char" for not gcc compiled.
+       * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
+       "set variable signed char=-1 (-1)" and
+       "set variable signed char=0xFF (0xFF)" for not gcc compiled.
+       * gdb.base/funcargs.exp (float_and_integral_args):
+       Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
+       Add mips-sgi-irix* xfail when not gcc compiled for
+       "continue to call2b".
+       Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
+       "continue to call2g".
+       (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
+       "backtrace from call6a"
+       (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
+       "backtrace from call7k".
+       Add mips-sgi-irix5* xfail when not gcc compiled for
+       "backtrace from call7a".
+       (localvars_after_alloca):  Fix gdb_test cmds for
+       "print * after runto ...".
+       Remove rs6000-*-* xfails for
+       "print i after runto localvars_after_alloca" and
+       "print l after runto localvars_after_alloca"
+       for all compilers.
+       * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
+       when not compiled with gcc, for:
+       "print signed char == (minus)",
+       "print signed char != (minus)",
+       "print signed char < (minus)",
+       "print signed char > (minus)".
+       * gdb.base/callfuncs.exp (do_function_calls):
+       Add mips-sgi-irix* xfail, when compiled with native compiler, for
+       "call inferior func with struct - returns char *".
+       * gdb.base/return.exp (return_tests): Change xfail for 
+       "correct value returned double test" to include Solaris 2.4.
+       * gdb.base/funcargs.exp (float_and_integral_args):
+       Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
+       
+Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
+       enumeration bitfields if compiling with GNU C.
+       * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
+       to empty' prompt.
+
+Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
+       test for PRO targets.
+
+       * gdb.base/funcargs.exp: Avoid ever setting more than 8
+       breakpoints in the inferior at any given time by making
+       two groups of breakpoints for call2*, call6* and call7*
+       tests.
+
+Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
+       * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
+       from optimizing it away.
+       * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
+       "call inferior func with struct".
+
+Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * configure.in: Only configure gdb.chill for particular targets.
+
+Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/Makefile.in:  Add action to .c.o transformation
+       rule that generates a .ci file for each .o file and remove
+       explicit .c.o rules except for callfuncs.o.
+       * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
+       generates a .ci file for each .o file and remove explicit
+       .cc.o rules.
+       (clean): Remove *.tmp *.ci files.
+       (EXECUTABLES): Remove templ-info.exp.
+       * gdb.base/compiler.c: New file.
+       * gdb.c++/compiler.cc: New file
+       * gdb.base/scope.exp: Source gdb.base/scope.ci.
+       Change rs6000-*-* xfail for
+       "print 'scope0.c'::filelocal_ro" and
+       "print 'scope1.c'::filelocal" and
+       "print 'scope1.c'::filelocal_bss" and
+       "print 'scope1.c'::filelocal_ro" and
+       "print 'scope1.c'::foo::funclocal" and
+       "print 'scope1.c'::foo::funclocal_ro" and
+       "print 'scope1.c'::bar::funclocal" and
+       "print 'scope0.c'::filelocal_ro" and
+       "print 'scope1.c'::filelocal at foo" and
+       "print 'scope1.c'::filelocal_bss at foo" and
+       "print 'scope1.c'::filelocal_ro at foo" and
+       "print 'scope1.c'::foo::funclocal at foo" and
+       "print 'scope1.c'::foo::funclocal_bss at foo" and
+       "print 'scope1.c'::foo::funclocal_ro at foo" and
+       "print 'scope1.c'::bar::funclocal at foo" and
+       "print 'scope0.c'::filelocal_ro" and
+       "print 'scope1.c'::filelocal" and
+       "print 'scope1.c'::filelocal_bss" and
+       "print 'scope1.c'::filelocal_ro" and
+       "print 'scope1.c'::foo::funclocal" and
+       "print 'scope1.c'::foo::funclocal_bss" and
+       "print 'scope1.c'::foo::funclocal_ro" and
+       "print 'scope1.c'::bar::funclocal" and
+       "print 'scope1.c'::bar::funclocal_bss"
+       to only be xfail'd when not compiled with gcc.
+       Add rs6000-*-* xfail for 
+       "print 'scope0.c'::filelocal_bss before run"
+       when compiled with gcc.
+       (test_at_main): Add rs6000-*-* xfail for
+       "print filelocal_ro in test_at_main"
+       when compiled with gcc.
+       * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
+       Add rs6000-*-aix* xfail for 
+       "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
+       "ptype t_char_array",  not compiled with gcc.
+       * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
+       xfail for "list foo (in include file)" when gcc compiled.
+       * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
+       (integral_args): Add rs6000-*-* xfail for
+       "run to call0a" if not compiled with gcc.
+       (unsigned_integral_args): Add rs6000-*-* xfail for
+       "run to call1a" if not compiled with gcc.
+       (float_and_integral_args):  Add rs6000-*-* xfail for
+       "run to call2a" if not compiled with gcc and for
+       "continue to call2b" for any compiler.
+       Add rs6000-*-* xfail to
+       "print f1 after run to call2a" for gcc compiled.
+       (discard_and_shuffle): Add rs6000-*-* xfail for
+       "run to call6a".
+       (shuffle_round_robin): Add rs6000-*-* xfail for
+       "backtrace from call7a" if not compiled with gcc.
+       Add rs6000-*-* xfail for
+       "backtrace from call7b" if compiled with gcc.
+       (call_after_alloca): Add rs6000-*-* xfail for
+       "print c in call_after_alloca" and
+       "print s in call_after_alloca" and
+       "backtrace from call_after_alloca_subr"
+       if not compiled with gcc.
+       (localvars_in_indirect_call): Add rs6000-*-* xfail for
+       "print c in localvars_in_indirect_call" and
+       "print c in localvars_in_indirect_call" and
+       "backtrace in indirectly called function" and
+       "stepping into indirectly called function"
+       if not compiled with gcc.
+       (localvars_after_alloca): Add rs6000-*-* xfail for
+       "print c after runto localvars_after_alloca" and
+       "print s after runto localvars_after_alloca" and
+       "print i after runto localvars_after_alloca" and
+       "print l after runto localvars_after_alloca"
+       for all compilers.
+       * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
+       than whatis-info.exp.
+       * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
+       than opaque-info.exp.
+       Setup rs6000-*-* xfail for
+       "ptype on opaque struct pointer (statically)" and 
+       "ptype on opaque struct pointer (dynamically)" when
+       not compiled with gcc.
+       * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
+       rather than callf-info.exp.
+       (do_function_calls):  Add clear_xfail for rs6000-*-* for
+       "p t_float_values2(3.14159,float_val2)".  Seems to work
+       fine there, both with xlc and gcc.  Need to find out what
+       it is doing right and fix other platforms.
+       * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
+       "call inferior func with struct - returns int",
+       "call inferior func with struct - returns long",
+       "call inferior func with struct - returns float",
+       "call inferior func with struct - returns double",
+       "call inferior func with struct - returns char *",
+       but only if not gcc compiled (presumes xlc compiled).
+       Change rs6000-*-* xfails for
+       "call inferior func with struct - returns char" and
+       " call inferior func with struct -  returns short" to only
+       xfail if not using gcc.
+       (clean mostlyclean):  Remove *.ci and *.tmp files.
+       * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
+       than templ-info.exp.
+       * gdb.base/langs.exp:  Source gdb.base/langs.ci.
+       Add rs6000-*-* xfail for "up to foo in langs.exp"
+       "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
+       when not gcc compiled.
+       
+Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
+
+       * gdb.base/callfuncs.exp: Add xfails for the powerpc.
+       * gdb.base/corefile.exp: Likewise.
+       * gdb.base/list.exp: Likewise.
+       * gdb.base/scope.exp: Likewise.
+       * gdb.base/siganls.exp: Likewise.
+
+       * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
+       compiler output.
+       * gdb.base/whatis.exp: Likewise.
+
+start-sanitize-sh3e
+Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
+       failure (opcode table has been fixed to match reality).
+
+end-sanitize-sh3e
+Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
+       "call inferior func with struct - returns char",
+       "call inferior func with struct - returns short"
+
+       * gdb.base/scope.exp: Remove rs6000-*-* xfails for
+       "print 'scope0.c'::filelocal at main",
+       "print 'scope0.c'::filelocal_bss in test_at_main",
+       "print 'scope0.c'::filelocal at foo",
+       "print 'scope0.c'::filelocal_bss in test_at_foo",
+       "print 'scope0.c'::filelocal at bar",
+       "print 'scope0.c'::filelocal_bss in test_at_bar"
+       
+       * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
+       in source file 1".  This bug seems to have been fixed with both
+       gcc and native cc (was native assembler bug?).
+
 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
 
        * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
@@ -190,7 +712,7 @@ Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
        * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
        cases.
 
-Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@rtl.cygnus.com)
+Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
 
        * configure.in (configdirs):  Remove gdb.chill from default list
        of subdirs and then add it back in only if doing a native build.
This page took 0.028813 seconds and 4 git commands to generate.