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 c59c5cd8f0 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds b1b189e04c gdb: Add test for some error cases of @entry usage adds 396af9a152 gdb: Remove duplicate declaration of global innermost_block adds aee1fcdf97 gdb: New API for tracking innermost block adds ae45162705 gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up adds 03d0bf7b78 gdb: Remove out of date comment adds e707fc445e gdb: Don't store a thread-id for floating varobj adds 3b76a4a069 Automatic date update in version.in adds a9e408182d wrong line number in breakpoint location adds de4cb04a20 Ada/DWARF: Assume the Ada compiler produces descriptive type [...] adds 3f5a868b22 Don't call gdbarch_pseudo_register_read_value in jit.c adds dc71152484 Remove mt port adds 03f50fc878 Replace regcache_raw_read with regcache->raw_read adds 11f57cb67e regcache_cooked_read -> regcache->cooked_read adds ec7a5fcbfd regcache::cooked_write test adds f433138f1f Update Swedish translation for the binutils sub-directory adds 49da480ff6 Fix the RX assembler so that it can handle escaped double qu [...] adds d65ce302ab MAINTAINERS: Update my company e-mail address adds 5c319bb260 Fix segfault with 'set print object on' + 'whatis <struct>' & co adds 1ea332d693 binutils/doc: Fix a "using" typo in `objcopy --rename-sectio [...] adds 75c80ee120 GAS/doc: Correct `.set nomips16e2' directive description syntax adds d820e164e4 Automatic date update in version.in adds 0eb97953ad s390: Remove duplicate checks for cached gdbarch at init adds 21f6f5ffc6 s390: Allocate gdbarch & tdep at start of gdbarch_init adds ab9bcc6797 s390: gdbarch_tdep.have_* int -> bool adds 095085d847 s390: gdbarch_tdep add field tdesc adds 47c9317e71 s390: Move tdesc validation to separate function adds 650f5e1370 s390: if -> gdb_assert for tdesc_has_registers check adds 7042632bf7 s390: Hook s390 into OSABI mechanism adds 9c0b896ee1 s390: gdbarch_tdep add hook for syscall record adds d6e5894564 s390: Split up s390-linux-tdep.c into two files adds ef8914a4d7 s390: Move record-replay to s390-tdep.c adds 14c41f479f s390: Clean up s390-linux-tdep.c adds f866b262e8 MIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2' help text adds b4f6242e95 MIPS/GAS: Correct `as --help' always reporting `o32' as the [...] adds 3233d7d074 Enable Intel WBNOINVD instruction. adds be3a8dca2d Enable Intel PCONFIG instruction. adds 1c5e4ee9ab MIPS/BFD: Update a stale `mips_elf32_section_processing' reference adds 62fd0a980b MIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option marker new 8ccb8b180f Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 37bb3748ba Add suppor for R_X86_64_THUNK_GOTPCRELX new 5e9c2e9d92 Update binutils-x86-gpoff.patch for R_X86_64_THUNK_GOTPCRELX adds 0984958bd1 MIPS/GAS: Correct default ABI selection for `mips64*-ps2-elf*' adds cc40406d1d Automatic date update in version.in new d5a7d40df4 Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
The 4 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 | 5 + bfd/elfxx-mips.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 13 + binutils/MAINTAINERS | 2 +- binutils/doc/binutils.texi | 2 +- binutils/po/sv.po | 3718 ++++---- gas/ChangeLog | 58 + gas/config/tc-i386.c | 4 + gas/config/tc-mips.c | 15 +- gas/config/tc-rx.c | 7 +- gas/configure | 3 +- gas/configure.ac | 3 +- gas/doc/c-i386.texi | 3 + gas/doc/c-mips.texi | 4 +- gas/testsuite/gas/i386/i386.exp | 8 + gas/testsuite/gas/i386/pconfig-intel.d | 11 + gas/testsuite/gas/i386/pconfig.d | 11 + gas/testsuite/gas/i386/pconfig.s | 5 + gas/testsuite/gas/i386/wbnoinvd-intel.d | 11 + gas/testsuite/gas/i386/wbnoinvd.d | 11 + gas/testsuite/gas/i386/wbnoinvd.s | 5 + gas/testsuite/gas/i386/x86-64-pconfig-intel.d | 11 + gas/testsuite/gas/i386/x86-64-pconfig.d | 11 + gas/testsuite/gas/i386/x86-64-pconfig.s | 5 + gas/testsuite/gas/i386/x86-64-wbnoinvd-intel.d | 11 + gas/testsuite/gas/i386/x86-64-wbnoinvd.d | 11 + gas/testsuite/gas/i386/x86-64-wbnoinvd.s | 5 + gas/testsuite/gas/rx/pr22737.d | 15 + gas/testsuite/gas/rx/pr22737.s | 1 + gas/testsuite/gas/rx/rx.exp | 1 + gdb/ChangeLog | 241 + gdb/MAINTAINERS | 2 +- gdb/Makefile.in | 4 +- gdb/aarch64-tdep.c | 10 +- gdb/ada-exp.y | 6 +- gdb/ada-lang.c | 8 +- gdb/amd64-tdep.c | 9 +- gdb/arm-tdep.c | 6 +- gdb/avr-tdep.c | 2 +- gdb/bfin-tdep.c | 2 +- gdb/breakpoint.c | 12 +- gdb/c-exp.y | 20 +- gdb/configure.tgt | 10 +- gdb/d-exp.y | 11 +- gdb/dwarf2read.c | 12 +- gdb/expression.h | 5 - gdb/f-exp.y | 7 +- gdb/frv-tdep.c | 6 +- gdb/go-exp.y | 7 +- gdb/h8300-tdep.c | 4 +- gdb/hppa-tdep.c | 2 +- gdb/i386-tdep.c | 66 +- gdb/ia64-tdep.c | 30 +- gdb/jit.c | 16 +- gdb/linespec.c | 3 - gdb/m2-exp.y | 14 +- gdb/m32c-tdep.c | 34 +- gdb/m68hc11-tdep.c | 4 +- gdb/mep-tdep.c | 6 +- gdb/mips-tdep.c | 6 +- gdb/msp430-tdep.c | 2 +- gdb/mt-tdep.c | 1218 --- gdb/nds32-tdep.c | 2 +- gdb/objfiles.c | 2 +- gdb/p-exp.y | 12 +- gdb/parse.c | 16 +- gdb/parser-defs.h | 75 +- gdb/printcmd.c | 8 +- gdb/regcache.c | 141 +- gdb/rl78-tdep.c | 27 +- gdb/rs6000-tdep.c | 36 +- gdb/rust-exp.y | 8 +- gdb/s390-linux-nat.c | 1 + gdb/s390-linux-tdep.c | 8482 ++---------------- gdb/s390-linux-tdep.h | 176 +- gdb/s390-tdep.c | 7123 +++++++++++++++ gdb/{s390-linux-tdep.h => s390-tdep.h} | 179 +- gdb/sh-tdep.c | 4 +- gdb/sh64-tdep.c | 8 +- gdb/sparc-tdep.c | 4 +- gdb/sparc64-tdep.c | 20 +- gdb/spu-tdep.c | 6 +- gdb/symfile.c | 2 +- gdb/testsuite/ChangeLog | 36 + gdb/testsuite/gdb.arch/amd64-entry-value.exp | 8 + gdb/testsuite/gdb.base/break-include.c | 57 + gdb/testsuite/gdb.base/break-include.exp | 34 + gdb/testsuite/gdb.base/break-include.inc | 18 + gdb/testsuite/gdb.base/ending-run.exp | 4 +- gdb/testsuite/gdb.base/whatis.exp | 25 +- gdb/testsuite/gdb.mi/basics.c | 2 + gdb/testsuite/gdb.mi/mi-break.exp | 11 +- gdb/testsuite/gdb.mi/mi-frame-regs.exp | 186 + gdb/testsuite/gdb.mi/mi-reverse.exp | 2 +- gdb/testsuite/gdb.mi/mi-simplerun.exp | 4 +- gdb/testsuite/gdb.mi/mi-var-create-rtti.exp | 5 +- gdb/testsuite/gdb.python/py-mi.exp | 12 +- gdb/typeprint.c | 6 +- gdb/varobj.c | 10 +- gdb/xtensa-tdep.c | 11 +- opcodes/ChangeLog | 22 + opcodes/i386-dis.c | 10 +- opcodes/i386-gen.c | 6 + opcodes/i386-init.h | 422 +- opcodes/i386-opc.h | 6 + opcodes/i386-opc.tbl | 12 + opcodes/i386-tbl.h | 10586 ++++++++++++----------- patches/README | 2 + patches/binutils-x86-64-gold-thunk.patch | 105 + patches/binutils-x86-64-thunk.patch | 1336 +++ patches/binutils-x86-gpoff.patch | 108 +- sim/ChangeLog | 4 + sim/MAINTAINERS | 2 +- 114 files changed, 18430 insertions(+), 16713 deletions(-) create mode 100644 gas/testsuite/gas/i386/pconfig-intel.d create mode 100644 gas/testsuite/gas/i386/pconfig.d create mode 100644 gas/testsuite/gas/i386/pconfig.s create mode 100644 gas/testsuite/gas/i386/wbnoinvd-intel.d create mode 100644 gas/testsuite/gas/i386/wbnoinvd.d create mode 100644 gas/testsuite/gas/i386/wbnoinvd.s create mode 100644 gas/testsuite/gas/i386/x86-64-pconfig-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-pconfig.d create mode 100644 gas/testsuite/gas/i386/x86-64-pconfig.s create mode 100644 gas/testsuite/gas/i386/x86-64-wbnoinvd-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-wbnoinvd.d create mode 100644 gas/testsuite/gas/i386/x86-64-wbnoinvd.s create mode 100644 gas/testsuite/gas/rx/pr22737.d create mode 100644 gas/testsuite/gas/rx/pr22737.s delete mode 100644 gdb/mt-tdep.c create mode 100644 gdb/s390-tdep.c copy gdb/{s390-linux-tdep.h => s390-tdep.h} (62%) create mode 100644 gdb/testsuite/gdb.base/break-include.c create mode 100644 gdb/testsuite/gdb.base/break-include.exp create mode 100644 gdb/testsuite/gdb.base/break-include.inc create mode 100644 gdb/testsuite/gdb.mi/mi-frame-regs.exp create mode 100644 patches/binutils-x86-64-gold-thunk.patch create mode 100644 patches/binutils-x86-64-thunk.patch