summaryrefslogtreecommitdiffstats
path: root/9/sources/cxx-stl/EH/gabi++
Commit message (Collapse)AuthorAgeFilesLines
* Rename mipsr6 as mips32r6Andrew Hsieh2015-01-072-0/+0
| | | | Change-Id: Ia0d0083227ce9a78f8f38001e067288a4eda22af
* Add mips32r6 STL binariesAndrew Hsieh2014-12-172-0/+0
| | | | | | | | Also update llvm-libc++/libs/{mips,mips64}/lib* compiled with new clang which generate writable .gcc_except_table section and avoid DT_TEXTREL in *so Change-Id: I90637b6f075b58d5e1325cb007c9e7f9294ad1e6
* Refresh 64-bit headers/libs; upgrade libc++ to r207307Andrew Hsieh2014-05-0920-0/+20
| | | | | | to bionic: adfc007dbf936bd021d79ba2d2c360a3cfc77be9 5/19 2014 Change-Id: Id9994bab1ab8240853890c108e8aaa3ebac47fa8
* Corrected arm64 ABIAndrew Hsieh2014-03-202-0/+0
| | | | | | | | | Changed from arm64 to arm64-v8a. See target/board/generic_arm64/BoardConfig.mk TARGET_CPU_ABI := arm64-v8a Change-Id: If5d27638f9caabdfe887ca35202b7dfaa6d9ff01
* Refresh EH/{gabi++,stlport}Andrew Hsieh2014-02-1120-315/+346
| | | | | | This is gabi++ and stlport with exception handling supports. Change-Id: I0d5b56af4b744d9d1812574474f2b2b513af9968
* Switch prebuilts/ndk "current" from r8 to r9Andrew Hsieh2013-09-2733-0/+1983
Also symlink sources/cxx-stl/{gabi++,stlport} to the ones in 8/ (which stay at r8c before exception handling is added). This is temporary workaround due to 1. Some projects compile with prebuilts/ndk but link with platform's old stlport, causing error reads: prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/_ostream.h:187: error: undefined reference to 'std::uncaught_exception()' 2. Some projects don't have -ldl when link with stlport in prebuilts/ndk which now uses dlopen 3. Some [vendor] binaries linked with platform's stlport may run erratically when used in unbundled apps which link with new stlport Change-Id: Icb7c56a69ceac860636f1c4d0abe98369bbf1c19