This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 07e9e57ca6 Automatic date update in version.in adds 5530c021ce Fix procfs.c compilation adds add0eb9d6e Accept the + character as part of filenames for MRI scripts. adds b653576623 gdb: test vfork + follow-fork-mode=parent + detach-on-fork=off adds 6e6e87de92 gdb/testsuite: update copyright years in gdb.base/vfork-foll [...] adds 4f5539f026 gdb/infrun: add reason parameter to stop_all_threads adds fa8a0804b8 * gdb/top.c (print_gdb_configuration): Announce --enable-threading. adds 025f768ffc aarch64: Relax check for RNG system registers adds 29d210012a gdb: fix use of fprintf_filtered in top.c adds 7820b634f7 gdb/testsuite/tui: implement _csi_P proc adds 20471e00e2 gdbserver/linux: set lwp !stopped when failing to resume adds 5a0c4a06eb gdb/linux-nat: remove check based on current_inferior in lin [...] adds 0653f01479 gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml adds 49a82d50c0 Remove dbx mode adds 59f837cb11 gdb: initialize ctf_context::builder in create_partial_symtab adds d7abb2c4bd Automatic date update in version.in adds 8839e3f3b0 Style URLs in GDB output adds 8458fb44b4 gdb/ctf: don't create a buildsym_compunit when building part [...] adds af7047e858 gdb: print compunit_symtab name in "maint info symtabs" adds 89ab947e7f gdb/ctf: pass partial symtab's filename to buildsym_compunit adds 801a7eab11 x86: Remove bfd_arch_l1om and bfd_arch_k1om
No new revisions were added by this update.
Summary of changes: bfd/Makefile.am | 4 - bfd/Makefile.in | 6 - bfd/archures.c | 10 - bfd/bfd-in2.h | 6 - bfd/config.bfd | 42 +-- bfd/configure | 4 - bfd/configure.ac | 4 - bfd/cpu-k1om.c | 37 --- bfd/cpu-l1om.c | 36 --- bfd/elf64-x86-64.c | 94 +------ bfd/targets.c | 11 - bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/arlex.l | 2 +- gas/testsuite/gas/aarch64/rng-1.d | 10 + gas/testsuite/gas/aarch64/rng-1.s | 3 + gdb/NEWS | 2 + gdb/amd64-linux-tdep.c | 6 +- gdb/arch/amd64.c | 6 +- gdb/arch/i386.c | 4 +- gdb/breakpoint.c | 99 ------- gdb/cli/cli-cmds.c | 6 +- gdb/ctfread.c | 23 +- gdb/debuginfod-support.c | 25 +- gdb/defs.h | 3 - gdb/doc/gdb.texinfo | 5 +- gdb/exec.c | 7 +- gdb/features/Makefile | 3 +- gdb/features/i386/64bit-pkeys.c | 14 - gdb/features/i386/64bit-pkeys.xml | 13 - gdb/features/i386/{32bit-pkeys.c => pkeys.c} | 4 +- gdb/features/i386/{32bit-pkeys.xml => pkeys.xml} | 0 gdb/infcmd.c | 2 +- gdb/infrun.c | 52 ++-- gdb/infrun.h | 11 +- gdb/linux-nat.c | 17 +- gdb/main.c | 12 +- gdb/printcmd.c | 12 - gdb/procfs.c | 1 + gdb/remote.c | 2 +- gdb/source.c | 3 - gdb/stack.c | 23 -- gdb/symmisc.c | 1 + gdb/symtab.c | 11 - gdb/testsuite/gdb.base/dbx.exp | 308 --------------------- gdb/testsuite/gdb.base/style.exp | 5 +- gdb/testsuite/gdb.base/vfork-follow-parent.c | 34 +++ gdb/testsuite/gdb.base/vfork-follow-parent.exp | 78 ++++++ .../gdb.threads/vfork-multi-inferior-sleep.c | 25 ++ gdb/testsuite/gdb.threads/vfork-multi-inferior.c | 55 ++++ gdb/testsuite/gdb.threads/vfork-multi-inferior.exp | 115 ++++++++ gdb/testsuite/gdb.tui/tuiterm.exp | 29 ++ gdb/testsuite/lib/tuiterm.exp | 27 ++ gdb/top.c | 24 +- gdb/utils.c | 5 +- gdbserver/linux-low.cc | 20 +- opcodes/aarch64-opc.c | 2 +- opcodes/configure | 2 +- opcodes/configure.ac | 2 +- opcodes/disassemble.c | 2 - 60 files changed, 527 insertions(+), 848 deletions(-) delete mode 100644 bfd/cpu-k1om.c delete mode 100644 bfd/cpu-l1om.c create mode 100644 gas/testsuite/gas/aarch64/rng-1.d create mode 100644 gas/testsuite/gas/aarch64/rng-1.s delete mode 100644 gdb/features/i386/64bit-pkeys.c delete mode 100644 gdb/features/i386/64bit-pkeys.xml rename gdb/features/i386/{32bit-pkeys.c => pkeys.c} (74%) rename gdb/features/i386/{32bit-pkeys.xml => pkeys.xml} (100%) delete mode 100644 gdb/testsuite/gdb.base/dbx.exp create mode 100644 gdb/testsuite/gdb.base/vfork-follow-parent.c create mode 100644 gdb/testsuite/gdb.base/vfork-follow-parent.exp create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-inferior-sleep.c create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-inferior.c create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-inferior.exp