bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/28372] [RISCV] wrong attribute of version number generated for


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/28372] [RISCV] wrong attribute of version number generated for p extension
Date: Tue, 28 Sep 2021 11:39:39 +0000

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nelson Chu <nelsonc1225@sourceware.org>:

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

commit 3a6a0158ee07ba2f960ae4a898897460382dc5ec
Author: Cooper Qu <cooper.qu@linux.alibaba.com>
Date:   Wed Sep 22 16:14:36 2021 +0800

    RISC-V: Fix wrong version number when arch contains 'p'.

    When specify a default version for p extension in
    riscv_supported_std_ext[](elfxx-riscv.c) and assembling with
    -march=rv32imacp, the c extension's version in attribute will become
    0p0, the expectation is 2p0.

    TODO: Remember to add testcase when we have supported standrad p in
    the future.

    bfd/
            PR gas/28372
            * elfxx-riscv.c (riscv_parsing_subset_version): Break if p
            represent the 'p' extension.

    Change-Id: Ia4e0cf26f3d7d07acaee8cefd86707ecac663a59

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