about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2019-06-28 08:46:00 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-06-28 08:46:51 -0300
commit589787f8894251c3b114f4ce06a89ecf2763f1b4 (patch)
tree812346a8bdad7c4070720f7e3fbcfe1d82782ab1 /ChangeLog
parentf0b2132b35248c1f4a80f62a2c38cddcc802aa8c (diff)
downloadglibc-589787f8894251c3b114f4ce06a89ecf2763f1b4.tar.gz
glibc-589787f8894251c3b114f4ce06a89ecf2763f1b4.tar.xz
glibc-589787f8894251c3b114f4ce06a89ecf2763f1b4.zip
Replace PREPARE_VERSION macro with inline function
	* sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Remove macro.
	(prepare_version_base): New helper inline function.
	(prepare_version): New macro replacing PREPARE_VERSION.
	(PREPARE_VERSION_KNOWN): Use prepare_version instead of PREPARE_VERSION.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bb4d832a6..e1d63271a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-06-28  Tobias Klauser  <tklauser@distanz.ch>
+
+	* sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Remove macro.
+	(prepare_version_base): New helper inline function.
+	(prepare_version): New macro replacing PREPARE_VERSION.
+	(PREPARE_VERSION_KNOWN): Use prepare_version instead of PREPARE_VERSION.
+
 2019-06-28  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #24741]