Commit a182e546 authored by Richard Levitte's avatar Richard Levitte
Browse files

Testing symbol presence: also take note of small objects



The S symbol class wasn't checked.

Notified by Sebastian Andrzej Siewior

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent ade82832
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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