about summary refs log tree commit diff
path: root/math/gen-libm-test.pl
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-11-16 12:46:52 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-11-16 12:46:52 +0000
commit14407b7e60d8e8f74ba5751c321051f5f3341cd4 (patch)
treece9f37bdd372d4637272c445a87730e798a88dd6 /math/gen-libm-test.pl
parentca07f1973bb0aecdd3d12532d3512663807e0b6d (diff)
downloadglibc-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-xmath/gen-libm-test.pl2
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)) {