diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-08-02 17:18:08 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-08-02 17:18:08 +0200 |
commit | 968dc26df61f4577c6a1df5734de21c1504d2c79 (patch) | |
tree | 36f1096f0d8da1a01667b467d61160527b52f775 /ChangeLog | |
parent | f690b56979dea81340a397c1b5e44827a6fb06e7 (diff) | |
download | glibc-968dc26df61f4577c6a1df5734de21c1504d2c79.tar glibc-968dc26df61f4577c6a1df5734de21c1504d2c79.tar.gz glibc-968dc26df61f4577c6a1df5734de21c1504d2c79.tar.bz2 glibc-968dc26df61f4577c6a1df5734de21c1504d2c79.zip |
Add support for referencing specific symbol versions
This is needed for writing tests of compat symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2016-08-02 Florian Weimer <fweimer@redhat.com> + Support linking against compatibility symbols, for use in tests. + * include/libc-symbols.h (symbol_version_reference): New macro. + (symbol_version): Use it. + * include/shlib-compat.h: Unconditionally include <abi-versions.h>. + (compat_symbol): Use compat_symbol_reference. + (compat_symbol_1, compat_symbol_2): Remove. + (compat_symbol_reference, compat_symbol_reference_1) + (compat_symbol_reference_2): New macro. Use + symbol_version_reference. + +2016-08-02 Florian Weimer <fweimer@redhat.com> + [BZ #19469] * malloc/Makefile (CPPFLAGS): Compile tests with -DTEST_NO_MALLOPT. |