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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 568cbddc71 gold: Convert x86-64 GOTPCRELX only if addend == -4 adds 632ee6fd82 x86: Do not dump DS/CS segment overrides for branch hints adds 96fb90861a Don't delete the locator win info adds 9f1212394f Fix Value.format_string docu for static members argument adds 4bccc875d2 gold: Add endbr64 to IBT TLSDESC PLT entry adds b7bbf3c81a Automatic date update in version.in adds 1cd49c43f3 Remove some dead code from evaluate_subexp_standard adds 88b91969e1 Remove per-language op_name functions adds 59404f827c [gdb] Don't return non-existing path in debuginfod_source_query adds 61049d1ee5 [gdb/testsuite] Fix minimal encodings KPASSes adds 7ce05d212d [gdb/symtab] Fix gdb.base/vla-optimized-out.exp with clang adds c18d491fbd Revert accidental empty commits adds 15eb8c2d92 ld: Xfail PR ld/26936 test if not supported
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 9 ++++ gas/testsuite/gas/i386/branch.d | 12 ++++++ gas/testsuite/gas/i386/branch.s | 4 ++ gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/ilp32/x86-64-branch.d | 2 + gas/testsuite/gas/i386/x86-64-branch.d | 2 + gas/testsuite/gas/i386/x86-64-branch.s | 4 ++ gdb/ChangeLog | 38 +++++++++++++++++ gdb/ada-lang.c | 24 ----------- gdb/ax-gdb.c | 2 +- gdb/c-lang.c | 1 - gdb/doc/ChangeLog | 5 +++ gdb/doc/python.texi | 2 +- gdb/dwarf2/loc.c | 13 ++++-- gdb/eval.c | 64 +++------------------------- gdb/expprint.c | 23 +++------- gdb/expression.h | 2 +- gdb/f-lang.c | 19 --------- gdb/m2-lang.c | 1 - gdb/opencl-lang.c | 1 - gdb/parse.c | 1 - gdb/parser-defs.h | 8 ---- gdb/rust-lang.c | 17 -------- gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/gdb.dwarf2/count.exp | 4 -- gdb/tui/tui-layout.c | 4 +- gold/ChangeLog | 7 +++ gold/x86_64.cc | 12 +++--- ld/ChangeLog | 6 +++ ld/testsuite/ld-elf/pr26936.d | 7 +++ opcodes/ChangeLog | 5 +++ opcodes/i386-dis.c | 13 +++++- 33 files changed, 152 insertions(+), 168 deletions(-) create mode 100644 gas/testsuite/gas/i386/branch.d create mode 100644 gas/testsuite/gas/i386/branch.s