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 1bd8ae10049 ubsan: tic4x: left shift cannot be represented in type 'int' new 62b3f54810e x86: drop further pointless/bogus DefaultSize new 873494c89fb x86-64: also diagnose far returns / IRET with ambiguous ope [...] new aeab2b26dbe x86-64: honor vendor specifics for near RET
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 | 34 +++++++++++++++++++++ gas/config/tc-i386.c | 28 +++++++++++------- gas/testsuite/gas/i386/ilp32/x86-64-branch.d | 8 +++-- gas/testsuite/gas/i386/k1om.d | 27 +++++++++++------ gas/testsuite/gas/i386/l1om.d | 27 +++++++++++------ gas/testsuite/gas/i386/noreg64.d | 3 ++ gas/testsuite/gas/i386/noreg64.l | 3 ++ gas/testsuite/gas/i386/noreg64.s | 3 ++ gas/testsuite/gas/i386/x86-64-branch-2.d | 2 ++ gas/testsuite/gas/i386/x86-64-branch-2.s | 3 ++ gas/testsuite/gas/i386/x86-64-branch-4.l | 44 ++++++++++++++++------------ gas/testsuite/gas/i386/x86-64-branch-4.s | 4 +++ gas/testsuite/gas/i386/x86-64-branch.d | 8 +++-- gas/testsuite/gas/i386/x86-64-branch.s | 5 ++++ gas/testsuite/gas/i386/x86-64-opcode.d | 1 + gas/testsuite/gas/i386/x86-64-opcode.s | 5 ++-- gas/testsuite/gas/i386/x86-64-suffix-intel.d | 2 +- gas/testsuite/gas/i386/x86-64-suffix.d | 2 +- gas/testsuite/gas/i386/x86-64-suffix.e | 2 ++ gas/testsuite/gas/i386/x86-64-suffix.s | 1 - gas/testsuite/gas/i386/x86_64-intel.d | 27 +++++++++++------ gas/testsuite/gas/i386/x86_64.d | 28 ++++++++++++------ gas/testsuite/gas/i386/x86_64.e | 3 ++ gas/testsuite/gas/i386/x86_64.s | 8 +++++ opcodes/ChangeLog | 17 +++++++++++ opcodes/i386-dis.c | 18 ++++++++++-- opcodes/i386-opc.tbl | 24 ++++++++------- opcodes/i386-tbl.h | 44 +++++++++++++++++++++------- 28 files changed, 285 insertions(+), 96 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-suffix.e create mode 100644 gas/testsuite/gas/i386/x86_64.e