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-O2 in repository toolchain/ci/binutils-gdb.
from 82f06518c4 [gdb/NEWS] Fix typos adds 981f151804 bfin: Skip non SEC_ALLOC section adds 8a4ba3a142 bfin: Initialize picrel to silence GCC warning adds f1919c56e1 gas: avoid GCC 10 warning stringop-overflow in tc-bpf.c adds 982a38f60b gdb/python: Avoid use after free in py-tui.c adds 940dace9cf Revert "gdb/python: Avoid use after free in py-tui.c" adds 62b5b3d836 Automatic date update in version.in adds 070558eb0d ld -plugin options when plugins are disabled adds 1fc47f8089 Re: PR13802, referred common symbol not UNDefined adds 87c69f9732 Rename PowerPC64 pcrel GOT TLS relocations adds 1424c35d07 Power10 tidies adds 90c14f0c3a ELF: Add target_os to elf_link_hash_table/elf_backend_data adds 20955c7cb8 Automatic date update in version.in adds bcab203d31 Remove is_vxworks from _bfd_sparc_elf_link_hash_table adds 82836c928f Remove unused parameter from generic_val_print_float adds 9b8a8575b4 elf64-hppa: Replace plt_sec/plt_rel_sec with root.splt/root.srelplt adds 0fd91d25e2 pr11304.d: Skip tic6x-*-elf adds 656e4a22f3 ld: Xfail pr20995 and pr20995-2 for tic6x-*-* adds 597344c9a4 ld: Pass $LFLAGS to PR ld/21703 shared test adds 845b83d7eb elf32-tic6x.c: Define the default elf32_bed to elf32_tic6x_bed adds 334a017304 Automatic date update in version.in adds 8a6fb3f9bb x86: restrict use of register aliases adds af32b72209 x86: also allow %st(N) in CFI directives adds 1ab84e0251 ix86: enable 2nd CFI test adds 22e00a3f4d x86: restrict %tr<N> visibility adds 73c7637595 x86: simplify check_byte_reg() adds dd6b8a0bc2 x86: also handle %k<N> and %bnd<N> in debugging helpers adds 9f3e7dbcba Fix a gas testsuite failure for PE based targets which canno [...] adds c4b2f181c3 Fix an illegal memory access when parsing corrupt DWARF debu [...] adds b37a771440 Fix a typo in the description of the strings program. adds 9bcc30e417 ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_table adds 26417f1919 [PATCH] arm: Add DFB instruction for ARMv8-R adds 262abc0d67 gdb: add type::index_type / type::set_index_type adds 3d967001ec gdb: remove TYPE_INDEX_TYPE macro adds 5d14b6e5d6 gdb: add field::type / field::set_type adds b6cdac4b80 gdb: remove FIELD_TYPE macro adds 940da03e32 gdb: remove TYPE_FIELD_TYPE macro adds c3cd66019e Automatic date update in version.in adds efb2a7b412 PowerPC64: Downgrade ifunc with textrel error to a warning adds da4977e00b x86: don't ignore mandatory pseudo prefixes adds 828c2a2580 x86-64: adjust far indirect branch handling adds a5aaedb9db x86: correct mis-named MOD_0F51 enumerator adds bf926894b6 x86: correct decoding of packed-FP-only AVX encodings adds 97e6786a6e x86: utilize X macro in EVEX decoding adds 18897deb53 x86: fix {,V}MOV{L,H}PD disassembly adds 73239888b3 x86: consistently print prefixes explicitly which are invali [...] adds a61e306070 PR26065, ld/testsuite/ld-elf symbolic tests dl4e and dl4f fail adds 6778f1c485 x86: add missing 64-bit tests for "don't ignore mandatory ps [...] adds 18ca16bec8 [PATCH] gas/doc: improve AVR modifiers wording. adds f9630fa654 i386-dis.c: Fix a typo in comments adds cebd6b8ac1 IFUNC: Update IFUNC resolver check with DT_TEXTREL adds f5163fdc3c Automatic date update in version.in adds cab5c3b707 gdb/testsuite: fix duplicate test names in gdb.base/index-cache.exp adds 25065fcd19 Fix the windmc program to conform to the behaviour of mc.exe [...] adds e1b5d517d1 ELF: Properly handle section symbols adds e5f3ece2ab [gdb/symtab] Fix name lookup in dw2_map_matching_symbols adds 7ab9679411 [gdb/symtab] Enable ada .gdb_index adds 84df1f9dcb Fix x86 ld testsuite fails with glibc < 2.28 adds 6cff1eab4d Automatic date update in version.in adds 447f6d8627 ia64: Set DF_TEXTREL instead of reltext adds c5a6a07f2a gdb/doc: remove broken links Previous and Up from contents adds ec16513e31 gdb: fix whitespaces in ChangeLog adds d0c4e7802d asan: readelf: process_mips_specific buffer overflow adds fd17d1e695 Re: asan: readelf: process_mips_specific buffer overflow adds f0aa30258a PR26107, Compilation failure in pdp11.c
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 229 ++++++++++++++++++++++++ bfd/bfd-in2.h | 8 +- bfd/elf-bfd.h | 33 +++- bfd/elf-ifunc.c | 15 +- bfd/elf32-arm.c | 154 ++++++++-------- bfd/elf32-bfin.c | 4 + bfd/elf32-i386.c | 55 ++---- bfd/elf32-mips.c | 3 + bfd/elf32-nds32.c | 20 ++- bfd/elf32-nds32.h | 10 -- bfd/elf32-ppc.c | 37 ++-- bfd/elf32-sh.c | 29 ++- bfd/elf32-sparc.c | 24 +-- bfd/elf32-tic6x.c | 2 + bfd/elf64-hppa.c | 38 ++-- bfd/elf64-ppc.c | 123 ++++++------- bfd/elf64-x86-64.c | 49 ++---- bfd/elflink.c | 7 +- bfd/elfnn-aarch64.c | 52 +++--- bfd/elfnn-ia64.c | 6 +- bfd/elfxx-mips.c | 120 +++++++------ bfd/elfxx-sparc.c | 31 ++-- bfd/elfxx-sparc.h | 3 - bfd/elfxx-target.h | 5 + bfd/elfxx-x86.c | 53 +++--- bfd/elfxx-x86.h | 35 ---- bfd/libbfd.h | 8 +- bfd/pdp11.c | 4 +- bfd/reloc.c | 8 +- bfd/version.h | 2 +- binutils/ChangeLog | 35 ++++ binutils/doc/binutils.texi | 10 +- binutils/dwarf.c | 1 + binutils/mclex.c | 38 ++-- binutils/readelf.c | 138 +++++++-------- elfcpp/ChangeLog | 8 + elfcpp/powerpc.h | 8 +- gas/ChangeLog | 113 ++++++++++++ gas/config/tc-arm.c | 7 + gas/config/tc-bpf.c | 4 +- gas/config/tc-i386.c | 264 +++++++++++++++++----------- gas/config/tc-ppc.c | 34 ++-- gas/doc/c-avr.texi | 37 ++-- gas/doc/c-ppc.texi | 3 + gas/testsuite/gas/arm/dfb.d | 15 ++ gas/testsuite/gas/arm/dfb.s | 14 ++ gas/testsuite/gas/cfi/cfi-i386-2.d | 17 +- gas/testsuite/gas/cfi/cfi-i386.s | 1 + gas/testsuite/gas/cfi/cfi.exp | 1 + gas/testsuite/gas/i386/equ-bad.l | 3 + gas/testsuite/gas/i386/equ-bad.s | 9 + gas/testsuite/gas/i386/i386.exp | 6 + gas/testsuite/gas/i386/noreg-intel64.d | 5 + gas/testsuite/gas/i386/noreg-intel64.l | 134 ++++++++++++++ gas/testsuite/gas/i386/noreg-intel64.s | 1 + gas/testsuite/gas/i386/noreg64.d | 2 + gas/testsuite/gas/i386/noreg64.s | 2 + gas/testsuite/gas/i386/prefix.d | 19 +- gas/testsuite/gas/i386/prefix.s | 65 +++++++ gas/testsuite/gas/i386/pseudos-bad.l | 9 + gas/testsuite/gas/i386/pseudos-bad.s | 13 ++ gas/testsuite/gas/i386/x86-64-equ-bad.l | 8 + gas/testsuite/gas/i386/x86-64-equ-bad.s | 19 ++ gas/testsuite/gas/i386/x86-64-pseudos-bad.l | 3 + gas/testsuite/gas/i386/x86-64-pseudos-bad.s | 4 + gas/testsuite/gas/i386/x86_64-intel.d | 2 + gas/testsuite/gas/i386/x86_64.d | 2 + gas/testsuite/gas/i386/x86_64.s | 3 + gas/testsuite/gas/i386/xmmhi64.s | 6 +- gdb/ChangeLog | 69 +++++++- gdb/aarch64-tdep.c | 2 +- gdb/ada-exp.y | 4 +- gdb/ada-lang.c | 146 ++++++++------- gdb/ada-tasks.c | 4 +- gdb/ada-typeprint.c | 20 +-- gdb/ada-valprint.c | 12 +- gdb/ada-varobj.c | 8 +- gdb/amd64-tdep.c | 4 +- gdb/arm-tdep.c | 6 +- gdb/ax-gdb.c | 6 +- gdb/buildsym.c | 2 +- gdb/c-lang.c | 6 +- gdb/c-typeprint.c | 22 +-- gdb/c-valprint.c | 2 +- gdb/c-varobj.c | 20 +-- gdb/coffread.c | 8 +- gdb/compile/compile-c-symbols.c | 4 +- gdb/compile/compile-c-types.c | 8 +- gdb/compile/compile-cplus-types.c | 8 +- gdb/compile/compile-object-load.c | 6 +- gdb/compile/compile-object-run.c | 4 +- gdb/completer.c | 4 +- gdb/cp-valprint.c | 10 +- gdb/ctfread.c | 8 +- gdb/d-valprint.c | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 2 +- gdb/dwarf2/index-write.c | 40 ++++- gdb/dwarf2/read.c | 121 ++++++++----- gdb/eval.c | 21 ++- gdb/f-typeprint.c | 6 +- gdb/f-valprint.c | 4 +- gdb/gdbtypes.c | 86 ++++----- gdb/gdbtypes.h | 37 ++-- gdb/gnu-v2-abi.c | 4 +- gdb/gnu-v3-abi.c | 38 ++-- gdb/go-lang.c | 4 +- gdb/go-valprint.c | 2 +- gdb/guile/scm-type.c | 8 +- gdb/i386-darwin-tdep.c | 2 +- gdb/i386-tdep.c | 6 +- gdb/i386-windows-tdep.c | 2 +- gdb/ia64-tdep.c | 4 +- gdb/infcall.c | 2 +- gdb/iq2000-tdep.c | 2 +- gdb/m2-lang.c | 4 +- gdb/m2-typeprint.c | 34 ++-- gdb/m2-valprint.c | 17 +- gdb/m68k-tdep.c | 2 +- gdb/mdebugread.c | 8 +- gdb/mips-tdep.c | 28 +-- gdb/mn10300-tdep.c | 4 +- gdb/nds32-tdep.c | 2 +- gdb/p-exp.y | 5 +- gdb/p-lang.c | 8 +- gdb/p-typeprint.c | 6 +- gdb/p-valprint.c | 14 +- gdb/ppc-sysv-tdep.c | 4 +- gdb/python/py-type.c | 8 +- gdb/riscv-tdep.c | 12 +- gdb/rust-lang.c | 20 +-- gdb/rx-tdep.c | 2 +- gdb/s390-tdep.c | 2 +- gdb/score-tdep.c | 2 +- gdb/sh-tdep.c | 6 +- gdb/sparc64-tdep.c | 8 +- gdb/stabsread.c | 16 +- gdb/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.ada/ptype_union.exp | 5 - gdb/testsuite/gdb.base/index-cache.exp | 20 ++- gdb/type-stack.c | 2 +- gdb/typeprint.c | 2 +- gdb/v850-tdep.c | 12 +- gdb/valarith.c | 4 +- gdb/valops.c | 31 ++-- gdb/valprint.c | 15 +- gdb/value.c | 12 +- gold/ChangeLog | 4 + gold/powerpc.cc | 90 +++++----- include/ChangeLog | 13 ++ include/elf/mips.h | 18 +- include/elf/ppc64.h | 10 +- ld/ChangeLog | 75 ++++++++ ld/lexsup.c | 5 + ld/testsuite/ld-elf/comm-data.exp | 5 +- ld/testsuite/ld-elf/dl4e.out | 6 - ld/testsuite/ld-elf/linux-x86.exp | 22 +-- ld/testsuite/ld-elf/passall.out | 1 + ld/testsuite/ld-elf/pr11304.d | 2 + ld/testsuite/ld-elf/pr25749-1.c | 8 +- ld/testsuite/ld-elf/pr25749-2.c | 8 +- ld/testsuite/ld-elf/pr26094-1.ver | 3 + ld/testsuite/ld-elf/pr26094-1a.c | 7 + ld/testsuite/ld-elf/pr26094-1a.rd | 8 + ld/testsuite/ld-elf/pr26094-1b.c | 6 + ld/testsuite/ld-elf/pr26094-1b.rd | 8 + ld/testsuite/ld-elf/pr26094-1c.c | 7 + ld/testsuite/ld-elf/shared.exp | 37 +++- ld/testsuite/ld-i386/i386.exp | 4 + ld/testsuite/ld-i386/ifunc-textrel-1a.d | 4 + ld/testsuite/ld-i386/ifunc-textrel-1b.d | 4 + ld/testsuite/ld-i386/ifunc-textrel-2a.d | 8 + ld/testsuite/ld-i386/ifunc-textrel-2b.d | 8 + ld/testsuite/ld-i386/pr18801a.d | 2 +- ld/testsuite/ld-i386/pr18801b.d | 2 +- ld/testsuite/ld-x86-64/ifunc-textrel-1.s | 28 +++ ld/testsuite/ld-x86-64/ifunc-textrel-1a.d | 4 + ld/testsuite/ld-x86-64/ifunc-textrel-1b.d | 4 + ld/testsuite/ld-x86-64/ifunc-textrel-2.s | 28 +++ ld/testsuite/ld-x86-64/ifunc-textrel-2a.d | 8 + ld/testsuite/ld-x86-64/ifunc-textrel-2b.d | 8 + ld/testsuite/ld-x86-64/pr18801a.d | 2 +- ld/testsuite/ld-x86-64/pr18801b.d | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 4 + ld/testsuite/lib/ld-lib.exp | 14 +- opcodes/ChangeLog | 115 ++++++++++++ opcodes/arm-dis.c | 8 + opcodes/i386-dis-evex-mod.h | 24 ++- opcodes/i386-dis-evex-prefix.h | 124 +++---------- opcodes/i386-dis-evex-w.h | 234 ------------------------ opcodes/i386-dis-evex.h | 24 +-- opcodes/i386-dis.c | 212 ++++++++-------------- opcodes/i386-opc.h | 2 +- opcodes/ppc-dis.c | 5 + 194 files changed, 2745 insertions(+), 1827 deletions(-) create mode 100644 gas/testsuite/gas/arm/dfb.d create mode 100644 gas/testsuite/gas/arm/dfb.s create mode 100644 gas/testsuite/gas/i386/equ-bad.l create mode 100644 gas/testsuite/gas/i386/equ-bad.s create mode 100644 gas/testsuite/gas/i386/noreg-intel64.d create mode 100644 gas/testsuite/gas/i386/noreg-intel64.l create mode 100644 gas/testsuite/gas/i386/noreg-intel64.s create mode 100644 gas/testsuite/gas/i386/pseudos-bad.l create mode 100644 gas/testsuite/gas/i386/pseudos-bad.s create mode 100644 gas/testsuite/gas/i386/x86-64-equ-bad.l create mode 100644 gas/testsuite/gas/i386/x86-64-equ-bad.s create mode 100644 gas/testsuite/gas/i386/x86-64-pseudos-bad.l create mode 100644 gas/testsuite/gas/i386/x86-64-pseudos-bad.s delete mode 100644 ld/testsuite/ld-elf/dl4e.out create mode 100644 ld/testsuite/ld-elf/passall.out create mode 100644 ld/testsuite/ld-elf/pr26094-1.ver create mode 100644 ld/testsuite/ld-elf/pr26094-1a.c create mode 100644 ld/testsuite/ld-elf/pr26094-1a.rd create mode 100644 ld/testsuite/ld-elf/pr26094-1b.c create mode 100644 ld/testsuite/ld-elf/pr26094-1b.rd create mode 100644 ld/testsuite/ld-elf/pr26094-1c.c create mode 100644 ld/testsuite/ld-i386/ifunc-textrel-1a.d create mode 100644 ld/testsuite/ld-i386/ifunc-textrel-1b.d create mode 100644 ld/testsuite/ld-i386/ifunc-textrel-2a.d create mode 100644 ld/testsuite/ld-i386/ifunc-textrel-2b.d create mode 100644 ld/testsuite/ld-x86-64/ifunc-textrel-1.s create mode 100644 ld/testsuite/ld-x86-64/ifunc-textrel-1a.d create mode 100644 ld/testsuite/ld-x86-64/ifunc-textrel-1b.d create mode 100644 ld/testsuite/ld-x86-64/ifunc-textrel-2.s create mode 100644 ld/testsuite/ld-x86-64/ifunc-textrel-2a.d create mode 100644 ld/testsuite/ld-x86-64/ifunc-textrel-2b.d