From: Peter Bergner <[email protected]> This patch series implements support for adding alternate or alias names for RISC-V cores for use in the -mcpu= and -mtune= options. This can be required when a cpu core's name has been changed or if it is generally known by more than one name.
Patch 1/2 adds the base support for creating alias names. Patch 2/2 renames Ascalon's old tt-ascalon-d8 name to the official name tt-ascalon-x and creates a tt-ascalon-d8 alias for backward compatibility purposes. This patch series has been regtested on riscv64 with no regressions. Ok for trunk? Peter Peter Bergner (2): riscv: Add support for alias names for cpus riscv: Change tt-ascalon-d8 to tt-ascalon-x gcc/common/config/riscv/riscv-common.cc | 53 +++++++++++++++++++++++-- gcc/config/riscv/riscv-cores.def | 22 ++++++++-- gcc/doc/riscv-mcpu.texi | 2 +- gcc/doc/riscv-mtune.texi | 2 +- 4 files changed, 70 insertions(+), 9 deletions(-) -- 2.43.0
