about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-08-01 18:01:22 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-08-23 11:30:56 -0300
commit08d57105bbcbb4f950cd7cdf881a50977e44b8c6 (patch)
tree52625b9d6b5f35f6df183dfe3a5b0760c96279f0 /ChangeLog
parenta43565ac447b1608ae2626f5012673560bb623ab (diff)
downloadglibc-08d57105bbcbb4f950cd7cdf881a50977e44b8c6.tar.gz
glibc-08d57105bbcbb4f950cd7cdf881a50977e44b8c6.tar.xz
glibc-08d57105bbcbb4f950cd7cdf881a50977e44b8c6.zip
linux: Make profil_counter a compat_symbol (BZ#17726)
As indicated by Joseph's comment on BZ#17726, this symbol is most
likely a historical ABI accident.  This patch make it on both arm
and sparc ABIs a compat_symbol.

Checked against a build arm-linux-gnueabihf, sparcv9-linux-gnu, adn
sparc64-linux-gnu to see if the symbol is still present.

	* gmon/Versions (libc) [GLIBC_2.31]: New entry.
	* sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
	Make a compat_symbol.
	* sysdeps/unix/sysv/linux/sparc/profil-counter.h
	(__profil_counter_global): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 386e025fbc..8c98317b82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2019-08-23  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 	    Florian Weimer  <fweimer@redhat.com>
 
+	* gmon/Versions (libc) [GLIBC_2.31]: New entry.
+	* sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
+	Make a compat_symbol.
+	* sysdeps/unix/sysv/linux/sparc/profil-counter.h
+	(__profil_counter_global): Likewise.
+
 	* debug/segfault.c (install_handler): Use SA_SIGINFO if defined.
 	* sysdeps/generic/profil-counter.h (__profil_counter): Cast to
 	uintptr_t.