This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/linux/master in repository binutils-gdb.
from 92a933c Fix PRs gold/21039,21040 adds 1fa5f68 Fix test cases to work for i386. adds 976e204 Fix compile errors with GCC 4.2. adds 6624f3a Fix more compile errors with GCC 4.2. adds eed0b5b Automatic date update in version.in adds d95014a Return -1 on memory error in print_insn_msp430 adds 1181551 Prevent internal assembler errors if a stabs creation functio [...] adds ca1ca08 Remove dead serial_interface_lookup calls adds fde1b17 Update comment in linux_nat_can_async_p adds 3015c06 Update comment in remote_can_async_p adds 620214f Enable Intel AVX512_VPOPCNTDQ instructions adds 2425a30 Add support for locating separate debug info files via the bu [...] adds 8361ed4 x86-64: Also generate unwind info for .plt.bnd new b8aae86 Merge remote-tracking branch 'origin/master' into users/hjl/l [...] new 8f5933e Remove binutils-pr21039.patch new 88c7c98 Update binutils-pr21040.patch against master
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 | 35 + bfd/bfd-in2.h | 2 + bfd/dwarf2.c | 6 +- bfd/elf64-x86-64.c | 106 +- bfd/opncls.c | 373 +- bfd/version.h | 2 +- binutils/ChangeLog | 8 + binutils/NEWS | 4 + binutils/testsuite/binutils-all/objdump.exp | 80 + gas/ChangeLog | 26 + gas/config/tc-i386.c | 3 + gas/doc/c-i386.texi | 4 +- gas/read.c | 44 + gas/read.h | 2 + gas/stabs.c | 47 +- gas/testsuite/gas/i386/avx512_vpopcntdq-intel.d | 68 + gas/testsuite/gas/i386/avx512_vpopcntdq.d | 68 + gas/testsuite/gas/i386/avx512_vpopcntdq.s | 63 + gas/testsuite/gas/i386/i386.exp | 4 + .../gas/i386/x86-64-avx512_vpopcntdq-intel.d | 68 + gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq.d | 68 + gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq.s | 63 + gdb/ChangeLog | 12 + gdb/linux-nat.c | 5 +- gdb/remote.c | 3 +- gdb/serial.c | 6 +- gold/ChangeLog | 29 + gold/testsuite/copy_test_relro_1.cc | 14 +- gold/testsuite/script_test_13.sh | 2 +- gold/testsuite/script_test_15a.sh | 4 +- gold/testsuite/script_test_15b.sh | 4 +- gold/testsuite/script_test_15c.sh | 4 +- gold/x86_64.cc | 42 +- ld/ChangeLog | 8 + ld/testsuite/ld-x86-64/pr21038b.d | 9 + ld/testsuite/ld-x86-64/{pr21038b.d => pr21038c.d} | 52 +- ld/testsuite/ld-x86-64/pr21038c.s | 9 + ld/testsuite/ld-x86-64/x86-64.exp | 1 + opcodes/ChangeLog | 23 + opcodes/i386-dis-evex.h | 13 +- opcodes/i386-dis.c | 2 + opcodes/i386-gen.c | 7 +- opcodes/i386-init.h | 278 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 10 +- opcodes/i386-tbl.h | 10450 ++++++++++--------- opcodes/msp430-dis.c | 103 +- patches/README | 1 - patches/binutils-pr21039.patch | 65 - patches/binutils-pr21040.patch | 160 +- 50 files changed, 6734 insertions(+), 5729 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512_vpopcntdq-intel.d create mode 100644 gas/testsuite/gas/i386/avx512_vpopcntdq.d create mode 100644 gas/testsuite/gas/i386/avx512_vpopcntdq.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq.s copy ld/testsuite/ld-x86-64/{pr21038b.d => pr21038c.d} (52%) create mode 100644 ld/testsuite/ld-x86-64/pr21038c.s delete mode 100644 patches/binutils-pr21039.patch