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 49bcc139299 Automatic date update in version.in new 693bec1ed63 ix86: enable more ELF tests for VxWorks new 48ef937e913 x86: honor absolute section when emitting code new 750e4bf70f2 gas: generalize comment character escaping recognition new b3983e5f53c x86: handle SVR4 escaped binary operators
The 4 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 | 40 ++++++++++++ gas/app.c | 23 ++----- gas/config/tc-i386-intel.c | 10 +++ gas/config/tc-i386.c | 125 ++++++++++++++++++++++++++------------ gas/testsuite/gas/i386/i386.exp | 36 ++++++++--- gas/testsuite/gas/i386/sizing.s | 55 +++++++++++++++++ gas/testsuite/gas/i386/sizing32.d | 20 ++++++ gas/testsuite/gas/i386/sizing64.d | 20 ++++++ gas/testsuite/gas/i386/svr4.d | 24 ++++++++ gas/testsuite/gas/i386/svr4.s | 31 ++++++++++ 10 files changed, 318 insertions(+), 66 deletions(-) create mode 100644 gas/testsuite/gas/i386/sizing.s create mode 100644 gas/testsuite/gas/i386/sizing32.d create mode 100644 gas/testsuite/gas/i386/sizing64.d create mode 100644 gas/testsuite/gas/i386/svr4.d create mode 100644 gas/testsuite/gas/i386/svr4.s