about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc64
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/powerpc64
parent217b6dc298156bdb0d6aea9ea93e7e394a5ff091 (diff)
downloadglibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.tar.gz
glibc-186cd80b1eb0c28f42c052bbaa9b37a7f66ee662.tar.xz
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/powerpc64')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions b/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
index 7a166f2400..84c809507f 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
@@ -16,7 +16,9 @@ libc {
   }
   GLIBC_2.3.4 {
     getcontext;
+    longjmp;
     setcontext;
+    siglongjmp;
     swapcontext;
   }
   GLIBC_2.17 {
@@ -31,9 +33,3 @@ librt {
     timer_settime;
   }
 }
-
-libpthread {
-  GLIBC_2.3.4 {
-    longjmp; siglongjmp;
-  }
-}