OSDN Git Service

Remove _ZTV9type_info from the version script.
authorDan Albert <danalbert@google.com>
Fri, 4 Nov 2016 23:48:53 +0000 (16:48 -0700)
committerDan Albert <danalbert@google.com>
Fri, 4 Nov 2016 23:51:45 +0000 (16:51 -0700)
commit57e094f30a3c53185d4acb1791522cd767bdc2c6
treefc21def4f370b817dbfffe84b1df5a99f12690af
parent832ccc266731951f009ec8fbf6e9a27b8ade71cb
Remove _ZTV9type_info from the version script.

We broke this ABI in L:
https://android-review.googlesource.com/c/95071/.

This ABI break is now in over half of all devices, so it's more
correct to not have it than it is to have it. It's also worth noting
that this was only ever in ARM and MIPS; it was never in x86.

Test: make native
Bug: None
Change-Id: Ic58d048191f72d58fe72a2691bebbbfeda14bdf1
libc/libstdc++.arm.map
libc/libstdc++.arm64.map
libc/libstdc++.map.txt
libc/libstdc++.mips.map
libc/libstdc++.mips64.map
libc/libstdc++.x86.map
libc/libstdc++.x86_64.map