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 193e207ca1 Update binutils-lto-mixed.patch against master adds 8e557e52b3 py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords [...] adds 1e5dd7c95a Automatic date update in version.in adds 828d584679 (Ada) Handle same component names when searching in tagged types adds 2778747c56 [GOLD] PR22602, handle __tls_get_addr forwarders properly adds c5d0745b0d x86: correct abort check adds 93b71a2666 x86: drop stray CheckRegSize uses adds 141975a1e5 x86: correct operand type checks adds fbc2255575 Fix disassembly for PowerPC adds 97d4fac10f Skip parse_memory_map_tests if XML is disabled adds 1af17fd9cc Skip 'maintenance check xml-descriptions' if XML is disabled adds 68f81d6019 Fix PR19061, gdb hangs/spins-on-cpu when debugging any progr [...] adds fc076a47fd Update documentation regarding the bfd returned by bfd_openr [...] adds a27ed7d613 Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_typ [...] adds 7c1618381f Implement pahole-like 'ptype /o' option adds 09da3ecf04 Automatic date update in version.in adds 46afe196ec Fix ARI warning on gdb/typeprint.c:whatis_exp adds b282f0f2b5 gdb: Add news entries for new or1k target. adds 38af182401 gdb: Fix function parameter alignments in or1k-tdep.c. adds fd7055f4a7 Automatic date update in version.in adds 390c91cfcf x86: Check pseudo prefix without instruction adds 7d47b066d0 Automatic date update in version.in adds cb923fcc23 Ada: fix bad handling in ada_convert_actual adds 0e2da9f013 (Ada) crash assigning to record component which is an array adds eccab96d54 improved error message when getting an exception printing a [...] adds dc821c5f9a x86: replace Reg8, Reg16, Reg32, and Reg64 adds ca0d63fe07 x86: drop FloatReg and FloatAcc adds 1b54b8d7e4 x86: fold RegXMM/RegYMM/RegZMM into RegSIMD adds 10c17abdd0 x86: fold certain AVX and AVX2 templates adds 4f588891ac Resolve PR 22493 - the encoding to be used when pushing the [...] adds c54207d326 Decode expression lists used with DW_AT_byte_size and other [...] adds f795c49463 Test binutils_assemble return value adds 63f452a8bf PR22626, invalid dynindx used for dynamic relocs against sec [...] adds be62dcaa17 Automatic date update in version.in adds bef7475fbd Stop readelf from complaining about relocation sections with [...] adds a3b3345ae6 Add support for V_4B so we can properly reject it. adds 00c2093f69 Correct disassembly of dot product instructions. new 7bbac84fbc Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
The 1 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 | 15 + bfd/archive.c | 9 +- bfd/elflink.c | 22 +- bfd/version.h | 2 +- binutils/ChangeLog | 31 + binutils/dwarf.c | 16 + binutils/readelf.c | 13 +- binutils/testsuite/binutils-all/ar.exp | 1 + binutils/testsuite/binutils-all/arc/objdump.exp | 4 + binutils/testsuite/binutils-all/arm/objdump.exp | 101 +- binutils/testsuite/binutils-all/bfin/objdump.exp | 29 +- binutils/testsuite/binutils-all/hppa/objdump.exp | 66 +- binutils/testsuite/binutils-all/m68k/objdump.exp | 58 +- binutils/testsuite/binutils-all/nm.exp | 222 +- binutils/testsuite/binutils-all/objcopy.exp | 1 - binutils/testsuite/binutils-all/objdump.exp | 2 + binutils/testsuite/binutils-all/size.exp | 63 +- binutils/testsuite/binutils-all/vax/objdump.exp | 49 +- gas/ChangeLog | 96 + gas/config/tc-aarch64.c | 16 +- gas/config/tc-arm.c | 5 + gas/config/tc-i386-intel.c | 12 +- gas/config/tc-i386.c | 494 +- gas/testsuite/gas/aarch64/dotproduct.d | 864 +- gas/testsuite/gas/aarch64/pr22529.d | 4 + gas/testsuite/gas/aarch64/pr22529.l | 17 + gas/testsuite/gas/aarch64/pr22529.s | 3 + gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/inval-pseudo.l | 11 + gas/testsuite/gas/i386/inval-pseudo.s | 5 + gas/testsuite/gas/i386/x86-64-specific-reg.l | 90 +- gdb/ChangeLog | 108 + gdb/NEWS | 7 + gdb/ada-lang.c | 199 +- gdb/ada-valprint.c | 6 +- gdb/alpha-tdep.c | 18 +- gdb/c-typeprint.c | 1178 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 124 + gdb/nat/linux-ptrace.h | 5 + gdb/or1k-tdep.c | 18 +- gdb/python/py-breakpoint.c | 6 +- gdb/testsuite/ChangeLog | 28 + .../unittest.exp => gdb.ada/assign_arr.exp} | 21 +- gdb/testsuite/gdb.ada/assign_arr/main_p324_051.adb | 21 + .../gdb.ada/assign_arr/target_wrapper.ads | 26 + gdb/testsuite/gdb.ada/funcall_ptr.exp | 40 + gdb/testsuite/gdb.ada/funcall_ptr/foo.adb | 21 + gdb/testsuite/gdb.ada/funcall_ptr/pck.adb | 23 + gdb/testsuite/gdb.ada/funcall_ptr/pck.ads | 24 + gdb/testsuite/gdb.ada/same_component_name.exp | 60 + gdb/testsuite/gdb.ada/same_component_name/foo.adb | 31 + gdb/testsuite/gdb.ada/same_component_name/pck.adb | 42 + gdb/testsuite/gdb.ada/same_component_name/pck.ads | 51 + gdb/testsuite/gdb.base/ptype-offsets.cc | 193 + gdb/testsuite/gdb.base/ptype-offsets.exp | 318 + gdb/testsuite/gdb.dwarf2/ada-valprint-error.c | 23 + gdb/testsuite/gdb.dwarf2/ada-valprint-error.exp | 115 + gdb/testsuite/gdb.gdb/unittest.exp | 4 +- gdb/typeprint.c | 24 +- gdb/typeprint.h | 17 + gdb/unittests/memory-map-selftests.c | 6 + gold/ChangeLog | 7 + gold/powerpc.cc | 8 +- include/ChangeLog | 10 + include/opcode/aarch64.h | 6 + opcodes/ChangeLog | 115 + opcodes/aarch64-asm.c | 2 +- opcodes/aarch64-dis.c | 2 +- opcodes/aarch64-opc.c | 2 + opcodes/aarch64-tbl.h | 4 +- opcodes/disassemble.c | 6 +- opcodes/i386-gen.c | 54 +- opcodes/i386-init.h | 250 +- opcodes/i386-opc.h | 40 +- opcodes/i386-opc.tbl | 731 +- opcodes/i386-reg.tbl | 14 +- opcodes/i386-tbl.h | 101621 +++++++++--------- 78 files changed, 53580 insertions(+), 54376 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/pr22529.d create mode 100644 gas/testsuite/gas/aarch64/pr22529.l create mode 100644 gas/testsuite/gas/aarch64/pr22529.s create mode 100644 gas/testsuite/gas/i386/inval-pseudo.l create mode 100644 gas/testsuite/gas/i386/inval-pseudo.s copy gdb/testsuite/{gdb.gdb/unittest.exp => gdb.ada/assign_arr.exp} (64%) create mode 100644 gdb/testsuite/gdb.ada/assign_arr/main_p324_051.adb create mode 100644 gdb/testsuite/gdb.ada/assign_arr/target_wrapper.ads create mode 100644 gdb/testsuite/gdb.ada/funcall_ptr.exp create mode 100644 gdb/testsuite/gdb.ada/funcall_ptr/foo.adb create mode 100644 gdb/testsuite/gdb.ada/funcall_ptr/pck.adb create mode 100644 gdb/testsuite/gdb.ada/funcall_ptr/pck.ads create mode 100644 gdb/testsuite/gdb.ada/same_component_name.exp create mode 100644 gdb/testsuite/gdb.ada/same_component_name/foo.adb create mode 100644 gdb/testsuite/gdb.ada/same_component_name/pck.adb create mode 100644 gdb/testsuite/gdb.ada/same_component_name/pck.ads create mode 100644 gdb/testsuite/gdb.base/ptype-offsets.cc create mode 100644 gdb/testsuite/gdb.base/ptype-offsets.exp create mode 100644 gdb/testsuite/gdb.dwarf2/ada-valprint-error.c create mode 100644 gdb/testsuite/gdb.dwarf2/ada-valprint-error.exp