Run genversion-scripts.py.
I forgot to run this after adding NDK info to libstdc++.
Test: make native
Bug: None
Change-Id: I5d45aa7207b9eb548a233442aa0e3ab77d98baeb
diff --git a/libc/libstdc++.mips.map b/libc/libstdc++.mips.map
index 63fd8a0..92f9858 100644
--- a/libc/libstdc++.mips.map
+++ b/libc/libstdc++.mips.map
@@ -1,6 +1,8 @@
# Generated by genversion-scripts.py. Do not edit.
LIBC_O {
global:
+ _ZSt7nothrow; # var
+ _ZTV9type_info; # var introduced-arm=9 introduced-mips=9
_ZdaPv;
_ZdaPvRKSt9nothrow_t;
_ZdlPv;
@@ -9,7 +11,6 @@
_ZnajRKSt9nothrow_t; # arm x86 mips
_Znwj; # arm x86 mips
_ZnwjRKSt9nothrow_t; # arm x86 mips
- _ZSt7nothrow;
__cxa_guard_abort;
__cxa_guard_acquire;
__cxa_guard_release;