diff options
author | Kito Cheng <kito.cheng@sifive.com> | 2020-12-29 16:15:19 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2021-01-08 11:14:02 +0800 |
commit | 0b7b4710111e0ac42d14ffdd1d71ff9c6751414e (patch) | |
tree | 3fe47553c57f97fd93cd55079eee0908c6fec714 /gcc/fortran/simplify.c | |
parent | 7d187e4f6f582b7589b0201e6be3d2c96abe4d2a (diff) | |
download | gcc-0b7b4710111e0ac42d14ffdd1d71ff9c6751414e.zip gcc-0b7b4710111e0ac42d14ffdd1d71ff9c6751414e.tar.gz gcc-0b7b4710111e0ac42d14ffdd1d71ff9c6751414e.tar.bz2 |
RISC-V: Move class riscv_subset_list and riscv_subset_t to riscv-protos.h
Pre-work of new style of architecture extension test macros, we need the
list used in `config/riscv/riscv-c.c`, so those struct/class declaration
must move to header file rather than local C file.
gcc/ChangeLog
* common/config/riscv/riscv-common.c (RISCV_DONT_CARE_VERSION):
Move to riscv-subset.h.
(struct riscv_subset_t): Ditto.
(class riscv_subset_list): Ditto.
* config/riscv/riscv-subset.h (RISCV_DONT_CARE_VERSION): Move
from riscv-common.c.
(struct riscv_subset_t): Ditto.
(class riscv_subset_list): Ditto.
* config/riscv/t-riscv ($(common_out_file)): Add file
dependency.
Diffstat (limited to 'gcc/fortran/simplify.c')
0 files changed, 0 insertions, 0 deletions