This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_35-branch in repository binutils-gdb.
from d4c09da8029 Automatic date update in version.in new c74f4632815 x86: Add {disp16} pseudo prefix new e2b81f7fcf5 gas/NEWS: Mention {disp16} pseudo prefix
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 | 29 ++++++++++++++++ gas/NEWS | 2 ++ gas/config/tc-i386.c | 50 ++++++++++++++++++++-------- gas/doc/c-i386.texi | 5 ++- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/inval-pseudo.l | 6 +++- gas/testsuite/gas/i386/inval-pseudo.s | 2 ++ gas/testsuite/gas/i386/pseudos.d | 28 +++++++++++++--- gas/testsuite/gas/i386/pseudos.s | 35 ++++++++++++++++--- gas/testsuite/gas/i386/x86-64-inval-pseudo.l | 10 ++++++ gas/testsuite/gas/i386/x86-64-inval-pseudo.s | 4 +++ gas/testsuite/gas/i386/x86-64-pseudos.d | 20 +++++++++++ gas/testsuite/gas/i386/x86-64-pseudos.s | 27 +++++++++++++++ opcodes/ChangeLog | 16 +++++++++ opcodes/i386-opc.h | 12 +++++++ opcodes/i386-opc.tbl | 21 ++++++------ opcodes/i386-tbl.h | 32 ++++++++++++------ 17 files changed, 257 insertions(+), 43 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-inval-pseudo.l create mode 100644 gas/testsuite/gas/i386/x86-64-inval-pseudo.s