Commit f1b3168d by Jonathan Wakely Committed by Jonathan Wakely

Simplify linker script patterns for std::exception_ptr

	* config/abi/pre/gnu.ver: Use wildcards to combine related patterns.

From-SVN: r262475
parent 97271bd8
2018-07-06 Jonathan Wakely <jwakely@redhat.com> 2018-07-06 Jonathan Wakely <jwakely@redhat.com>
* config/abi/pre/gnu.ver: Use wildcards to combine related patterns.
P0935R0 Eradicating unnecessarily explicit default constructors P0935R0 Eradicating unnecessarily explicit default constructors
* config/abi/pre/gnu.ver: Tighten existing patterns and export new * config/abi/pre/gnu.ver: Tighten existing patterns and export new
default constructor symbols. default constructor symbols.
......
...@@ -2174,14 +2174,10 @@ CXXABI_1.3.3 { ...@@ -2174,14 +2174,10 @@ CXXABI_1.3.3 {
#ifdef HAVE_EXCEPTION_PTR_SINCE_GCC46 #ifdef HAVE_EXCEPTION_PTR_SINCE_GCC46
# exception_ptr # exception_ptr
_ZNSt15__exception_ptr13exception_ptrC1Ev; _ZNSt15__exception_ptr13exception_ptrC[12]Ev;
_ZNSt15__exception_ptr13exception_ptrC2Ev; _ZNSt15__exception_ptr13exception_ptrC[12]ERKS0_;
_ZNSt15__exception_ptr13exception_ptrC1ERKS0_; _ZNSt15__exception_ptr13exception_ptrC[12]EMS0_FvvE;
_ZNSt15__exception_ptr13exception_ptrC2ERKS0_; _ZNSt15__exception_ptr13exception_ptrD[12]Ev;
_ZNSt15__exception_ptr13exception_ptrC1EMS0_FvvE;
_ZNSt15__exception_ptr13exception_ptrC2EMS0_FvvE;
_ZNSt15__exception_ptr13exception_ptrD1Ev;
_ZNSt15__exception_ptr13exception_ptrD2Ev;
_ZNSt15__exception_ptr13exception_ptraSERKS0_; _ZNSt15__exception_ptr13exception_ptraSERKS0_;
_ZNKSt15__exception_ptr13exception_ptrcvMS0_FvvEEv; _ZNKSt15__exception_ptr13exception_ptrcvMS0_FvvEEv;
_ZNKSt15__exception_ptr13exception_ptrntEv; _ZNKSt15__exception_ptr13exception_ptrntEv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment