From: Niels Möller Date: Mon, 14 May 2007 14:54:35 +0000 (+0200) Subject: Added FIXME comment. X-Git-Tag: nettle_2.0_release_20090608~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4210fc193ac5041a8ec2de1b500b336385f7fcec;p=thirdparty%2Fnettle.git Added FIXME comment. Rev: nettle/testsuite/symbols-test:1.2 --- diff --git a/testsuite/symbols-test b/testsuite/symbols-test index 43d18736..394848eb 100755 --- a/testsuite/symbols-test +++ b/testsuite/symbols-test @@ -6,6 +6,8 @@ if [ -z "$srcdir" ] ; then srcdir=`pwd` fi +# FIXME: Check libhogweed.a too. + # * nm on aix seems to generate bogus outbut including random binary # data. Using -g is a workaround to get rid of that. But nm -g # doesn't work on Solaris-2.4, so try nm -g first, and plain nm if