aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-02 07:32:19 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-02 07:32:19 +0200
commit186cd80b1eb0c28f42c052bbaa9b37a7f66ee662 (patch)
treeeb73538bb12d59600599ef976637a62db57e620d /sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
parent217b6dc298156bdb0d6aea9ea93e7e394a5ff091 (diff)
downloadglibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.tar
glibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.tar.gz
glibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.tar.bz2
glibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.zip
Add missing symbols to Version files
Some symbols have explicit versioned_symbol or compat_symbol markers in the sources, but no corresponding entry in the Versions files. This presently works because the local: * directive is only applied to the base version. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions14
1 files changed, 6 insertions, 8 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
index ee505efb9e..918e0231d0 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
@@ -21,11 +21,15 @@ libc {
scandir64;
}
GLIBC_2.3.3 {
- posix_fadvise64; posix_fallocate64;
setcontext; getcontext; swapcontext; makecontext;
}
GLIBC_2.3.4 {
- setcontext; getcontext; swapcontext; makecontext;
+ getcontext;
+ longjmp;
+ makecontext;
+ setcontext;
+ siglongjmp;
+ swapcontext;
}
GLIBC_2.11 {
fallocate64;
@@ -34,9 +38,3 @@ libc {
__ppc_get_timebase_freq;
}
}
-
-libpthread {
- GLIBC_2.3.4 {
- longjmp; siglongjmp;
- }
-}