commit | 5048045f2525be02c298ee03f1ec983a57d3a900 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Thu Jul 21 17:34:52 2022 +0100 |
committer | GitHub <noreply@github.com> | Thu Jul 21 17:34:52 2022 +0100 |
tree | 59ac516b9314b77834147f9bc2af6c69c55371d5 | |
parent | 59dca4b136ffdaabd78108aa4ecba9c9ad01b512 [diff] | |
parent | accd50d4cd45ecaa3dbc6ce1f938349eb7266239 [diff] |
Merge pull request #6096 from tom-cosgrove-arm/bn_mul-fix-x86-pic-compilation-for-gcc-4-2.28 Backport 2.28: bn_mul.h: fix x86 PIC inline ASM compilation with GCC < 5
diff --git a/tests/suites/host_test.function b/tests/suites/host_test.function index b9ea3d6..bb06822 100644 --- a/tests/suites/host_test.function +++ b/tests/suites/host_test.function
@@ -590,6 +590,7 @@ */ test_files = &argv[ arg_index ]; testfile_count = argc - arg_index; + break; } arg_index++;