diff options
author | Emilio G. Cota | 2018-09-05 01:31:06 +0200 |
---|---|---|
committer | Richard Henderson | 2018-10-05 19:57:41 +0200 |
commit | b44b5abeae4a3b54ccbd7137f59c0a8923cecec9 (patch) | |
tree | 59dd3928a00af9ee2ac55092818a979b189d256a /.gitmodules | |
parent | softfloat: remove float64_trunc_to_int (diff) | |
download | qemu-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>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
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 |