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 4835dcc585 Apply "Add bfd_get_file_size to get archive element size" adds 22e7d29331 Automatic date update in version.in adds b057297ab6 Add regcache raw_supply_integer and raw_collect_integer. adds 2153e1dc05 Automatic date update in version.in adds b40889f2c8 Automatic date update in version.in adds 146c3d9d59 Automatic date update in version.in adds 6813cafe52 Automatic date update in version.in adds bfcfbe611b S/390: Remove optional operand flag. adds a09f258601 S/390: Improve error checking for optional operands adds ffc61c5de1 S/390: Add ipte/idte variants with optional operands adds 67aa8be4cb S/390: Add missing operand to tb instruction adds ca87ae741f S/390: Fix instruction types of csdtr and csxtr adds 8e86a419d7 gdb.base/watch-cond-infcall.exp: Don't run if target doesn't [...] adds db6be0d5e3 Fix NEWS formatting in GDB 8.0 section adds 70c16c04ac S/390: Fix indentation adds 2b51eddc55 btrace: Use std::vector in struct btrace_thread_information. adds 17b89b34b8 btrace: Transfer ownership of pointers. adds 521103fd00 btrace: Add btinfo to instruction interator. adds f158f20875 btrace: Use function segment index in call iterator. adds a0f1b96332 btrace: Use function segment index in insn iterator. adds 8286623c11 btrace: Remove constant arguments. adds b54b03bd87 btrace: Remove struct btrace_thread_info::{begin,end}. adds 42bfe59e3a btrace: Replace struct btrace_function::up. adds eb8f2b9c44 btrace: Remove struct btrace_function::flow. adds 4aeb0dfcc4 btrace: Replace struct btrace_function::segment. adds 8ffd39f2e4 btrace: Remove bfun_s vector. adds 08c3f6d234 btrace: Store function segments as objects. adds 8e2f54bcee Add bfd_get_file_size to get archive element size adds 37cd38778d [ARC] Remove duplicate ARC600 entry adds 64984c22f7 [ARC] Implement compatible function for ARC BFD architectures adds 940171d086 [ARC] Add arc-cpu.def with processor definitions adds 10045478d9 [ARC] Allow CPU to be enforced via disassemble_info options adds 8c65b54f18 Fix calculation of R_ARM_RHM_ALU_PREL_11_0 relocation when u [...] adds 1b1810b5e0 Automatic date update in version.in adds b9c6833008 Fix MinGW compilation warnings due to environ.h adds 90b4491842 Make libiberty/waitpid.c compile without warnings on MinGW adds 5b4a1ff337 Avoid compilation warning on MinGW in xstrndup adds c56ccc05b2 config, btrace: check for pt_insn_event in libipt adds 13ace07792 btrace: support decoder events adds ab12fca390 PowerPC64 ld help quoting adds ae3b3f34ed Rename "mem" related commmands adds 580dfe9d4c Automatic date update in version.in adds 19fb31c006 S/390: idte/ipte fixes adds f378ab099d PPC64_OPT_LOCALENTRY new 6c3bea8d9c Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 09b25649e6 Revert "Apply "Add bfd_get_file_size to get archive element size""
The 2 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 | 38 + bfd/bfd-in2.h | 2 + bfd/bfdio.c | 23 + bfd/cpu-arc.c | 60 +- bfd/elf32-arm.c | 4 +- bfd/elf64-ppc.c | 77 +- bfd/elf64-ppc.h | 3 + bfd/version.h | 2 +- binutils/ChangeLog | 17 + binutils/doc/binutils.texi | 8 + binutils/objdump.c | 2 +- binutils/testsuite/binutils-all/objdump.exp | 178 +++-- gas/ChangeLog | 4 + gas/config/tc-arc.c | 29 +- gas/config/tc-s390.c | 35 +- gas/testsuite/gas/s390/esa-g5.d | 4 +- gas/testsuite/gas/s390/esa-g5.s | 4 +- gas/testsuite/gas/s390/zarch-z9-ec.d | 4 +- gas/testsuite/gas/s390/zarch-z9-ec.s | 4 +- gas/testsuite/gas/s390/zarch-z990.d | 3 +- gas/testsuite/gas/s390/zarch-z990.s | 3 +- gdb/ChangeLog | 193 +++++ gdb/NEWS | 31 +- gdb/btrace.c | 993 ++++++++++++++------------ gdb/btrace.h | 77 +- gdb/config.in | 9 + gdb/configure | 150 ++-- gdb/configure.ac | 7 + gdb/defs.h | 5 +- gdb/findvar.c | 128 ++++ gdb/memattr.c | 16 +- gdb/mips-fbsd-tdep.c | 45 +- gdb/mips-linux-tdep.c | 33 +- gdb/python/py-record-btrace.c | 12 +- gdb/record-btrace.c | 41 +- gdb/regcache.c | 48 ++ gdb/regcache.h | 6 + gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/watch-cond-infcall.exp | 5 + include/ChangeLog | 12 + include/elf/arc-cpu.def | 49 ++ include/elf/ppc64.h | 1 + include/environ.h | 2 + include/opcode/s390.h | 23 +- ld/ChangeLog | 14 + ld/emultempl/ppc64elf.em | 69 +- ld/testsuite/ld-powerpc/elfv2so.d | 2 +- ld/testsuite/ld-powerpc/powerpc.exp | 2 +- ld/testsuite/ld-powerpc/tlsopt5.d | 4 +- libiberty/ChangeLog | 11 + libiberty/config.in | 4 + libiberty/configure | 21 + libiberty/configure.ac | 3 +- libiberty/waitpid.c | 5 + opcodes/ChangeLog | 9 + opcodes/arc-dis.c | 131 +++- opcodes/s390-dis.c | 11 +- opcodes/s390-mkopc.c | 8 +- opcodes/s390-opc.c | 6 +- opcodes/s390-opc.txt | 10 +- patches/README | 1 - patches/binutils-pr21519.patch | 322 --------- 62 files changed, 1815 insertions(+), 1213 deletions(-) create mode 100644 include/elf/arc-cpu.def delete mode 100644 patches/binutils-pr21519.patch