Message ID | 20150806232336.GO3507@type.home |
---|---|
State | New |
Headers | show |
Samuel Thibault <samuel.thibault@ens-lyon.org> writes: > I had to apply the patch below to fix the issue. Yes, adding an empty > symbol section looks odd, but that's what's needed to get the scripts to > emit the ABI_* macros. > > Any thoughts? You need to put it in the libc section, but otherwise it's the correct fix. It's the same nptl/Versions does for libpthread. Andreas.
Index: glibc-upstream/math/Versions =================================================================== --- glibc-upstream.orig/math/Versions +++ glibc-upstream/math/Versions @@ -201,4 +201,6 @@ libm { GLIBC_2.18 { __issignaling; __issignalingf; __issignalingl; } + GLIBC_2.20 { + } }