diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/Versions | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-08-17 Andreas Schwab <schwab@suse.de> + + * sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty + version set GLIBC_2.19. + 2015-08-16 Zack Weinberg <zackw@panix.com> [BZ #18681] 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 { + } +} |