This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 826c3f1edc x86 map file textrel new 50a1fdd59c Fix displaced-stepping RIP-relative VEX-encoded instructions [...]
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: gdb/ChangeLog | 10 ++ gdb/amd64-tdep.c | 58 +++++++++-- gdb/testsuite/ChangeLog | 6 ++ gdb/testsuite/gdb.arch/amd64-disp-step-avx.S | 70 +++++++++++++ gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp | 139 +++++++++++++++++++++++++ 5 files changed, 274 insertions(+), 9 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/amd64-disp-step-avx.S create mode 100644 gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp