From 3fff6023602822531efdae30bc8ebf862967f1ef Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Mon, 25 Jul 2022 17:55:39 +0200 Subject: Initial Commit --- VexRiscv/src/test/cpp/fpu/math/libcode.version | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 VexRiscv/src/test/cpp/fpu/math/libcode.version (limited to 'VexRiscv/src/test/cpp/fpu/math/libcode.version') diff --git a/VexRiscv/src/test/cpp/fpu/math/libcode.version b/VexRiscv/src/test/cpp/fpu/math/libcode.version new file mode 100644 index 0000000..f039be6 --- /dev/null +++ b/VexRiscv/src/test/cpp/fpu/math/libcode.version @@ -0,0 +1,4 @@ +CODEABI_1.0 { + global: FpuMath_*; + local: *; +} \ No newline at end of file -- cgit v1.2.3