riscv / riscv-test-env

https://jira.riscv.org/browse/RVG-141
Other
42 stars 107 forks source link

Minor clang-related fixes #27

Closed gktrk closed 4 years ago

gktrk commented 4 years ago

This PR updates the CSRs sptbr and sbadaddr with their updated names satp and stval to support compiling with clang.

gktrk commented 4 years ago

To further clarify, we are using LLVM10.

aswaterman commented 4 years ago

Thanks. We were using the old names for compatibility with older GNU assemblers, but since it has been a few years since the names changed, it is appropriate to update them.