This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 0a5e0a43cf Automatic date update in version.in new b049ce2d39 Remove unused constructor declaration from cli_style_option new 0b026263ea Remove can_highlight from TUI windows new cf57ad6d61 gdb_vecs.h: Avoid self move assign new 621377757c gdb: Convert frame_show_address to return a bool new eb2dd8df76 gdb: Add a class to track last display symtab and line information new 09ff83af3c gdb/python: smarter symbol lookup for gdb.lookup_static_symbol new 086baaf134 gdb/python: Introduce gdb.lookup_static_symbols new b7a3015b1a Automatic date update in version.in new 6f485ad416 PR24996, Gold fix for ternary operator within linker scripts new 4f5fc85d6c Arm64: fix build with old glibc new 91802f3cfe Arm64: SVE2's smaxp/sminp require operands 1 and 3 to be the [...] new fb092e09a2 Fix typo in vFile:pwrite documentation new 7b7b9424d3 Use getpwuid_r instead of getpwuid new c71acd153e Document operate-and-get-next new c86d74cc7d Document and extend readline-bindable functions new aa16be3993 Automatic date update in version.in new 75e5731b8f x86: introduce operand type "instance" new 474da251bf x86: eliminate ImmExt abuse new 51c8edf68b x86: fold EsSeg into IsString
The 19 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/version.h | 2 +- gas/ChangeLog | 41 + gas/config/tc-i386.c | 180 +- gas/testsuite/gas/aarch64/illegal-sve2.l | 2 + gas/testsuite/gas/aarch64/illegal-sve2.s | 2 + gas/testsuite/gas/i386/arch-13.d | 4 +- gas/testsuite/gas/i386/arch-13.s | 2 + gas/testsuite/gas/i386/mwaitx-reg.l | 84 +- gas/testsuite/gas/i386/svme.d | 10 + gas/testsuite/gas/i386/svme.s | 8 + gas/testsuite/gas/i386/x86-64-arch-3.d | 4 +- gas/testsuite/gas/i386/x86-64-arch-3.s | 2 + gas/testsuite/gas/i386/x86-64-mwaitx-reg.l | 180 +- gas/testsuite/gas/i386/x86-64-specific-reg.l | 330 +- gas/testsuite/gas/i386/x86-64-specific-reg.s | 5 - gdb/ChangeLog | 78 + gdb/Makefile.in | 1 + gdb/NEWS | 3 + gdb/cli/cli-style.h | 3 - gdb/doc/ChangeLog | 22 + gdb/doc/gdb.texinfo | 24 +- gdb/doc/python.texi | 44 + gdb/gdbsupport/gdb_vecs.h | 3 +- gdb/nat/linux-osdata.c | 5 +- gdb/python/py-symbol.c | 88 +- gdb/python/python-internal.h | 2 + gdb/python/python.c | 4 + gdb/stack.c | 168 +- gdb/stack.h | 34 +- gdb/testsuite/ChangeLog | 13 + .../scm-iterator.c => gdb.python/py-symbol-2.c} | 14 +- gdb/testsuite/gdb.python/py-symbol.c | 9 + gdb/testsuite/gdb.python/py-symbol.exp | 52 +- gdb/tui/tui-command.h | 1 - gdb/tui/tui-data.h | 3 - gdb/tui/tui-wingeneral.c | 6 +- gdb/tui/tui.c | 4 +- gdb/unittests/vec-utils-selftests.c | 66 + gold/ChangeLog | 7 + gold/expression.cc | 4 +- opcodes/ChangeLog | 62 + opcodes/aarch64-opc.c | 17 +- opcodes/aarch64-tbl.h | 4 +- opcodes/i386-gen.c | 65 +- opcodes/i386-init.h | 168 +- opcodes/i386-opc.h | 40 +- opcodes/i386-opc.tbl | 79 +- opcodes/i386-reg.tbl | 30 +- opcodes/i386-tbl.h | 28340 ++++++++++--------- 49 files changed, 15474 insertions(+), 14845 deletions(-) copy gdb/testsuite/{gdb.guile/scm-iterator.c => gdb.python/py-symbol-2.c} (83%) create mode 100644 gdb/unittests/vec-utils-selftests.c