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_LTO in repository toolchain/ci/binutils-gdb.
from 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. new f9630fa654 i386-dis.c: Fix a typo in comments new cebd6b8ac1 IFUNC: Update IFUNC resolver check with DT_TEXTREL new f5163fdc3c Automatic date update in version.in
The 3 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/ChangeLog | 79 +++++++++ bfd/elf-bfd.h | 18 +- bfd/elf-ifunc.c | 15 +- bfd/elf32-arm.c | 45 ++--- bfd/elf32-nds32.c | 20 ++- bfd/elf32-nds32.h | 10 -- bfd/elf32-tic6x.c | 2 + bfd/elf64-hppa.c | 38 ++-- bfd/elf64-ppc.c | 29 +-- bfd/elf64-x86-64.c | 16 +- bfd/elfnn-aarch64.c | 52 +++--- bfd/elfxx-x86.c | 33 ++-- bfd/elfxx-x86.h | 14 -- bfd/version.h | 2 +- binutils/ChangeLog | 11 ++ binutils/doc/binutils.texi | 2 +- binutils/dwarf.c | 1 + gas/ChangeLog | 99 +++++++++++ gas/config/tc-arm.c | 7 + gas/config/tc-i386.c | 264 +++++++++++++++++----------- gas/doc/c-avr.texi | 37 ++-- 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 | 31 ++++ 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/dwarf2/read.c | 57 +++--- 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/type-stack.c | 2 +- gdb/typeprint.c | 2 +- gdb/v850-tdep.c | 12 +- gdb/valarith.c | 4 +- gdb/valops.c | 31 ++-- gdb/valprint.c | 4 +- gdb/value.c | 12 +- ld/ChangeLog | 43 +++++ ld/testsuite/ld-elf/dl4e.out | 6 - ld/testsuite/ld-elf/pr11304.d | 2 + ld/testsuite/ld-elf/shared.exp | 18 +- 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 + opcodes/ChangeLog | 111 ++++++++++++ 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 +- 146 files changed, 1758 insertions(+), 1250 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-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