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 c290cb01fac gdb: fix sparc build failure of linux-nat new b8188555490 x86-64: have value properly checked when resolving fixup new fe134c65699 x86: optimize LEA
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/ChangeLog | 21 ++++ gas/config/tc-i386.c | 155 ++++++++++++++++++++++++++++- gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/lea-optimize.d | 41 +++++++- gas/testsuite/gas/i386/lea.d | 39 +++++++- gas/testsuite/gas/i386/lea.e | 1 + gas/testsuite/gas/i386/lea.s | 54 +++++++++- gas/testsuite/gas/i386/lea16-optimize.d | 48 +++++++++ gas/testsuite/gas/i386/lea16.s | 7 ++ gas/testsuite/gas/i386/lea64-optimize.d | 71 +++++++++++++ gas/testsuite/gas/i386/lea64.d | 70 +++++++++++++ gas/testsuite/gas/i386/{lea.e => lea64.e} | 1 + gas/testsuite/gas/i386/lea64.s | 84 ++++++++++++++++ gas/testsuite/gas/i386/x86-64-addr32-bad.l | 29 ++++++ gas/testsuite/gas/i386/x86-64-addr32-bad.s | 15 +++ opcodes/ChangeLog | 5 + opcodes/i386-opc.tbl | 2 +- opcodes/i386-tbl.h | 2 +- 18 files changed, 638 insertions(+), 11 deletions(-) create mode 100644 gas/testsuite/gas/i386/lea16-optimize.d create mode 100644 gas/testsuite/gas/i386/lea16.s create mode 100644 gas/testsuite/gas/i386/lea64-optimize.d create mode 100644 gas/testsuite/gas/i386/lea64.d copy gas/testsuite/gas/i386/{lea.e => lea64.e} (73%) create mode 100644 gas/testsuite/gas/i386/lea64.s create mode 100644 gas/testsuite/gas/i386/x86-64-addr32-bad.l create mode 100644 gas/testsuite/gas/i386/x86-64-addr32-bad.s