summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio G. Cota2018-09-05 01:31:06 +0200
committerRichard Henderson2018-10-05 19:57:41 +0200
commitb44b5abeae4a3b54ccbd7137f59c0a8923cecec9 (patch)
tree59dd3928a00af9ee2ac55092818a979b189d256a
parentsoftfloat: remove float64_trunc_to_int (diff)
downloadqemu-b44b5abeae4a3b54ccbd7137f59c0a8923cecec9.tar.gz
qemu-b44b5abeae4a3b54ccbd7137f59c0a8923cecec9.tar.xz
qemu-b44b5abeae4a3b54ccbd7137f59c0a8923cecec9.zip
gitmodules: add berkeley's softfloat + testfloat version 3
These are BSD-licensed so we can add them as submodules. Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r--.gitmodules6
m---------tests/fp/berkeley-softfloat-30
m---------tests/fp/berkeley-testfloat-30
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index d108478e0a..a48d2a764c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -43,3 +43,9 @@
[submodule "roms/u-boot-sam460ex"]
path = roms/u-boot-sam460ex
url = git://git.qemu.org/u-boot-sam460ex.git
+[submodule "tests/fp/berkeley-testfloat-3"]
+ path = tests/fp/berkeley-testfloat-3
+ url = git://github.com/cota/berkeley-testfloat-3
+[submodule "tests/fp/berkeley-softfloat-3"]
+ path = tests/fp/berkeley-softfloat-3
+ url = git://github.com/cota/berkeley-softfloat-3
diff --git a/tests/fp/berkeley-softfloat-3 b/tests/fp/berkeley-softfloat-3
new file mode 160000
+Subproject b64af41c3276f97f0e181920400ee056b9c8803
diff --git a/tests/fp/berkeley-testfloat-3 b/tests/fp/berkeley-testfloat-3
new file mode 160000
+Subproject ca9fa2ba05625ba929958f163b01747e07dd39c