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 6295b6da16 Add test for following fork on position-independent executables new de89d0a34d Enable Intel WAITPKG instructions.
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 | 13 + gas/config/tc-i386.c | 2 + gas/doc/c-i386.texi | 3 +- gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/waitpkg-intel.d | 16 + gas/testsuite/gas/i386/waitpkg.d | 16 + gas/testsuite/gas/i386/waitpkg.s | 8 + gas/testsuite/gas/i386/x86-64-waitpkg-intel.d | 19 + gas/testsuite/gas/i386/x86-64-waitpkg.d | 19 + gas/testsuite/gas/i386/x86-64-waitpkg.s | 11 + opcodes/ChangeLog | 16 + opcodes/i386-dis.c | 35 +- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 416 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 13 + opcodes/i386-tbl.h | 10164 ++++++++++++------------ 17 files changed, 5512 insertions(+), 5249 deletions(-) create mode 100644 gas/testsuite/gas/i386/waitpkg-intel.d create mode 100644 gas/testsuite/gas/i386/waitpkg.d create mode 100644 gas/testsuite/gas/i386/waitpkg.s create mode 100644 gas/testsuite/gas/i386/x86-64-waitpkg-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-waitpkg.d create mode 100644 gas/testsuite/gas/i386/x86-64-waitpkg.s