aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2022-04-28 10:01:14 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-04-28 10:03:12 +0100
commitf39fcafbc0d2c49593dd8351b87cf43da9227953 (patch)
tree08e0d20a266edee1f2924e55aee041a267f633ed /libstdc++-v3
parent4e4f550a5bc588a76452941cb3fb887a20f8a6cc (diff)
downloadgcc-f39fcafbc0d2c49593dd8351b87cf43da9227953.zip
gcc-f39fcafbc0d2c49593dd8351b87cf43da9227953.tar.gz
gcc-f39fcafbc0d2c49593dd8351b87cf43da9227953.tar.bz2
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.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
index e9520a6..b37199e 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)