This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-check_cross in repository toolchain/ci/binutils-gdb.
from 9e8dfa0523 Use /bin/sh as shebang in gdb/make-init-c adds fac3b6a2e0 Automatic date update in version.in adds 90d7916ac1 [gdb/testsuite] Add missing skip_tui_tests adds be36c6e337 [gdb/testsuite] Fix gdb.base/gold-gdb-index.exp adds 51d29b8cac objdump: add DWARF support for AIX adds 9cce9fab90 gas: default TC_VALIDATE_FIX_SUB to 0 adds 154b353f68 x86: Add int1 as one byte opcode 0xf1 adds 600ac5b461 Automatic date update in version.in adds e22be21285 [gdb/procfs.c] Fix build failure in find_stop_signal adds ff77083572 gdb: call post_create_inferior at end of follow_fork_inferior adds 3a849a3454 gdb: pass child_ptid and fork kind to target_ops::follow_fork adds dcd482c1b7 Avoid expression parsing crash with unknown language
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 7 + bfd/coff-rs6000.c | 26 +-- bfd/coffcode.h | 4 +- bfd/libxcoff.h | 5 +- bfd/version.h | 2 +- binutils/ChangeLog | 7 + binutils/dwarf.c | 90 +++++----- binutils/dwarf.h | 4 +- binutils/objdump.c | 14 +- gas/ChangeLog | 16 +- gas/config/tc-alpha.h | 5 + gas/config/tc-hppa.h | 4 + gas/config/tc-microblaze.h | 3 + gas/config/tc-ppc.c | 2 +- gas/config/tc-ppc.h | 6 +- gas/testsuite/gas/i386/opcode-intel.d | 1 + gas/testsuite/gas/i386/opcode-suffix.d | 1 + gas/testsuite/gas/i386/opcode.d | 1 + gas/testsuite/gas/i386/opcode.s | 2 + gas/testsuite/gas/i386/x86-64-opcode.d | 3 + gas/testsuite/gas/i386/x86-64-opcode.s | 4 + gas/write.c | 11 +- gdb/NEWS | 3 + gdb/doc/gdb.texinfo | 4 + gdb/fbsd-nat.c | 8 +- gdb/fbsd-nat.h | 2 +- gdb/infrun.c | 53 +++--- gdb/jit.c | 28 ++++ gdb/language.c | 4 +- gdb/linux-nat.c | 34 +--- gdb/linux-nat.h | 5 +- gdb/linux-thread-db.c | 2 +- gdb/obsd-nat.c | 8 +- gdb/obsd-nat.h | 2 +- gdb/procfs.c | 4 +- gdb/remote.c | 18 +- gdb/target-debug.h | 2 + gdb/target-delegates.c | 24 +-- gdb/target.c | 8 +- gdb/target.h | 15 +- gdb/testsuite/gdb.base/gold-gdb-index.exp | 2 +- .../{jit-elf-main.c => jit-elf-fork-main.c} | 29 +--- .../{jit-elf-solib.c => jit-elf-fork-solib.c} | 0 gdb/testsuite/gdb.base/jit-elf-fork.exp | 186 +++++++++++++++++++++ gdb/testsuite/gdb.base/langs.exp | 6 + gdb/testsuite/gdb.base/options.exp | 33 ++-- gdb/testsuite/gdb.python/tui-window-disabled.exp | 5 + gdb/testsuite/gdb.python/tui-window.exp | 5 + gdb/testsuite/lib/gdb.exp | 28 ++++ opcodes/i386-dis.c | 2 +- opcodes/i386-opc.tbl | 1 + opcodes/i386-tbl.h | 13 ++ 52 files changed, 527 insertions(+), 225 deletions(-) copy gdb/testsuite/gdb.base/{jit-elf-main.c => jit-elf-fork-main.c} (87%) copy gdb/testsuite/gdb.base/{jit-elf-solib.c => jit-elf-fork-solib.c} (100%) create mode 100644 gdb/testsuite/gdb.base/jit-elf-fork.exp