libsupc++: Fix typo in symbol map.
This went mostly unnoticed with the deprecation of the GNU toolchain in tier 1 platforms. Fix it now for the rest. PR: 169901 MFC after: 3 days
This commit is contained in:
parent
633785280d
commit
311219368a
@ -132,7 +132,7 @@ CXXABI_1.3 {
|
||||
|
||||
GLIBCXX_3.4 {
|
||||
# operator new and new[]
|
||||
_Znai[jm];
|
||||
_Zna[jm];
|
||||
_Zna[jm]RKSt9nothrow_t;
|
||||
_Znw[jm];
|
||||
_Znw[jm]RKSt9nothrow_t;
|
||||
|
Loading…
Reference in New Issue
Block a user