https://sourceware.org/bugzilla/show_bug.cgi?id=20319

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <ni...@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cb36699271e2f3308b6f1aa40086950111308020

commit cb36699271e2f3308b6f1aa40086950111308020
Author: Egeyar Bagcioglu <egeyar.bagcio...@oracle.com>
Date:   Fri Jun 8 14:02:52 2018 +0100

    Prevent undefined FMOV instructions being accepted by the AArch64
assembler.

        Detect illegal FMOV instructions that changes the size from 32 bits to
64
        bits and vice versa. Add tests for these and other undefined FMOV
        instructions.

            PR 20319
    gas     * testsuite/gas/aarch64/illegal-3.s: Test if unallocated FMOV
encodings
            are detected as undefined.
            * testsuite/gas/aarch64/illegal-3.d: Likewise.
            * testsuite/gas/aarch64/illegal.s: Test if FMOV instructions that
are
            changing the size from 32 bits to 64 bits and vice versa trigger an
            error.
            * testsuite/gas/aarch64/illegal.l: Likewise.

    opcodes * aarch64-tbl.h: Introduce QL_INT2FP_FMOV and QL_FP2INT_FMOV.
            (aarch64_opcode_table) : Use QL_INT2FP_FMOV and QL_FP2INT_FMOV.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to