X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=9f826a6290a72f77428fbe6ff1b9dbb78c8c142c;hb=94cb3754118669d46c8ad87c986d8d9c59fac65a;hp=96dfffc65cbd59a82467d142935bd377a6a40c25;hpb=5862c886a2af3f7b0ac14e95d7733ccb4183ce62;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 96dfffc65c..9f826a6290 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,52 @@ +2019-10-21 Tom de Vries + + * gdb.base/infcall-nested-structs.c: Add + __attribute__((noinline,noclone)) to all functions. + (call_all): Add missing variable initialization. Simplify return value. + (breakpt): Increment volatile variable, to prevent call from being + optimized out. + * gdb.base/infcall-nested-structs.exp: Compile with -O2. + +2019-10-17 Tom de Vries + + * gdb.fortran/module.exp: Allow info variables to print info for files + other than module.f90. + +2019-10-16 Andrew Burgess + + * gdb.fortran/module.exp: Extend with 'info variables' test. + +2019-10-16 Andrew Burgess + + * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and + F77_FOR_TARGET. + +2019-10-16 Tom de Vries + + PR tdep/25096 + * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs. + +2019-10-16 Tom de Vries + + PR tdep/24104 + * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104. + Add KFAIL for PR tdep/25096. + +2019-10-16 Tom de Vries + + PR testsuite/25059 + * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541. + +2019-10-16 Tom de Vries + + * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed + as signed. + +2019-10-14 Simon Marchi + + * gdb.mi/list-thread-groups-available.exp: Read entries one by + one instead of increasing timeout. + 2019-10-13 Tom de Vries PR record/25038 @@ -1000,6 +1049,7 @@ 2019-06-27 Tom Tromey + PR c++/20020: * gdb.cp/constexpr-field.exp: Use setup_xfail. 2019-06-26 Tom de Vries @@ -1869,6 +1919,7 @@ 2019-03-22 Alan Hayward + PR testsuite/25016 * README: Add pie options. * gdb.base/break-interp.exp: Ensure pie is disabled. * gdb.base/dump.exp: Likewise.