bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/28031] iwmmxt2 assembly broken since f439988037a


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/28031] iwmmxt2 assembly broken since f439988037a
Date: Thu, 01 Jul 2021 16:49:03 +0000

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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The binutils-2_36-branch branch has been updated by Richard Earnshaw
<rearnsha@sourceware.org>:

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

commit 687dd74c9bac7b746ea69e4ea070adff05226b13
Author: Richard Earnshaw <rearnsha@arm.com>
Date:   Thu Jul 1 11:37:13 2021 +0100

    arm: don't treat XScale features as part of the FPU [PR 28031]

    Although the XScale and its iwMMX extensions are implemented in the
    Arm co-processor space, they are not considered to be part of the FPU
    specification.  In particular, they cannot be enabled or disabled via
    a .fpu directive.  It's therefore incorrect to strip these properties
    when a new .fpu directive is encountered.

    Note that the legacy Maverick co-processor is considered to be a FPU
    and it is possible to control this via the .fpu directive.

    include:

            PR gas/28031
            * opcode/arm.h (FPU_ANY): Exclude XScale-related features.

-- 
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]