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 5e500d33230 gdb: handle non-const property types in ada_modulus (PR ada/26318) new 41eb8e88859 x86: Add {disp16} pseudo prefix
The 1 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 | 25 ++++++++++++++ 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 | 22 +++++++++++- 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 ++++++++++++------ 16 files changed, 252 insertions(+), 44 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