From: François Dumont Date: Thu, 28 Apr 2022 09:01:14 +0000 (+0100) Subject: libstdc++: Remove redundant line in versioned namespace linker script X-Git-Tag: basepoints/gcc-13~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f39fcafbc0d2c49593dd8351b87cf43da9227953;p=thirdparty%2Fgcc.git 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 --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index e9520a6421eb..b37199ece726 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)