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 a442cac5084 ix86: wrap constants new 4e014f6ac0a x86: immediate operands don't allow for vector operations new f70c6814bb5 x86: remove pointless 2nd parameter from check_VecOperations() new 98ff9f1c5d0 x86/Intel: drop unnecessary bracket matching from parse_operands() new c8d541e2e73 x86: correct absolute branch check with segment override new 9d299bea8cc x86: make symbol quotation check consistent in i386_att_operand() new 014fbcda4c6 x86: allow unary operators to start a memory operand new e68c3d59acd x86: better respect quotes in parse_operands() new 6b5ba0d49e3 x86: honor quoted figure braces in i386_att_operand()
The 8 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 | 52 ++++++++++++++ gas/config/tc-i386-intel.c | 2 +- gas/config/tc-i386.c | 152 +++++++++++++++++++++------------------- gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/quoted.d | 21 ++++++ gas/testsuite/gas/i386/quoted.s | 16 +++++ gas/testsuite/gas/i386/unary.d | 17 +++++ gas/testsuite/gas/i386/unary.s | 11 +++ 8 files changed, 198 insertions(+), 75 deletions(-) create mode 100644 gas/testsuite/gas/i386/quoted.d create mode 100644 gas/testsuite/gas/i386/quoted.s create mode 100644 gas/testsuite/gas/i386/unary.d create mode 100644 gas/testsuite/gas/i386/unary.s