On Sun, Jun 18, 2017 at 10:38 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Sun, Jun 18, 2017 at 09:45:39AM -0700, H.J. Lu wrote: >> PR libstdc++/81092 >> * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Updated. >> --- >> libstdc++-v3/ChangeLog | 5 >> +++++ >> .../config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt | 5 >> +++++ >> 2 files changed, 10 insertions(+) >> >> diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog >> index aad8ed4..eebb326 100644 >> --- a/libstdc++-v3/ChangeLog >> +++ b/libstdc++-v3/ChangeLog >> @@ -1,3 +1,8 @@ >> +2017-06-18 H.J. Lu <hongjiu...@intel.com> >> + >> + PR libstdc++/81092 >> + * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Updated. >> + >> 2017-06-18 Andreas Schwab <sch...@linux-m68k.org> > > Could you please also update gcc-7-branch? > It doesn't have the: > >> +FUNC:_ZNKSt13random_device13_M_getentropyEv@@GLIBCXX_3.4.25 >> +OBJECT:0:GLIBCXX_3.4.25 > > entries but the rest should be there.
Thanks. This is what I checked in. -- H.J.
From 11a7d1403c5cdb081dfc5dcae2cf0f265e8cf3f7 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" <hjl.to...@gmail.com> Date: Sun, 18 Jun 2017 11:58:29 -0700 Subject: [PATCH] x32: Update baseline_symbols.txt PR libstdc++/81092 * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Updated. --- libstdc++-v3/ChangeLog | 5 +++++ .../config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt | 3 +++ 2 files changed, 8 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 35e16e1..ba8a585 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2017-06-18 H.J. Lu <hongjiu...@intel.com> + + PR libstdc++/81092 + * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Updated. + 2017-06-16 Jakub Jelinek <ja...@redhat.com> PR libstdc++/81092 diff --git a/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt b/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt index 74e486e..bdc4583 100644 --- a/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt +++ b/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt @@ -1329,6 +1329,7 @@ FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC1EPKwRKS1_@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC1EPKwjRKS1_@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC1ERKS1_@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC1ERKS2_@@GLIBCXX_3.4 +FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC1ERKS2_jRKS1_@@GLIBCXX_3.4.24 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC1ERKS2_jj@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC1ERKS2_jjRKS1_@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC1ESt16initializer_listIwERKS1_@@GLIBCXX_3.4.11 @@ -1342,6 +1343,7 @@ FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC2EPKwRKS1_@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC2EPKwjRKS1_@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC2ERKS1_@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC2ERKS2_@@GLIBCXX_3.4 +FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC2ERKS2_jRKS1_@@GLIBCXX_3.4.24 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC2ERKS2_jj@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC2ERKS2_jjRKS1_@@GLIBCXX_3.4 FUNC:_ZNSbIwSt11char_traitsIwESaIwEEC2ESt16initializer_listIwERKS1_@@GLIBCXX_3.4.11 @@ -4002,6 +4004,7 @@ OBJECT:0:GLIBCXX_3.4.20 OBJECT:0:GLIBCXX_3.4.21 OBJECT:0:GLIBCXX_3.4.22 OBJECT:0:GLIBCXX_3.4.23 +OBJECT:0:GLIBCXX_3.4.24 OBJECT:0:GLIBCXX_3.4.3 OBJECT:0:GLIBCXX_3.4.4 OBJECT:0:GLIBCXX_3.4.5 -- 2.9.4