From b44b5abeae4a3b54ccbd7137f59c0a8923cecec9 Mon Sep 17 00:00:00 2001 From: "Emilio G. Cota" Date: Tue, 4 Sep 2018 19:31:06 -0400 Subject: 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 Signed-off-by: Richard Henderson --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3