On Tue, Apr 07, 2015 at 08:39:37AM -0500, Bill Schmidt wrote: > Posted below the differences from powerpc64-linux-gnu. A surprising > number of additional symbols, but none are missing in the new baseline. > (Perhaps powerpc64-linux-gnu needs updating?)
Sure, it needs updating. So, if I filter the GLIBCXX_3.4.21 and CXXABI_1.3.9 symbols from your diff, I get grep -v '@@GLIBCXX_3.4.21\|@@CXXABI_1.3.9' /tmp/XX | grep @ > TLS:8:_ZSt11__once_call@@GLIBCXX_3.4.11 > TLS:8:_ZSt15__once_callable@@GLIBCXX_3.4.11 which are the two lines you should manually remove. But then, it means the powerpc64-linux-gnu and powerpc64le-linux-gnu baseline_symbols.txt are identical, so the question is if we really need to duplicate it, instead of just telling in the configury that for powerpc64le-linux-gnu it should use the powerpc64-linux-gnu baseline_symbols.txt. Jakub