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 27e5a27 [arm] Automatically enable CRC instructions on supported ARMv [...] new 5b64d09 X86: Allow additional ISAs for IAMCU in assembler
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 | 16 ++++++++++++++++ gas/config/tc-i386.c | 23 ++--------------------- gas/testsuite/gas/i386/i386.exp | 4 ++-- gas/testsuite/gas/i386/iamcu-4.d | 12 ++++++++++++ gas/testsuite/gas/i386/iamcu-4.s | 3 +++ gas/testsuite/gas/i386/iamcu-5.d | 12 ++++++++++++ gas/testsuite/gas/i386/iamcu-5.s | 3 +++ gas/testsuite/gas/i386/iamcu-inval-2.l | 2 -- gas/testsuite/gas/i386/iamcu-inval-2.s | 2 -- gas/testsuite/gas/i386/iamcu-inval-3.l | 2 -- gas/testsuite/gas/i386/iamcu-inval-3.s | 1 - opcodes/ChangeLog | 5 +++++ opcodes/i386-gen.c | 2 -- opcodes/i386-init.h | 7 ------- 14 files changed, 55 insertions(+), 39 deletions(-) create mode 100644 gas/testsuite/gas/i386/iamcu-4.d create mode 100644 gas/testsuite/gas/i386/iamcu-4.s create mode 100644 gas/testsuite/gas/i386/iamcu-5.d create mode 100644 gas/testsuite/gas/i386/iamcu-5.s delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-2.l delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-2.s delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-3.l delete mode 100644 gas/testsuite/gas/i386/iamcu-inval-3.s