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 0e6724dee49 x86: Document movsx/movsxd/movzx for AT&T syntax new 514a8bb031f x86: extend LEA's segment override warning new 92334ad2c6a x86: optimize away pointless segment overrides new b6773884364 x86: adjust segment override prefix emission
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 | 24 ++++++++++++++++++++++++ gas/config/tc-i386.c | 28 +++++++++++++++++++--------- gas/testsuite/gas/i386/i386.exp | 2 ++ gas/testsuite/gas/i386/lea-optimize.d | 13 +++++++++++++ gas/testsuite/gas/i386/lea.d | 12 ++++++++++++ gas/testsuite/gas/i386/lea.e | 3 +++ gas/testsuite/gas/i386/lea.s | 4 ++++ gas/testsuite/gas/i386/prefix32.l | 9 ++++++++- gas/testsuite/gas/i386/prefix32.s | 6 ++++++ 9 files changed, 91 insertions(+), 10 deletions(-) create mode 100644 gas/testsuite/gas/i386/lea-optimize.d create mode 100644 gas/testsuite/gas/i386/lea.d create mode 100644 gas/testsuite/gas/i386/lea.e create mode 100644 gas/testsuite/gas/i386/lea.s