Add riscv32 mathu inculde file, redirecting to ../riscv64/mathu.inc file (this file seems to have no 64-bit specific code)

git-svn-id: trunk@43530 -
This commit is contained in:
pierre 2019-11-21 10:52:27 +00:00
parent ff415ba39c
commit bfb4b885ca
2 changed files with 2 additions and 0 deletions

1
.gitattributes vendored
View File

@ -11555,6 +11555,7 @@ rtl/riscv32/cpuh.inc svneol=native#text/plain
rtl/riscv32/int64p.inc svneol=native#text/plain
rtl/riscv32/makefile.cpu svneol=native#text/plain
rtl/riscv32/math.inc svneol=native#text/plain
rtl/riscv32/mathu.inc svneol=native#text/plain
rtl/riscv32/riscv32.inc svneol=native#text/plain
rtl/riscv32/set.inc svneol=native#text/plain
rtl/riscv32/setjump.inc svneol=native#text/plain

1
rtl/riscv32/mathu.inc Normal file
View File

@ -0,0 +1 @@
{$i ../riscv64/mathu.inc}