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 99847db8ea ld einfo positional arg support new 0645f0a2a7 x86-64: don't allow use of %axl as accumulator new 3a2430e05b x86: drop VEXI4_Fixup() new 390a67891e x86: use correct register names
The 3 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: gas/ChangeLog | 23 ++++++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/ilp32/x86-64-reg-intel.d | 8 +++ gas/testsuite/gas/i386/ilp32/x86-64-reg.d | 8 +++ gas/testsuite/gas/i386/noextreg.d | 18 +++++ gas/testsuite/gas/i386/noextreg.s | 25 +++++++ gas/testsuite/gas/i386/x86-64-reg-bad.l | 20 ++++++ gas/testsuite/gas/i386/x86-64-reg-bad.s | 11 +++ gas/testsuite/gas/i386/x86-64-reg-intel.d | 8 +++ gas/testsuite/gas/i386/x86-64-reg.d | 8 +++ gas/testsuite/gas/i386/x86-64-reg.s | 9 +++ opcodes/ChangeLog | 18 +++++ opcodes/i386-dis.c | 93 +++++++++++-------------- opcodes/i386-reg.tbl | 2 +- opcodes/i386-tbl.h | 2 +- 15 files changed, 200 insertions(+), 55 deletions(-) create mode 100644 gas/testsuite/gas/i386/noextreg.d create mode 100644 gas/testsuite/gas/i386/noextreg.s create mode 100644 gas/testsuite/gas/i386/x86-64-reg-bad.l create mode 100644 gas/testsuite/gas/i386/x86-64-reg-bad.s