This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 3ee6f75d05 Fix spelling mistake in gdb/testsuite/README. adds a7aba2668a gdb: remove arguments from inferior_created observable adds 2554f6f564 gdb: give names to event loop file handlers adds db20ebdfae gdb: give names to async event/signal handlers adds ba98841943 gdb: move debug_prefixed_vprintf here adds 6b01403b25 gdb: add debug prints in event loop adds 18b67edc2c gdb: fix some inferior_created observer signatures adds 42c36b7366 arm: add support for Cortex-A78 and Cortex-A78AE adds d551991310 Unconditionally use REG_EXTENDED adds 1fa1262d5a Automatic date update in version.in adds b3a3496f83 x86: Update register operand check for AddrPrefixOpReg
No new revisions were added by this update.
Summary of changes: bfd/cpu-arm.c | 2 + bfd/version.h | 2 +- gas/ChangeLog | 29 ++++++++++++ gas/NEWS | 2 + gas/config/tc-arm.c | 6 +++ gas/config/tc-i386.c | 14 +++--- gas/doc/c-arm.texi | 2 + gas/testsuite/gas/arm/cpu-cortex-a78.d | 6 +++ gas/testsuite/gas/arm/cpu-cortex-a78ae.d | 6 +++ gas/testsuite/gas/i386/enqcmd-16bit.d | 21 +++++++++ gas/testsuite/gas/i386/enqcmd-16bit.s | 4 ++ gas/testsuite/gas/i386/enqcmd-intel.d | 26 +++++++---- gas/testsuite/gas/i386/enqcmd.d | 26 +++++++---- gas/testsuite/gas/i386/enqcmd.s | 8 ++++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/movdir-16bit.d | 21 +++++++++ gas/testsuite/gas/i386/movdir-16bit.s | 4 ++ gas/testsuite/gas/i386/movdir-intel.d | 27 +++++------ gas/testsuite/gas/i386/movdir.d | 27 +++++------ gas/testsuite/gas/i386/movdir.s | 11 ++--- gas/testsuite/gas/i386/x86-64-enqcmd-intel.d | 8 ++++ gas/testsuite/gas/i386/x86-64-enqcmd.d | 8 ++++ gas/testsuite/gas/i386/x86-64-enqcmd.s | 8 ++++ gas/testsuite/gas/i386/x86-64-movdir-intel.d | 4 ++ gas/testsuite/gas/i386/x86-64-movdir.d | 4 ++ gas/testsuite/gas/i386/x86-64-movdir.s | 4 ++ gdb/ChangeLog | 67 ++++++++++++++++++++++++++++ gdb/aix-thread.c | 2 +- gdb/async-event.c | 49 ++++++++++++++++---- gdb/async-event.h | 15 +++++-- gdb/bsd-uthread.c | 2 +- gdb/corelow.c | 2 +- gdb/debug.c | 13 +----- gdb/debug.h | 32 ------------- gdb/dummy-frame.c | 2 +- gdb/event-top.c | 67 ++++++++++++++++++++++++---- gdb/infcmd.c | 8 ++-- gdb/inferior.h | 2 +- gdb/infrun.c | 7 +-- gdb/jit.c | 2 +- gdb/linux-nat.c | 5 ++- gdb/linux-thread-db.c | 2 +- gdb/m68k-linux-tdep.c | 2 +- gdb/observable.h | 3 +- gdb/procfs.c | 9 ---- gdb/ravenscar-thread.c | 2 +- gdb/record-btrace.c | 2 +- gdb/record-full.c | 2 +- gdb/remote-notif.c | 2 +- gdb/remote.c | 3 +- gdb/run-on-main-thread.c | 3 +- gdb/ser-base.c | 6 +-- gdb/skip.c | 10 +---- gdb/symfile-mem.c | 2 +- gdb/top.c | 4 ++ gdb/top.h | 3 ++ gdb/tracectf.c | 2 +- gdb/tracefile-tfile.c | 2 +- gdb/tui/tui-io.c | 2 +- gdb/tui/tui-win.c | 3 +- gdbserver/ChangeLog | 15 +++++++ gdbserver/linux-low.cc | 3 +- gdbserver/remote-utils.cc | 10 +++-- gdbserver/server.cc | 15 +++++++ gdbsupport/ChangeLog | 22 +++++++++ gdbsupport/common-debug.cc | 11 +++++ gdbsupport/common-debug.h | 6 +++ gdbsupport/event-loop.cc | 60 ++++++++++++++++++------- gdbsupport/event-loop.h | 54 +++++++++++++++++++++- 69 files changed, 619 insertions(+), 198 deletions(-) create mode 100644 gas/testsuite/gas/arm/cpu-cortex-a78.d create mode 100644 gas/testsuite/gas/arm/cpu-cortex-a78ae.d create mode 100644 gas/testsuite/gas/i386/enqcmd-16bit.d create mode 100644 gas/testsuite/gas/i386/enqcmd-16bit.s create mode 100644 gas/testsuite/gas/i386/movdir-16bit.d create mode 100644 gas/testsuite/gas/i386/movdir-16bit.s delete mode 100644 gdb/debug.h