* ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Check the selected
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index c4d0887c98934546c82297bf2c119e772e4735a2..2f3a5d7c7c31bab638c804de22b7f8f46dc6ef86 100644 (file)
@@ -1,3 +1,284 @@
+2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
+       Test "set powerpc vector-abi".  Skip auto-detection tests for old
+       toolchains.
+
+2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
+       with [string compare].
+
+2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
+       * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
+
+2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
+
+       * gdb.opt/clobbered-registers-O2.c: New testcase source file.
+       * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
+       * gdb.opt/Makefile.in: New makefile.
+       * Makefile.in: Create new directory "gdb.opt".
+       * configure.ac: Add "gdb.opt" directory.
+       * configure: Regenerated.
+                       
+2007-10-25  Doug Evans  <dje@google.com>
+
+       * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
+       * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
+
+2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com> 
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
+       Floating Point expressions.
+       * gdb.base/dfp-test.exp: new file adding tests for Decimal
+       Floating Point variables.
+       * gdb.base/dfp-test.c: new file containing program with Decimal
+       Floating variables, used by gdb.base/dfp-test.exp.
+
+2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
+
+2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
+       compiling test case with GCC.
+       * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
+
+2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
+       format changes.
+
+2007-10-18  Michael Snyder  <msnyder@specifix.com>
+
+       * gdb.base/dbx.exp: Add missing "-re " operator.
+
+2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
+
+       * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
+       * configure.ac: Removed trailing spaces after backslash.
+       * gdb.modula2: New directory.
+       * gdb.modula2/Makefile.in: New file.
+       * gdb.modula2/unbounded-array.exp: New file.
+       * gdb.modula2/unbounded1.c: New file.
+
+2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.xml/tdesc-regs.exp: Add PowerPC support.
+
+2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.base/sigstep.c (main): Add checks for
+       return values for setitimer call.
+       Call setitimer again with itimer = ITIMER_REAL
+       if first call to setitimer fails.
+
+2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
+
+       * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
+       of $timeout.
+
+2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.server/server-run.exp: Test for dynamic linker symbols.
+
+2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * lib/gdb.exp (gdb_run_cmd): Move comment outside
+       of gdb_expect call, to avoid interruption.
+
+2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * gdb.base/whatis.c (v_long_long, v_signed_long_long)
+       (v_unsigned_long_long, v_long_long_array)
+       (v_signed_long_long_array, v_unsigned_long_long_array)
+       (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
+       (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
+       [!NO_LONG_LONG]: New.
+       (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
+       v_long_long_member.
+
+       (v_long_long_func, v_signed_long_long_func)
+       (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
+       (main) [!NO_LONG_LONG]: Initialize long long variants.
+
+       * gdb.base/whatis.exp: If board file requests no_long_long, build
+       test with NO_LONG_LONG defined.  Test long long, signed long long,
+       and unsigned long long variants but only if board file doesn't
+       disable it.
+
+2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+            Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
+       * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
+       * configure: Regenerated.
+       * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
+       gdb.pascal/types.exp, lib/pascal.exp: New files.
+
+2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/classes.exp (do_tests): Always step to the line after the
+       call.
+       * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
+       to return to the call.
+       * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
+       * gdb.mi/mi-return.exp (test_return_simple): Likewise.
+       * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
+       * gdb.mi/mi-until.exp (test_until): Likewise.
+       * gdb.mi/mi2-until.exp (test_until): Likewise.
+
+2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
+       two-char array.
+       * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
+
+2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/watchthreads.c (thread_function): Sleep between
+       iterations.
+       * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
+       at once for S/390.  Generate matching fails and passes.
+
+2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/var-cmd.c (do_children_tests): Initialize
+       the 'struct_declarations' variable to zeros.
+       
+2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.cp/mb-ctor.cc: New.
+       * gdb.cp/mb-ctor.exp: New.
+       * gdb.cp/mb-templates.cc: New.
+       * gdb.cp/mb-templates.exp: New.
+
+2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
+
+2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
+       targets.
+       * configure: Regenerate.
+
+2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
+       
+       * gdb.base/annota1.exp: Adjust for 'info break'
+       format changes.
+       * gdb.base/annota3.exp: Likewise.
+       * gdb.base/break.exp: Likewise.
+       * gdb.base/condbreak.exp: Likewise.
+       * gdb.base/pending.exp: Likewise.
+       * gdb.base/sepdebug.exp: Likewise.
+       * gdb.base/unload.exp: Likewise.
+       * gdb.base/ovldbreak.exp: Likewise.
+       
+2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
+       messages.
+       * gdb.base/chng-syms.exp: Likewise.
+       * gdb.base/unload.exp: Likewise.
+               
+2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
+
+2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * schedlock.c (NUM): Change to 1.
+       (main): Use args[0] for the main thread.
+       * schedlock.exp: Only expect two threads.  Only issue one pass or fail
+       regardless of the number of threads.
+
+2007-09-14  Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
+       type down.
+       (test_watchpoint_triggering): XFAIL the sw watchpoint scope
+       test.
+       * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
+       watchpoint type down.
+       (test_watchpoint_triggering): XFAIL the sw watchpoint scope
+       test.
+
+2007-09-14  Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
+       Move all the tests here and run them twice, once using software
+       watchpoints and once using hardware watchpoints.
+       * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
+
+2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
+       test.
+
+2007-09-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * lib/gdb.exp (build_id_debug_filename_get): Improve check for
+       build-id.
+
+       * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
+       know about $ORIGIN.  Calculate output dir from $dest instead of
+       using ${objdir}/{$subdir}.
+
+2007-09-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
+       gcore, before continuing with the test.
+
+2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
+       * gdb.mi/mi-watch.exp: Likewise.
+
+2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
+           Jim Blandy  <jimb@codesourcery.com>
+
+       * gdb.arch/i386-sse.exp: Do not expect character constants.
+       * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
+       * gdb.base/display.exp: Allow print/s.
+       * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
+       and unsigned char array changes.
+
+2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/display.exp: Add tests for printf %p.
+
+2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
+       the dll name to unicode.
+
+2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/default.exp (show version): Update the version text.
+       * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
+
+2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
+       New files.
+
+2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp (build_id_debug_filename_get): New function.
+       * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
+       Remove the generate DEBUG file for the future testcase runs.
+       New testcase for the NT_GNU_BUILD_ID retrieval.
+       Move the final testing step to ...
+       (test_different_dir): ... a new function.
+       New parameter XFAIL to XFAIL all the tests performed.
+       New parameter TEST_DIFFERENT_DIR parametrizing the directory.
+       New parameter TYPE to PF_PREFIX all the tests performed.
+
 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
 
        * gdb.mi/mi-var-cp.cc (path_expression): New
This page took 0.033407 seconds and 4 git commands to generate.