diff options
Diffstat (limited to 'bfd/cpu-riscv.h')
-rw-r--r-- | bfd/cpu-riscv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/cpu-riscv.h b/bfd/cpu-riscv.h index c43a4ce..4657c0e 100644 --- a/bfd/cpu-riscv.h +++ b/bfd/cpu-riscv.h @@ -18,6 +18,8 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +extern const char *riscv_vendor_name; + enum riscv_spec_class { /* ISA spec. */ @@ -36,6 +38,9 @@ enum riscv_spec_class /* Vendor spec for T_HEAD XuanTie. */ VENDOR_SPEC_CLASS_THEAD, + + /* Vendor spec for SiFive. */ + VENDOR_SPEC_CLASS_SIFIVE, }; struct riscv_spec |