This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 9476b583cb [gdb/testsuite] Use $srcfile in DW_AT_name for CU adds 7d72802bfc [gdb/testsuite] Don't use default form in Dwarf::_guess_form adds 72d813f35e ld: Set plug_opt only if compiler is available adds c1df719408 Automatic date update in version.in adds 3c67532c05 Document the GDB 10.1 release in gdb/ChangeLog adds 92a048fd3b gdbserver: re-generate configure adds 4690795539 Automatic date update in version.in adds 0c70050a4b asan: alpha-vms: buffer overflow adds a0ff652f4c gdb: add inferior parameter to inferior_created observable adds 3f66685e9e gdb: pass inferior to check_pid_namespace_match adds 324956617c gdb: make jit.c use the inferior_created inferior parameter adds c75e31a1ec gdb: use inferior parameter in add_vsyscall_page adds 02855c3a54 Automatic date update in version.in adds 006811bc02 gdb: move ptrace.m4 to gdbsupport adds 069ef16480 Change avxvnni disassembler output from {vex3} to {vex} adds 039dac293d CSKY: Fix and add some instructions for VDSPV1. adds 9d1ccf22fd CSKY: Add version flag in eflag and fix bug in disassembling [...] adds eae61d61e9 CSKY: Change plsl.u16 to plsl.16. adds 1b03c32c3b CSKY: Change default linker script for elf toolchain. adds 2e58f3923e C-SKY: Fix the literal dump of big vector constant. adds 7e300b8612 Update gas/ChangeLog of last commit adds 1612c4bbcb [gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S adds 93cf38c095 Invoke the linker's error handling script with the keyword " [...] adds ae9d2233e6 gas: Clear all auto-assigned file slots adds 55c3ad8801 [gdb/testsuite] Prevent pagination in GDB_INTERNALFLAGS adds d744f0f965 gdb::handle_eintr, remove need to specify return type adds 6390859caa Don't inherit range-type signed-ness from underlying type adds 1c47ec3ee8 [gdb/symtab] Read CU base address for enqueued CU adds b324727682 Fix some minor bugs in test suite command logging adds e7f8dd4a14 ld: Pass -fno-lto in ld-elfweak/elfweak.exp adds afeee87bdc Automatic date update in version.in adds b5fa468fef gdb/breakpoint: disable a bp location if condition is invali [...] adds 733d554a46 gdb/breakpoint: add flags to 'condition' and 'break' command [...] adds 61eb46a4fb [gdb/symtab] Use early continue in find_pc_sect_compunit_symtab adds bd24c5d65b [gdb/testsuite] Fix section matching in find_pc_sect_compuni [...] adds b1d4d8d128 gdb/breakpoint: use gdb::option for the '-force' flag adds 5eb9e3f517 gdb: remove unused includes in xtensa-tdep.c adds 7f40ce1a9e gdb: remove unused includes in m32c-tdep.c adds bcd213b2cf Fix the decoding of DW_FORM_ref_addr DWARF attribute. adds 27e5e547c7 Fix seg-fault when running the ld testsuite for the hppa64-l [...] adds 0bf21fbd79 Add skip_fortran_tests to two Fortran testcases adds 934a176407 Fix gdb.python/py-format-string.exp with Clang adds 06db6ec3d9 [gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with -readnow adds 5868da034f [gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnow adds 297e9a75f2 [gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.exp adds b448cca522 [gdb/testsuite] Fix gdb.base/multi-forks.exp timeout with -readnow
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 11 + bfd/elf64-hppa.c | 2 +- bfd/version.h | 2 +- bfd/vms-misc.c | 7 +- binutils/ChangeLog | 27 + binutils/dwarf.c | 585 ++++++++++++++++----- gas/ChangeLog | 38 ++ gas/config/tc-csky.c | 17 +- gas/dwarf2dbg.c | 24 +- gas/testsuite/gas/csky/csky_vdsp.d | 54 +- gas/testsuite/gas/csky/enhance_dsp.d | 2 +- gas/testsuite/gas/csky/enhance_dsp.s | 2 +- gas/testsuite/gas/i386/avx-vnni.d | 32 +- gas/testsuite/gas/i386/dwarf4-line-1.d | 50 ++ gas/testsuite/gas/i386/dwarf4-line-1.s | 14 + gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/x86-64-avx-vnni.d | 32 +- gdb/ChangeLog | 130 +++++ gdb/NEWS | 22 + gdb/acinclude.m4 | 2 +- gdb/ada-lang.c | 2 +- gdb/aix-thread.c | 2 +- gdb/breakpoint.c | 340 +++++++++--- gdb/breakpoint.h | 12 +- gdb/bsd-uthread.c | 2 +- gdb/doc/ChangeLog | 12 + gdb/doc/gdb.texinfo | 70 +++ gdb/dummy-frame.c | 2 +- gdb/dwarf2/read.c | 2 + gdb/gdbtypes.c | 17 +- gdb/guile/scm-breakpoint.c | 2 +- gdb/infcmd.c | 2 +- gdb/infrun.c | 2 +- gdb/jit.c | 27 +- gdb/jit.h | 3 +- gdb/linespec.c | 18 +- gdb/linux-thread-db.c | 8 +- gdb/m32c-tdep.c | 8 - gdb/m68k-linux-tdep.c | 2 +- gdb/nat/linux-waitpid.c | 11 +- gdb/observable.h | 2 +- gdb/python/py-breakpoint.c | 2 +- gdb/ravenscar-thread.c | 2 +- gdb/symfile-mem.c | 5 +- gdb/symtab.c | 86 +-- gdb/testsuite/ChangeLog | 84 +++ gdb/testsuite/gdb.ada/unsigned_range.exp | 32 ++ gdb/testsuite/gdb.ada/unsigned_range/foo.adb | 39 ++ gdb/testsuite/gdb.ada/unsigned_range/pack.adb | 23 + gdb/testsuite/gdb.ada/unsigned_range/pack.ads | 19 + gdb/testsuite/gdb.base/condbreak-multi-context.cc | 54 ++ gdb/testsuite/gdb.base/condbreak-multi-context.exp | 255 +++++++++ gdb/testsuite/gdb.base/condbreak.exp | 8 + gdb/testsuite/gdb.base/list-ambiguous-readnow.exp | 22 + gdb/testsuite/gdb.base/maint.exp | 25 +- gdb/testsuite/gdb.base/multi-forks.exp | 58 +- gdb/testsuite/gdb.cp/psymtab-parameter.exp | 7 +- .../gdb.dwarf2/dw2-objfile-overlap-inner.S | 3 + .../gdb.dwarf2/dw2-objfile-overlap-outer.S | 3 + gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp | 112 ++++ gdb/testsuite/gdb.linespec/cpcompletion.exp | 12 +- gdb/testsuite/gdb.linespec/explicit.exp | 1 + gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 2 + gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 6 +- gdb/testsuite/gdb.python/py-format-string.exp | 4 +- gdb/testsuite/lib/completion-support.exp | 2 +- gdb/testsuite/lib/dwarf.exp | 35 +- gdb/testsuite/lib/gdb.exp | 14 +- gdb/testsuite/lib/mi-support.exp | 6 + gdb/xtensa-tdep.c | 9 - gdbserver/ChangeLog | 15 + gdbserver/acinclude.m4 | 2 +- gdbserver/config.in | 2 +- gdbserver/configure | 16 +- gdbserver/netbsd-low.cc | 10 +- gdbsupport/ChangeLog | 13 + gdbsupport/Makefile.in | 2 +- gdbsupport/acinclude.m4 | 2 +- gdbsupport/eintr.h | 26 +- {gdb => gdbsupport}/ptrace.m4 | 0 include/ChangeLog | 6 + include/opcode/csky.h | 5 + ld/ChangeLog | 27 + ld/emulparams/cskyelf.sh | 27 +- ld/emulparams/cskyelf_linux.sh | 36 +- ld/ld.texi | 6 +- ld/ldmain.c | 2 +- ld/testsuite/config/default.exp | 26 +- ld/testsuite/ld-csky/data.d | 12 +- ld/testsuite/ld-csky/hilo16.d | 4 +- ld/testsuite/ld-elfweak/elfweak.exp | 15 +- opcodes/ChangeLog | 16 + opcodes/csky-dis.c | 19 +- opcodes/csky-opc.h | 245 +++++++-- opcodes/i386-dis.c | 1 - 95 files changed, 2534 insertions(+), 531 deletions(-) create mode 100644 gas/testsuite/gas/i386/dwarf4-line-1.d create mode 100644 gas/testsuite/gas/i386/dwarf4-line-1.s create mode 100644 gdb/testsuite/gdb.ada/unsigned_range.exp create mode 100644 gdb/testsuite/gdb.ada/unsigned_range/foo.adb create mode 100644 gdb/testsuite/gdb.ada/unsigned_range/pack.adb create mode 100644 gdb/testsuite/gdb.ada/unsigned_range/pack.ads create mode 100644 gdb/testsuite/gdb.base/condbreak-multi-context.cc create mode 100644 gdb/testsuite/gdb.base/condbreak-multi-context.exp create mode 100644 gdb/testsuite/gdb.base/list-ambiguous-readnow.exp create mode 100644 gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp rename {gdb => gdbsupport}/ptrace.m4 (100%)