Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Riscv gcc 12.1.0 Fix arch canonicalize #352

Open
wants to merge 2 commits into
base: riscv-gcc-12.1.0
Choose a base branch
from

Conversation

joe-img
Copy link

@joe-img joe-img commented Aug 15, 2022

First time contributing - let me know if I'm doing anything wrong here.

4f015ef seems to have broken arch-canonicalize for any arch that doesn't start with 'g'.
Example:

$ ./arch-canonicalize rv32imc
rv32imafdc_zicsr

This PR reverts that commit and fixes what 4f015ef was trying to do.

This fixes rv64gcv expanding with duplicate 'fd' extensions.

This implements what 4f015ef was trying to fix.
@cmuellner
Copy link
Contributor

Thanks for your contribution.

This repository is not used for active development anymore.
Active development is done upstream in the GCC project (see https://gcc.gnu.org/contribute.html for the contribution guidelines).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants