aboutsummaryrefslogtreecommitdiff
path: root/libc/libstdc++.arm.map
Commit message (Collapse)AuthorAgeFilesLines
* Generate the per-arch .map files at build time.Elliott Hughes2018-12-171-19/+0
| | | | | | | | We shouldn't be checking in these generated files... Bug: N/A Test: ran tests Change-Id: Ib67c1ba839eacd7acebd713e1dcd4dd2c25d67f0
* Mark new/delete as weak in the NDK stubs.Dan Albert2017-07-281-8/+8
| | | | | | Test: make ndk Bug: None Change-Id: I76eef4f0265e87ddbad84ac8c5d56225aa240239
* Remove _ZTV9type_info from the version script.Dan Albert2016-11-041-1/+0
| | | | | | | | | | | | | 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
* Run genversion-scripts.py.Dan Albert2016-11-041-1/+2
| | | | | | | | I forgot to run this after adding NDK info to libstdc++. Test: make native Bug: None Change-Id: I5d45aa7207b9eb548a233442aa0e3ab77d98baeb
* Correct libstdc++ versionDimitry Ivanov2016-08-011-1/+1
| | | | | | | The version script is introduced in O Bug: http://b/28987948 Change-Id: Icd0a27d1b67e8227e44aa6e771816f0e6ed489b8
* Add symbol versions to libstdc++.soDimitry Ivanov2016-07-281-0/+19
Bug: http://b/28987948 Change-Id: I3853528bd432ceab37e4867f2c4112d9ee0b40dc