This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 9c23b42ffa Convert DTrace probe interface to C++ (and perform some cleanups) new 38bf51134d x86/Intel: don't report multiple errors for a single insn operand new 66f1eba0b7 x86: correct UDn new 9bb129e82f x86: drop redundant VSIB handling code new 43083a502b x86-64: always use unsigned 32-bit reloc for 32-bit addressi [...] new 65f3ed048f x86: fix AVX-512 16-bit addressing
The 5 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: gas/ChangeLog | 37 +++++++++++++++++++++++++ gas/config/tc-i386-intel.c | 6 +++-- gas/config/tc-i386.c | 18 +++---------- gas/testsuite/gas/i386/arch-4.d | 6 ++--- gas/testsuite/gas/i386/arch-4.s | 5 ++-- gas/testsuite/gas/i386/avx512f-intel.d | 6 +++++ gas/testsuite/gas/i386/avx512f.d | 6 +++++ gas/testsuite/gas/i386/avx512f.s | 8 ++++++ gas/testsuite/gas/i386/intel.d | 2 +- gas/testsuite/gas/i386/intel.s | 2 +- gas/testsuite/gas/i386/inval-avx512f.l | 3 --- gas/testsuite/gas/i386/opcode-intel.d | 2 +- gas/testsuite/gas/i386/opcode-suffix.d | 2 +- gas/testsuite/gas/i386/opcode.d | 2 +- gas/testsuite/gas/i386/opcode.s | 2 +- gas/testsuite/gas/i386/reloc64.d | 4 +++ gas/testsuite/gas/i386/reloc64.s | 6 +++++ gas/testsuite/gas/i386/x86-64-inval-avx512f.l | 3 --- ld/ChangeLog | 6 +++++ ld/testsuite/ld-x86-64/apic.d | 18 +++++++++++++ ld/testsuite/ld-x86-64/apic.s | 13 +++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + opcodes/ChangeLog | 13 +++++++++ opcodes/i386-dis.c | 10 ++++--- opcodes/i386-opc.tbl | 6 +++-- opcodes/i386-tbl.h | 39 +++++++++++++++++++++------ 26 files changed, 179 insertions(+), 47 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/apic.d create mode 100644 ld/testsuite/ld-x86-64/apic.s