about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/powerpc/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/powerpc/Versions')
-rw-r--r--REORG.TODO/sysdeps/powerpc/Versions31
1 files changed, 31 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/powerpc/Versions b/REORG.TODO/sysdeps/powerpc/Versions
new file mode 100644
index 0000000000..95849668f2
--- /dev/null
+++ b/REORG.TODO/sysdeps/powerpc/Versions
@@ -0,0 +1,31 @@
+libm {
+  GLIBC_2.1 {
+    # symbols used in macros from sysdeps/powerpc/bits/fenv.h
+    __fe_dfl_env; __fe_enabled_env; __fe_nonieee_env; __fe_nomask_env;
+  }
+  GLIBC_2.25 {
+    __fe_dfl_mode;
+  }
+}
+
+libc {
+  GLIBC_2.3.4 {
+    _longjmp; __sigsetjmp; _setjmp;
+    longjmp; setjmp;
+  }
+  GLIBC_PRIVATE {
+    __novmx__libc_longjmp; __novmx__libc_siglongjmp;
+    __vmx__libc_longjmp; __vmx__libc_siglongjmp;
+  }
+}
+
+ld {
+  GLIBC_2.22 {
+    __tls_get_addr_opt;
+  }
+  GLIBC_2.23 {
+    # Symbol used to version control when the ABI started to specify that HWCAP
+    # and AT_PLATFORM data should be stored into the TCB.
+    __parse_hwcap_and_convert_at_platform;
+  }
+}