[openssl/openssl] 4f2bf5: test/recipes/01-test_symbol_presence.t: Ignore sym...
Richard Levitte
noreply at github.com
Fri Dec 8 08:10:58 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 4f2bf52cf9a9af52c61d2402f3e31f7b97f1484d
https://github.com/openssl/openssl/commit/4f2bf52cf9a9af52c61d2402f3e31f7b97f1484d
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M test/recipes/01-test_symbol_presence.t
Log Message:
-----------
test/recipes/01-test_symbol_presence.t: Ignore symbols starting with '__'
On some platforms, the compiler may add symbols that aren't ours and that we
should ignore.
They are generally expected to start with a double underscore, and thereby
easy to detect.
(backport of commit 6c63b7e861819db439551b52ea5594faec04b65c)
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22929)
(cherry picked from commit cef95c208fd5afcb98d21d2c63aaace5504f2842)
Commit: fa472dd02af4027ba0fccbe365ecaf89e6289327
https://github.com/openssl/openssl/commit/fa472dd02af4027ba0fccbe365ecaf89e6289327
Author: Richard Levitte <levitte at openssl.org>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M test/recipes/01-test_symbol_presence.t
Log Message:
-----------
test/recipes/01-test_symbol_presence.t: Treat common symbols specially
Common symbols (type 'C' in the 'nm' output) are allowed to be defined more
than once. This makes test/recipes/01-test_symbol_presence.t reflect that.
(backport of commit 4ff5137ff5fb896e0273d274110517e3c7adb8cf)
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22929)
(cherry picked from commit 3cd209a6ba62ea282227305d9ba1f70b55241fb2)
Compare: https://github.com/openssl/openssl/compare/9afa3c36ac72...fa472dd02af4
More information about the openssl-commits
mailing list