glibc/gmon
Adhemerval Zanella 08d57105bb 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.
2019-08-23 11:30:56 -03:00
..
sys Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
gmon.c Support profiling PIE [BZ #22284] 2017-10-12 03:49:40 -07:00
Makefile Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mcount.c
prof-freq.c
profil.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
sprofil.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-gmon-gprof.sh Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-gmon-pie.c Support profiling PIE [BZ #22284] 2017-10-12 03:49:40 -07:00
tst-gmon-static-gprof.sh Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-gmon-static-pie.c Add --enable-static-pie configure option to build static PIE [BZ #19574] 2017-12-15 17:12:14 -08:00
tst-gmon-static.c Add a test for profiling static executable 2017-10-14 12:58:55 -07:00
tst-gmon.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
tst-profile-static.c
tst-sprofil.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Versions linux: Make profil_counter a compat_symbol (BZ#17726) 2019-08-23 11:30:56 -03:00