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 8ac42dbf500 Handle linesStartAt1 in DAP new 30200464e9d gas: special-case division / modulo by ±1 new 9d02cb7fe0d x86/Intel: don't accept memory operands with J*CXZ and LOOP*
The 2 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/config/tc-i386-intel.c | 8 ++------ gas/expr.c | 42 +++++++++++++++++++++++++++++++++++---- gas/symbols.c | 23 +++++++++++++++++++-- gas/testsuite/gas/all/gas.exp | 16 +++++++++++++++ gas/testsuite/gas/all/octa-div.d | 10 ++++++++++ gas/testsuite/gas/all/octa-div.s | 11 ++++++++++ gas/testsuite/gas/all/quad-div.d | 9 +++++++++ gas/testsuite/gas/all/quad-div.s | 32 +++++++++++++++++++++++++++++ gas/testsuite/gas/all/quad-div2.d | 16 +++++++++++++++ gas/testsuite/gas/all/quad-div2.s | 27 +++++++++++++++++++++++++ 10 files changed, 182 insertions(+), 12 deletions(-) create mode 100644 gas/testsuite/gas/all/octa-div.d create mode 100644 gas/testsuite/gas/all/octa-div.s create mode 100644 gas/testsuite/gas/all/quad-div.d create mode 100644 gas/testsuite/gas/all/quad-div.s create mode 100644 gas/testsuite/gas/all/quad-div2.d create mode 100644 gas/testsuite/gas/all/quad-div2.s