]> sourceware.org Git - glibc.git/commit
scripts/versions.awk: Add local: * to all version nodes
authorFlorian Weimer <fweimer@redhat.com>
Wed, 2 Jun 2021 05:32:19 +0000 (07:32 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 2 Jun 2021 05:32:44 +0000 (07:32 +0200)
commitd32ee64df750c2a1ebfffaccc1c02251a73d0532
tree153e33dbacd4f161b2049e5298d49f81e2ae70eb
parent186cd80b1eb0c28f42c052bbaa9b37a7f66ee662
scripts/versions.awk: Add local: * to all version nodes

This requires that all exported symbol versions are listed in
Versions files.  It results in more consistent behavior across
architectures because previously, symbols could be exported
via explicit versioned_symbol and compat_symbol macros if the
version node existed in some Versions file (without listing the
symbol), and it was not the base version for the library (which
already had the local: * directive).

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
scripts/versions.awk
This page took 0.039677 seconds and 5 git commands to generate.