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 7e21379963c gdb/testsuite: get_set_option_choices: expect \r\n after each item new b0e8fa7ff0d Add AMD znver4 processor support
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/config/tc-i386.c | 9 +- gas/doc/c-i386.texi | 5 +- gas/testsuite/gas/i386/arch-14-1.d | 22 + gas/testsuite/gas/i386/arch-14-1.s | 16 + gas/testsuite/gas/i386/arch-14-znver4.d | 5 + gas/testsuite/gas/i386/i386.exp | 5 + gas/testsuite/gas/i386/rmpquery.d | 20 + gas/testsuite/gas/i386/rmpquery.s | 13 + gas/testsuite/gas/i386/x86-64-arch-4-1.d | 23 + gas/testsuite/gas/i386/x86-64-arch-4-1.s | 18 + gas/testsuite/gas/i386/x86-64-arch-4-znver4.d | 5 + opcodes/i386-dis.c | 16 +- opcodes/i386-gen.c | 5 + opcodes/i386-init.h | 444 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 7 + opcodes/i386-tbl.h | 7706 +++++++++++++------------ 17 files changed, 4265 insertions(+), 4057 deletions(-) create mode 100644 gas/testsuite/gas/i386/arch-14-1.d create mode 100644 gas/testsuite/gas/i386/arch-14-1.s create mode 100644 gas/testsuite/gas/i386/arch-14-znver4.d create mode 100644 gas/testsuite/gas/i386/rmpquery.d create mode 100644 gas/testsuite/gas/i386/rmpquery.s create mode 100644 gas/testsuite/gas/i386/x86-64-arch-4-1.d create mode 100644 gas/testsuite/gas/i386/x86-64-arch-4-1.s create mode 100644 gas/testsuite/gas/i386/x86-64-arch-4-znver4.d