aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2018-09-04 19:31:06 -0400
committerRichard Henderson <richard.henderson@linaro.org>2018-10-05 12:57:41 -0500
commitb44b5abeae4a3b54ccbd7137f59c0a8923cecec9 (patch)
tree59dd3928a00af9ee2ac55092818a979b189d256a /.gitmodules
parentc953da8f0be5e026d1c9128660736d72294feb3e (diff)
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>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 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