aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-08-02 17:18:08 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-08-02 17:18:08 +0200
commit968dc26df61f4577c6a1df5734de21c1504d2c79 (patch)
tree36f1096f0d8da1a01667b467d61160527b52f775 /ChangeLog
parentf690b56979dea81340a397c1b5e44827a6fb06e7 (diff)
downloadglibc-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3edcce4d9d..8c2eb8e48f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.