You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UNRATIFIED RISC-V: Add stub support for Pointer masking extensions
[DO NOT MERGE]
Until Pointer masking extensions are frozen/ratified and the final version
number is determined, this patch should not be merged upstream. This
commit uses unratified version 0.6(.1) as in the latest PDF documentation
(instead of possible 1.0 after ratification).
This commit adds pointer masking extensions ('Ssnjpm', 'Smnjpm' and
'Smmjpm') based on the latest commit of the RISC-V Pointer Masking draft.
<riscv/riscv-j-extension@75e6aa4>
Because it doesn't provide new instructions or CSRs, it only adds
extension name / implication support.
bfd/ChangeLog:
* elfxx-riscv.c (riscv_implicit_subsets): Add implications to
'Zicsr'. (riscv_supported_std_s_ext): Add 'Smmjpm', 'Smnjpm' and
'Ssnjpm' extensions to valid 'S' extension list.
0 commit comments