Add version set GLIBC_2.19 for linux/powerpc

Message ID mvmd1ymf0uj.fsf@hawking.suse.de
State Committed
Headers

Commit Message

Andreas Schwab Aug. 17, 2015, 2:25 p.m. UTC
  This fixes the undefined symbol ABI_libm_GLIBC_2_19.  Installed.

Andreas.

	* sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty
	version set GLIBC_2.19.
  

Patch

diff --git a/sysdeps/unix/sysv/linux/powerpc/Versions b/sysdeps/unix/sysv/linux/powerpc/Versions
index 9b583fb..8ebeea1 100644
--- a/sysdeps/unix/sysv/linux/powerpc/Versions
+++ b/sysdeps/unix/sysv/linux/powerpc/Versions
@@ -13,3 +13,7 @@  libc {
     __vdso_time;
   }
 }
+libm {
+  GLIBC_2.19 {
+  }
+}