gdb: fix powerpc disassembly tests
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 9d7d748a3f33089e7efe2855d94ac7a0630d6923..2b1a8ba7eeb6a46fc2d2da4033c809100ae706a6 100644 (file)
@@ -1,3 +1,100 @@
+2020-02-03  Rogerio A. Cardoso  <rcardoso@linux.ibm.com>
+
+       * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
+       tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
+       bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
+       blttar, bnetarl.
+       * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
+       binary for blttar, bnetarl.
+       * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
+       wait instruction. Delete ldmx test.
+       * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
+
+2020-02-03  Alok Kumar Sharma  <AlokKumar.Sharma@amd.com>
+
+       * gdb.fortran/array-bounds-high.exp: New file.
+       * gdb.fortran/array-bounds-high.f90: New file.
+
+2020-02-03  Lukas Durfina  <ldurfina@tachyum.com>  (tiny change)
+
+       * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
+       Replace #include of <sys/fcntl.h> by <fcntl.h>.
+
+2020-02-01  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
+
+2020-01-31  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       PR tui/9765
+       * gdb.tui/tui-layout-asm-short-prog.S: New file.
+       * gdb.tui/tui-layout-asm-short-prog.exp: New file.
+
+2020-01-29  Luis Machado  <luis.machado@linaro.org>
+
+       * gdb.arch/aarch64-brk-patterns.c: New source file.
+       * gdb.arch/aarch64-brk-patterns.exp: New test.
+
+2020-01-29  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
+       GCC/Clang version.
+       * gdb.cp/pass-by-ref.exp: Ditto.
+
+2020-01-29  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
+       * gdb.threads/watchpoint-fork-mt.c: Same.
+       * gdb.threads/watchpoint-fork-parent.c: Same.
+       * gdb.threads/watchpoint-fork-st.c: Same.
+       * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
+
+2020-01-27  Luis Machado  <luis.machado@linaro.org>
+
+       * gdb.base/step-over-syscall.exp (setup): Check if we're already
+       sitting at a syscall instruction when we hit the syscall function's
+       breakpoint.
+       Check PC against one obtained with the x command.
+       Validate syscall number.
+       (step_over_syscall): Don't continue to the syscall instruction if
+       we're already there.
+
+2020-01-25  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.dwarf2/dw2-inline-many-frames.c: New file.
+       * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.dwarf2/dw2-inline-stepping.c: New file.
+       * gdb.dwarf2/dw2-inline-stepping.exp: New file.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/maint.exp: Update line table parsing test.
+       * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
+
+2020-01-24  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/25410
+       * gdb.multi/multi-re-run-1.c: New.
+       * gdb.multi/multi-re-run-2.c: New.
+       * gdb.multi/multi-re-run.exp: New.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       PR gdb/23718
+       * gdb.server/server-kill-python.exp: New file.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.server/multi-ui-errors.c: New file.
+       * gdb.server/multi-ui-errors.exp: New file.
+
 2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        PR tui/9765
This page took 0.032703 seconds and 4 git commands to generate.