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 efa8fd890a2 Automatic date update in version.in new f9a37571ba6 aarch64: Add support for FEAT_FPRCVT
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-aarch64.c | 1 + gas/doc/c-aarch64.texi | 2 + gas/testsuite/gas/aarch64/fprcvt.d | 176 ++ gas/testsuite/gas/aarch64/fprcvt.s | 159 + include/opcode/aarch64.h | 4 + opcodes/aarch64-asm-2.c | 804 ++--- opcodes/aarch64-asm.c | 3 +- opcodes/aarch64-dis-2.c | 6054 ++++++++++++++++++------------------ opcodes/aarch64-dis.c | 11 +- opcodes/aarch64-opc-2.c | 94 +- opcodes/aarch64-opc.h | 10 + opcodes/aarch64-tbl.h | 35 + 12 files changed, 3941 insertions(+), 3412 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/fprcvt.d create mode 100644 gas/testsuite/gas/aarch64/fprcvt.s