diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2018-08-10 09:07:44 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2018-08-10 09:07:44 +0200 |
commit | 8d997d2253e742546db2b27c8ee56edbbe4c906c (patch) | |
tree | a22444850dd6a7101fcf200049e0a73090c0b1f9 /stdlib/Versions | |
parent | 69e2444ab1444ab8210598abbcb4822701d368b9 (diff) | |
download | glibc-8d997d2253e742546db2b27c8ee56edbbe4c906c.zip glibc-8d997d2253e742546db2b27c8ee56edbbe4c906c.tar.gz glibc-8d997d2253e742546db2b27c8ee56edbbe4c906c.tar.bz2 |
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 'stdlib/Versions')
-rw-r--r-- | stdlib/Versions | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index a2dfa32..9e665d4 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -105,9 +105,6 @@ libc { GLIBC_2.10 { quick_exit; __cxa_at_quick_exit; } - GLIBC_2.13 { - __fentry__; - } GLIBC_2.17 { secure_getenv; } |