From: Emilio G. Cota Date: Tue, 4 Sep 2018 23:31:06 +0000 (-0400) Subject: gitmodules: add berkeley's softfloat + testfloat version 3 X-Git-Tag: v3.1.0-rc0~62^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b44b5abeae4a3b54ccbd7137f59c0a8923cecec9;p=thirdparty%2Fqemu.git 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 --- diff --git a/.gitmodules b/.gitmodules index d108478e0aa..a48d2a764cd 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 index 00000000000..b64af41c327 --- /dev/null +++ b/tests/fp/berkeley-softfloat-3 @@ -0,0 +1 @@ +Subproject commit b64af41c3276f97f0e181920400ee056b9c88037 diff --git a/tests/fp/berkeley-testfloat-3 b/tests/fp/berkeley-testfloat-3 new file mode 160000 index 00000000000..ca9fa2ba056 --- /dev/null +++ b/tests/fp/berkeley-testfloat-3 @@ -0,0 +1 @@ +Subproject commit ca9fa2ba05625ba929958f163b01747e07dd39cc