From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1720) id 31981381FE7F; Thu, 15 Sep 2022 16:59:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 31981381FE7F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663261160; bh=XIi9+M/cyMOivatSNMhA0sBhu2YkPRuT+xADgZCtxX8=; h=From:To:Subject:Date:From; b=U0IxG7pxACpFYDOXLUjIZTXw0bGjSyEqFiQjJhoIqqcRl4ztr0eClbH1EsUhDIYad wY1ON+sg5fqE1VEL40d8D394gAZ7Ll+4YIhm3ZvfzgrDJDEN8ammd1ZQMeK53TuOy/ zcPNQfxfHA81v8XZGodsOKuHDCrq0VvQyxGAyOTc= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: =?utf-8?b?RnJhbuCkpeCkiG9pcyBEdW1vbnQ=?= To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-2685] libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver X-Act-Checkin: gcc X-Git-Author: =?utf-8?q?Fran=C3=A7ois_Dumont?= X-Git-Refname: refs/heads/master X-Git-Oldrev: 1e4c7e870e2a3a059568565196a8f3b8c9de1fa4 X-Git-Newrev: d26bcff991c7d71d5c0c07a0ff1f7494a4e9812b Message-Id: <20220915165920.31981381FE7F@sourceware.org> Date: Thu, 15 Sep 2022 16:59:20 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d26bcff991c7d71d5c0c07a0ff1f7494a4e9812b commit r13-2685-gd26bcff991c7d71d5c0c07a0ff1f7494a4e9812b Author: François Dumont Date: Wed Sep 14 19:11:51 2022 +0200 libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver Remove expressions for symbols in std::__detail::__8 namespace, they are obsolete since version namespace applies only at std:: level, not at sub-levels. libstdc++-v3/ChangeLog: * config/abi/pre/gnu-versioned-namespace.ver: Remove obsolete std::__detail::__8 symbols. Diff: --- libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index b37199ece72..06ccaa80a58 100644 --- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver +++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver @@ -76,20 +76,9 @@ GLIBCXX_8.0 { # locale _ZNSt3__89has_facetINS_*; - # hash - _ZNSt8__detail3__812__prime_listE; - _ZNSt3tr18__detail3__812__prime_listE; - # thread/mutex/condition_variable/future __once_proxy; - # std::__detail::_List_node_base - _ZNSt8__detail3__815_List_node_base7_M_hook*; - _ZNSt8__detail3__815_List_node_base9_M_unhookEv; - _ZNSt8__detail3__815_List_node_base10_M_reverseEv; - _ZNSt8__detail3__815_List_node_base11_M_transfer*; - _ZNSt8__detail3__815_List_node_base4swapER*; - # std::__convert_to_v _ZNSt3__814__convert_to_v*;