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-aarch64-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 642f545a93 Add new directive to GAS: .attach_to_group. adds 1eb6eb795f Include the x86-bsd-nat.h header and fix the NetBSD/i386 build adds e2a2a24a8e Preinitialize the sockaddr_un variable to zero adds 15397b0e05 Refactor the NetBSD amd64 gdbserver support adds 8b667faedf Add NetBSD/i386 gdbserver support adds 6ff330351e Remove the old sanity check of sigcontext offsets for NetBSD/i386 adds 064280be25 Fix the i386 build adds 71a74ee72d Automatic date update in version.in adds 048fde1ef4 DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx [...] adds 7026832e52 Allow note sections to be discarded when they are linked to [...] adds 7bd766ccd8 Fix the mve-vcvtne-it assembler test for the arm-*-pe targets. adds 3ee6f75d05 Fix spelling mistake in gdb/testsuite/README. new a7aba2668a gdb: remove arguments from inferior_created observable new 2554f6f564 gdb: give names to event loop file handlers new db20ebdfae gdb: give names to async event/signal handlers new ba98841943 gdb: move debug_prefixed_vprintf here new 6b01403b25 gdb: add debug prints in event loop new 18b67edc2c gdb: fix some inferior_created observer signatures
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 6 ++ bfd/elflink.c | 3 +- bfd/version.h | 2 +- gas/ChangeLog | 5 ++ gas/testsuite/gas/arm/mve-vcvtne-it.d | 3 +- gdb/ChangeLog | 85 ++++++++++++++++++ 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/dwarf2/macro.c | 71 ++++++++++++++- gdb/dwarf2/macro.h | 3 + gdb/dwarf2/read.c | 21 ++++- gdb/event-top.c | 67 +++++++++++++-- gdb/i386-bsd-nat.c | 6 +- gdb/i386-bsd-nat.h | 2 + gdb/i386-nbsd-tdep.c | 2 +- gdb/i386-tdep.h | 1 - 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/symfile-mem.c | 2 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/README | 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 | 38 ++++++++ gdbserver/Makefile.in | 1 + gdbserver/configure.srv | 6 ++ gdbserver/linux-low.cc | 3 +- gdbserver/netbsd-amd64-low.cc | 53 ++++++++---- gdbserver/netbsd-i386-low.cc | 157 ++++++++++++++++++++++++++++++++++ gdbserver/netbsd-low.cc | 13 ++- gdbserver/netbsd-low.h | 30 ++----- gdbserver/remote-utils.cc | 10 ++- gdbserver/server.cc | 15 ++++ gdbsupport/ChangeLog | 27 +++++- gdbsupport/agent.cc | 2 +- gdbsupport/common-debug.cc | 11 +++ gdbsupport/common-debug.h | 6 ++ gdbsupport/event-loop.cc | 60 +++++++++---- gdbsupport/event-loop.h | 54 +++++++++++- ld/ChangeLog | 7 ++ ld/testsuite/ld-elf/pr26681.d | 3 + ld/testsuite/ld-elf/pr26681.l | 5 ++ ld/testsuite/ld-elf/pr26681.s | 10 +++ 67 files changed, 797 insertions(+), 192 deletions(-) delete mode 100644 gdb/debug.h create mode 100644 gdbserver/netbsd-i386-low.cc create mode 100644 ld/testsuite/ld-elf/pr26681.d create mode 100644 ld/testsuite/ld-elf/pr26681.l create mode 100644 ld/testsuite/ld-elf/pr26681.s