about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2018-08-10 09:07:44 +0200
committerStefan Liebler <stli@linux.ibm.com>2018-08-10 09:07:44 +0200
commit8d997d2253e742546db2b27c8ee56edbbe4c906c (patch)
treea22444850dd6a7101fcf200049e0a73090c0b1f9 /ChangeLog
parent69e2444ab1444ab8210598abbcb4822701d368b9 (diff)
downloadglibc-8d997d2253e742546db2b27c8ee56edbbe4c906c.tar.gz
glibc-8d997d2253e742546db2b27c8ee56edbbe4c906c.tar.xz
glibc-8d997d2253e742546db2b27c8ee56edbbe4c906c.zip
Move __fentry__ version definition to sysdeps/{i386,x86_64}
__fentry__ symbol is currently not defined for other architectures.
Attempts to introduce it cause abicheck to fail, because it will be
available since 2.29 earliest, and not 2.13, which is the case for
Intel.  With the new code, abicheck passes for i686-linux-gnu,
x86_64-linux-gnu and x86_64-linux-gnu32 triples.

ChangeLog:

	* stdlib/Versions: Remove __fentry__.
	* sysdeps/i386/Versions: Add __fentry__.
	* sysdeps/x86_64/Versions: Add __fentry__.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae2868ffe0..1d71d936c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2018-08-10  Ilya Leoshkevich  <iii@linux.ibm.com>
 
+	* stdlib/Versions: Remove __fentry__.
+	* sysdeps/i386/Versions: Add __fentry__.
+	* sysdeps/x86_64/Versions: Add __fentry__.
+
+2018-08-10  Ilya Leoshkevich  <iii@linux.ibm.com>
+
 	* sysdeps/s390/Makefile: Register the new tests.
 	* sysdeps/s390/tst-dl-runtime-mod.S: New file.
 	* sysdeps/s390/tst-dl-runtime-profile-audit.c: New file.