From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 6C2653858C2C; Thu, 28 Apr 2022 09:34:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C2653858C2C MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r12-8299] libstdc++: Remove redundant line in versioned namespace linker script X-Act-Checkin: gcc X-Git-Author: =?utf-8?q?Fran=C3=A7ois_Dumont?= X-Git-Refname: refs/heads/master X-Git-Oldrev: 4e4f550a5bc588a76452941cb3fb887a20f8a6cc X-Git-Newrev: f39fcafbc0d2c49593dd8351b87cf43da9227953 Message-Id: <20220428093443.6C2653858C2C@sourceware.org> Date: Thu, 28 Apr 2022 09:34:43 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2022 09:34:43 -0000 https://gcc.gnu.org/g:f39fcafbc0d2c49593dd8351b87cf43da9227953 commit r12-8299-gf39fcafbc0d2c49593dd8351b87cf43da9227953 Author: François Dumont Date: Thu Apr 28 10:01:14 2022 +0100 libstdc++: Remove redundant line in versioned namespace linker script This doesn't match anything. libstdc++-v3/ChangeLog: * config/abi/pre/gnu-versioned-namespace.ver: Remove std::random_device::* pattern. Diff: --- libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 1 - 1 file changed, 1 deletion(-) diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index e9520a6421e..b37199ece72 100644 --- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver +++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver @@ -28,7 +28,6 @@ GLIBCXX_8.0 { { std::*; std::__8::*; - std::random_device::* }; # operator new(size_t)