bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/20319] as and objdump allow "fmov sn, xm"


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/20319] as and objdump allow "fmov sn, xm"
Date: Fri, 08 Jun 2018 13:05:04 +0000

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 <address@hidden>:

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

commit cb36699271e2f3308b6f1aa40086950111308020
Author: Egeyar Bagcioglu <address@hidden>
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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]