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 d89d987bd2f Automatic date update in version.in new df81d460b2d x86: tighten extend-to-32bit-address conditions new 762acf217c4 gas: maintain O_constant signedness in more cases new 6f5ee7a3e92 gas: invoke md_optimize_expr() also for unary expressions new 5cc007751cd x86: further adjust extend-to-32bit-address conditions new 1e66f4c55f8 x86: permit all relational operators in insn operands
The 5 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-hppa.c | 1 + gas/config/tc-i386-intel.c | 1 + gas/config/tc-i386.c | 59 +++++++++++++++++++++++++-- gas/config/tc-i386.h | 6 +++ gas/config/tc-ppc.c | 6 +-- gas/doc/as.texi | 28 ++++++++----- gas/doc/internals.texi | 8 ++++ gas/expr.c | 68 +++++++++++++++++++++---------- gas/testsuite/gas/all/gas.exp | 5 +++ gas/testsuite/gas/all/octa.d | 8 ++++ gas/testsuite/gas/all/octa.s | 8 ++++ gas/testsuite/gas/all/quad.d | 1 + gas/testsuite/gas/all/quad.s | 3 ++ gas/testsuite/gas/all/quad2.d | 8 ++++ gas/testsuite/gas/all/quad2.s | 3 ++ gas/testsuite/gas/i386/cond.d | 17 ++++++++ gas/testsuite/gas/i386/cond.s | 10 +++++ gas/testsuite/gas/i386/cst-diag.l | 43 ++++++++++++++++++++ gas/testsuite/gas/i386/cst-diag.s | 79 ++++++++++++++++++++++++++++++++++++ gas/testsuite/gas/i386/disp-imm-32.d | 7 ++-- gas/testsuite/gas/i386/disp-imm-32.e | 4 ++ gas/testsuite/gas/i386/i386.exp | 2 + 22 files changed, 334 insertions(+), 41 deletions(-) create mode 100644 gas/testsuite/gas/all/quad2.d create mode 100644 gas/testsuite/gas/all/quad2.s create mode 100644 gas/testsuite/gas/i386/cond.d create mode 100644 gas/testsuite/gas/i386/cond.s create mode 100644 gas/testsuite/gas/i386/cst-diag.l create mode 100644 gas/testsuite/gas/i386/cst-diag.s create mode 100644 gas/testsuite/gas/i386/disp-imm-32.e