From: Richard Levitte Date: Thu, 2 Jun 2016 00:06:25 +0000 (+0200) Subject: Testing symbol presence: also take note of small objects X-Git-Tag: OpenSSL_1_1_0-pre6~598 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a182e546c74aff8ce1a15c7b626fbb428bf0d0f4;p=oweals%2Fopenssl.git Testing symbol presence: also take note of small objects The S symbol class wasn't checked. Notified by Sebastian Andrzej Siewior Reviewed-by: Tim Hudson --- diff --git a/test/recipes/01-test_symbol_presence.t b/test/recipes/01-test_symbol_presence.t index 619519c5b5..32827f573e 100644 --- a/test/recipes/01-test_symbol_presence.t +++ b/test/recipes/01-test_symbol_presence.t @@ -57,7 +57,7 @@ foreach my $libname (@libnames) { note "Number of lines in \@def_lines before massaging: ", scalar @def_lines; # Massage the nm output to only contain defined symbols - @nm_lines = sort map { s| .*||; $_ } grep(m|.* [BCDT] .*|, @nm_lines); + @nm_lines = sort map { s| .*||; $_ } grep(m|.* [BCDST] .*|, @nm_lines); # Massage the mkdef.pl output to only contain global symbols # The output we got is in Unix .map format, which has a global