This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository binutils-gdb.
from 57f6375ec1 x86: drop bogus IgnoreSize from a few further insns new 79f0fa25b9 x86: Swap destination/source to encode VEX only if possible new 41d1ab6a6d i386: Update VexW field for VEX instructions new 5be12fc1ad x86: Remove VexW=1 from WIG VEX movq and vmovq new 508d0c9b59 Fix a use-after-freed error introduced by previous attempt t [...] new 1256af7d1a python: Provide textual representation for Inferior and Objfile new 319dbdfbb7 Add a testcase for PR binutils/23633 new 80ca5f98b8 Add "contrib" to the list of GDB support dirs (on src-release.sh)
The 7 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: ChangeLog | 4 + binutils/ChangeLog | 14 + binutils/objcopy.c | 3 +- binutils/testsuite/binutils-all/objcopy.exp | 2 + binutils/testsuite/binutils-all/pr23633.d | 8 + binutils/testsuite/binutils-all/pr23633.list | 2417 ++++++++++++++++++++ .../testsuite/binutils-all/pr23633.s | 2 +- gas/ChangeLog | 5 + gas/config/tc-i386.c | 7 +- gdb/ChangeLog | 7 + gdb/doc/ChangeLog | 5 + gdb/doc/python.texi | 4 + gdb/python/py-inferior.c | 17 +- gdb/python/py-objfile.c | 17 +- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.python/py-inferior.exp | 17 +- gdb/testsuite/gdb.python/py-objfile.exp | 9 + gdb/testsuite/gdb.python/py-symtab.exp | 3 +- opcodes/ChangeLog | 8 + opcodes/i386-opc.tbl | 44 +- opcodes/i386-tbl.h | 44 +- src-release.sh | 2 +- 22 files changed, 2591 insertions(+), 54 deletions(-) create mode 100644 binutils/testsuite/binutils-all/pr23633.d create mode 100644 binutils/testsuite/binutils-all/pr23633.list copy ld/testsuite/ld-checks/over2.s => binutils/testsuite/binutils-all/pr23633.s (60%)