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 8bbc5da5ee gas: Silence GCC 10 warning on tc-visium.c adds f687f5f563 S/390: z13: Accept vector alignment hints adds e3fed0f2fe tc-xgate.c: Replace R_XGATE_PCREL_X with BFD_RELOC_XGATE_PCREL_X adds 57b179405a ChangeLog entries for f687f5f563 adds 0db49895f3 Use = instead of == for better portability adds 0bc2354b81 Fix bugs in 'val and 'pos with range types adds 53a47a3e49 Handle indexing Ada arrays with enum indices adds e98d2e6da4 Ensure class_tui is listed in the output of "help" giving th [...] adds 3c73074034 gas: Adjust x86 tests for PECOFF adds 368584aa8c ld: Skip some x86 ifunc tests for lynxos and nto adds dbac035ca0 Automatic date update in version.in adds 25e1eca8fa Fix extraction of signed constants in nios2 disassembler (again). adds a6dbf402de ld: Add --warn-textrel and obsolete --warn-shared-textrel adds c2b750436a Fix some duplicate test names adds f8c6d1528c Fix PR 26000, logical bitwise error / prologue analyzer
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 8 ++ bfd/elflink.c | 10 +- bfd/elfxx-x86.c | 6 +- bfd/version.h | 2 +- gas/ChangeLog | 21 +++++ gas/config/tc-xgate.c | 8 +- gas/testsuite/gas/i386/align-branch-9.d | 2 +- gas/testsuite/gas/i386/inval-avx512f.l | 3 + gas/testsuite/gas/i386/inval-avx512f.s | 1 + gas/testsuite/gas/s390/zarch-z13.d | 12 ++- gas/testsuite/gas/s390/zarch-z13.s | 12 ++- gdb/ChangeLog | 37 ++++++++ gdb/ada-lang.c | 37 +++++--- gdb/ada-valprint.c | 40 ++------ gdb/arm-tdep.c | 2 +- gdb/cli/cli-cmds.c | 6 ++ gdb/command.h | 2 +- gdb/gdbtypes.c | 9 ++ gdb/language.c | 5 +- gdb/language.h | 10 +- gdb/testsuite/ChangeLog | 42 +++++++++ gdb/testsuite/Makefile.in | 4 +- gdb/testsuite/gdb.ada/arr_acc_idx_w_gap.exp | 7 ++ .../gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads | 6 +- .../arr_acc_idx_w_gap/enum_with_gap_main.adb | 1 + gdb/testsuite/gdb.arch/aarch64-sighandler-regs.exp | 67 +++++++------ gdb/testsuite/gdb.arch/aarch64-tagged-pointer.exp | 8 +- .../gdb.arch/arm-disassembler-options.exp | 2 +- gdb/testsuite/gdb.arch/arm-disp-step.exp | 39 ++++---- gdb/testsuite/gdb.arch/thumb-prologue.exp | 2 +- gdb/testsuite/gdb.base/async.exp | 6 +- gdb/testsuite/gdb.base/auxv.exp | 4 +- gdb/testsuite/gdb.base/complex-parts.exp | 36 ++++--- gdb/testsuite/gdb.base/ena-dis-br.exp | 57 ++++++++--- gdb/testsuite/gdb.base/foll-exec.exp | 33 ++++--- gdb/testsuite/gdb.base/permissions.exp | 59 ++++++------ gdb/testsuite/gdb.base/relocate.exp | 104 +++++++++++++-------- gdb/testsuite/gdb.base/return2.exp | 2 +- gdb/testsuite/gdb.base/sigbpt.exp | 8 +- gdb/testsuite/gdb.base/siginfo-obj.exp | 36 +++---- gdb/testsuite/gdb.cp/converts.exp | 60 +++++++----- gdb/testsuite/gdb.cp/exceptprint.exp | 24 +++-- gdb/testsuite/gdb.cp/inherit.exp | 11 ++- gdb/testsuite/gdb.cp/nsnoimports.exp | 44 +++++---- gdb/testsuite/gdb.cp/virtbase2.exp | 28 +++--- gdb/testsuite/gdb.mi/mi-var-cmd.exp | 28 +++--- gdb/testsuite/gdb.mi/var-cmd.c | 98 ++++++++++--------- gdb/valprint.c | 43 +++------ include/ChangeLog | 8 ++ include/bfdlink.h | 19 +++- ld/ChangeLog | 23 +++++ ld/NEWS | 3 + ld/emultempl/elf.em | 6 +- ld/ld.texi | 13 +-- ld/ldlex.h | 2 +- ld/lexsup.c | 36 +++++-- ld/testsuite/ld-elf/pr19539.d | 3 +- ld/testsuite/ld-i386/warn1.d | 2 +- ld/testsuite/ld-ifunc/ifunc-23a-x86.d | 1 + ld/testsuite/ld-ifunc/ifunc-24a-x86.d | 1 + ld/testsuite/ld-ifunc/ifunc-25a-x86.d | 1 + opcodes/ChangeLog | 13 +++ opcodes/nios2-dis.c | 26 ++++-- opcodes/s390-opc.txt | 19 ++-- 64 files changed, 805 insertions(+), 463 deletions(-)