]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
Fix testsuite regression by: Do not skip prologue for asm (.S) files
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 6009cdbe76cce2e15311904331727e1407da9ef3..4f94360f40eaa9b3aa64ceb256f3026d3a84b436 100644 (file)
@@ -1,3 +1,53 @@
+2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
+       (n at main): New.
+       * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
+
+2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
+       infcall tests instead of setting up for KFAIL.
+
+2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/record_goto-step.exp: New.
+
+2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR compile/18484
+       * gdb.compile/compile.c (struct struct_type): Add volatile to
+       selffield's type.
+       * gdb.compile/compile.exp
+       (compile code struct_object.selffield = &struct_object): Skip further
+       struct_object tests if this one xfails.
+
+2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
+
+       PR exp/18617
+       * gdb.trace/ax.exp: Add test.
+
+2015-07-07  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
+       instead of istarget "aarch64*-*-*".
+       * gdb.arch/aarch64-fp.exp: Likewise.
+       * gdb.base/float.exp: Likewise.
+       * gdb.reverse/aarch64.exp: Likewise.
+       * lib/gdb.exp (is_aarch64_target): New proc.
+
+2015-07-07  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdb.exp (is_aarch32_target): New proc.
+       * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
+       instead of "istarget "arm*-*-*"".
+       * gdb.arch/arm-disp-step.exp: Likewise.
+       * gdb.arch/thumb-bx-pc.exp: Likewise.
+       * gdb.arch/thumb-prologue.exp: Likewise.
+       * gdb.arch/thumb-singlestep.exp: Likewise.
+       * gdb.base/disp-step-syscall.exp: Likewise.
+       * gdb.base/float.exp: Likewise.
+
 2015-07-07  Yao Qi  <yao.qi@linaro.org>
 
        * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):