diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-16 12:46:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-16 12:46:52 +0000 |
commit | 14407b7e60d8e8f74ba5751c321051f5f3341cd4 (patch) | |
tree | ce9f37bdd372d4637272c445a87730e798a88dd6 /math/gen-libm-test.pl | |
parent | ca07f1973bb0aecdd3d12532d3512663807e0b6d (diff) | |
download | glibc-14407b7e60d8e8f74ba5751c321051f5f3341cd4.tar.gz glibc-14407b7e60d8e8f74ba5751c321051f5f3341cd4.tar.xz glibc-14407b7e60d8e8f74ba5751c321051f5f3341cd4.zip |
Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.
Diffstat (limited to 'math/gen-libm-test.pl')
-rwxr-xr-x | math/gen-libm-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl index c2d10d35e8..b7083a24ab 100755 --- a/math/gen-libm-test.pl +++ b/math/gen-libm-test.pl @@ -216,7 +216,7 @@ sub parse_args { # consistency check if ($current_arg == $#args) { die ("wrong number of arguments") - unless ($args[$current_arg] =~ /EXCEPTION|ERRNO|IGNORE_ZERO_INF_SIGN/); + unless ($args[$current_arg] =~ /EXCEPTION|ERRNO|IGNORE_ZERO_INF_SIGN|NO_TEST_INLINE/); } elsif ($current_arg < $#args) { die ("wrong number of arguments"); } elsif ($current_arg > ($#args+1)) { |