aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/abi/pre/gnu.ver
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2018-07-06 13:52:41 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2018-07-06 13:52:41 +0100
commitf1b3168d7f2bec7f349ec9c27f0bb5a7e2e5b543 (patch)
treeaa26f3d6ca7452e3579aa761dc5cb93bcacb4719 /libstdc++-v3/config/abi/pre/gnu.ver
parent97271bd88f1c0ea8bf66b68bfbb00c13355e9706 (diff)
downloadgcc-f1b3168d7f2bec7f349ec9c27f0bb5a7e2e5b543.zip
gcc-f1b3168d7f2bec7f349ec9c27f0bb5a7e2e5b543.tar.gz
gcc-f1b3168d7f2bec7f349ec9c27f0bb5a7e2e5b543.tar.bz2
Simplify linker script patterns for std::exception_ptr
* config/abi/pre/gnu.ver: Use wildcards to combine related patterns. From-SVN: r262475
Diffstat (limited to 'libstdc++-v3/config/abi/pre/gnu.ver')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu.ver12
1 files changed, 4 insertions, 8 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index e634d3a..b09bdef 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -2174,14 +2174,10 @@ CXXABI_1.3.3 {
#ifdef HAVE_EXCEPTION_PTR_SINCE_GCC46
# exception_ptr
- _ZNSt15__exception_ptr13exception_ptrC1Ev;
- _ZNSt15__exception_ptr13exception_ptrC2Ev;
- _ZNSt15__exception_ptr13exception_ptrC1ERKS0_;
- _ZNSt15__exception_ptr13exception_ptrC2ERKS0_;
- _ZNSt15__exception_ptr13exception_ptrC1EMS0_FvvE;
- _ZNSt15__exception_ptr13exception_ptrC2EMS0_FvvE;
- _ZNSt15__exception_ptr13exception_ptrD1Ev;
- _ZNSt15__exception_ptr13exception_ptrD2Ev;
+ _ZNSt15__exception_ptr13exception_ptrC[12]Ev;
+ _ZNSt15__exception_ptr13exception_ptrC[12]ERKS0_;
+ _ZNSt15__exception_ptr13exception_ptrC[12]EMS0_FvvE;
+ _ZNSt15__exception_ptr13exception_ptrD[12]Ev;
_ZNSt15__exception_ptr13exception_ptraSERKS0_;
_ZNKSt15__exception_ptr13exception_ptrcvMS0_FvvEEv;
_ZNKSt15__exception_ptr13exception_ptrntEv;