diff mbox series

[v2,06/12] RISC-V: Split the soft-fp into rv32 and rv64

Message ID ff0b4ce6bbac4e15c8ca9222c44e8690199e4f14.1531801545.git.zong@andestech.com
State New
Headers show
Series RISC-V glibc port for the 32 bit | expand

Commit Message

Zong Li July 17, 2018, 5:07 a.m. UTC
The libm-test-ulps is different on rv32 and rv64.
---
 sysdeps/riscv/nofpu/Implies      | 1 -
 sysdeps/riscv/rv32/nofpu/Implies | 1 +
 sysdeps/riscv/rv64/nofpu/Implies | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)
 delete mode 100644 sysdeps/riscv/nofpu/Implies
 create mode 100644 sysdeps/riscv/rv32/nofpu/Implies
 create mode 100644 sysdeps/riscv/rv64/nofpu/Implies
diff mbox series

Patch

diff --git a/sysdeps/riscv/nofpu/Implies b/sysdeps/riscv/nofpu/Implies
deleted file mode 100644
index abcbadb..0000000
--- a/sysdeps/riscv/nofpu/Implies
+++ /dev/null
@@ -1 +0,0 @@ 
-ieee754/soft-fp
diff --git a/sysdeps/riscv/rv32/nofpu/Implies b/sysdeps/riscv/rv32/nofpu/Implies
new file mode 100644
index 0000000..abcbadb
--- /dev/null
+++ b/sysdeps/riscv/rv32/nofpu/Implies
@@ -0,0 +1 @@ 
+ieee754/soft-fp
diff --git a/sysdeps/riscv/rv64/nofpu/Implies b/sysdeps/riscv/rv64/nofpu/Implies
new file mode 100644
index 0000000..abcbadb
--- /dev/null
+++ b/sysdeps/riscv/rv64/nofpu/Implies
@@ -0,0 +1 @@ 
+ieee754/soft-fp