summaryrefslogtreecommitdiffstats
path: root/8
Commit message (Collapse)AuthorAgeFilesLines
* Add mips32r6 STL binariesAndrew Hsieh2014-12-174-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
* rebuild mips64 gabi++, stlport and llvm-libc++ in r6Andrew Hsieh2014-09-164-0/+0
| | | | | | | Previous they were built with mips64r2, but the new mips64el-linux-android-4.9 generates -mips64r6 code by default Change-Id: Icac18d68deffd9c2956d29a1e328027894639bd0
* Refresh 64-bit headers/libs; upgrade libc++ to r207307Andrew Hsieh2014-05-0912-0/+0
| | | | | | to bionic: adfc007dbf936bd021d79ba2d2c360a3cfc77be9 5/19 2014 Change-Id: Id9994bab1ab8240853890c108e8aaa3ebac47fa8
* Add /thumb libraries for gabi++/stlport/llvm-libc++Andrew Hsieh2014-04-278-0/+8
| | | | | | gnu-libstdc++ has /thumb version of libraries already. Change-Id: Iccb8a9fd23212cd3ebbd4aa66b6b250c6cdfb03b
* Corrected arm64 ABIAndrew Hsieh2014-03-204-0/+0
| | | | | | | | | Changed from arm64 to arm64-v8a. See target/board/generic_arm64/BoardConfig.mk TARGET_CPU_ABI := arm64-v8a Change-Id: If5d27638f9caabdfe887ca35202b7dfaa6d9ff01
* Add gabi++/libs/{arm64,x86_64,mips64}Andrew Hsieh2014-02-116-0/+0
| | | | Change-Id: I9e3a57b7849f8e714952503ac3909947a8eb9ab6
* Add platforms headers/libs for mips64Andrew Hsieh2014-02-066-0/+0
| | | | | | | | | | | | Also 1) update some headers in arm64/x86_64 2) add crtbegin_dynamic.o for x86_64 missing from last time 3) add symlink to android-19/arch-mips64 for other levels 4) refresh stlport mainly to account for the fact that sizeof(long double)==16 since https://android-review.googlesource.com/#/c/81133/ Change-Id: I5ea68cb8f17304682fc1d3ac7a27367d2c9a6daa
* Merge "Fixed apparent copy/paste mistake Bug: 11634378"Andrew Hsieh2014-02-056-6/+6
|\
| * Fixed apparent copy/paste mistakeDavid Friedman2014-02-046-6/+6
| | | | | | | | | | | | Bug: 11634378 Change-Id: I77933e690e377d4704831f1142de8d6b44053327
* | Refresh arm64/x86_64 libstlport built w/o -fno-exceptionsAndrew Hsieh2014-02-014-0/+0
| | | | | | | | Change-Id: I656223f6f74847223de17e535ea6c7b98ddaaf27
* | Add experimental arm64 and x86_64 headers and stlportAndrew Hsieh2014-01-284-0/+0
|/ | | | Change-Id: If40f9c1f36d56dbf251a3bfd0be6818c1ea1b958
* Refresh arch-x86/usr/lib/crt*o with ones built from C codeAndrew Hsieh2013-09-126-0/+0
| | | | | | | | | | | | | | Previous ones were built from assembly code with hack to iterate all eh frames and record ranges. Since 20c4a3a8eee5ca8c87ae377732f541baffce1fda X86's crt*o in platform are compiled from C code w/o the hack, and stop depending on __deregister_frame_info_bases. Refreshing prebuilts/ndk's crt*o to be consistent with platform's, otherwise when linking unbundled lib you may get linker warning reads: hidden symbol '__deregister_frame_info_bases' in libgcc.a(unwind-dw2-fde-dip.o) is referenced by DSO out/target/product/generic_x86/obj/lib/libexpat.so Change-Id: If9015db058bf18416f2c2093dbde25ebcfbf3e58
* am 2fd43bef: Merge "Unhide __cxa_begin_cleanup and __cxa_type_match needed ↵Andrew Hsieh2013-03-0769-745/+2604
|\ | | | | | | | | | | | | by libgcc.a" * commit '2fd43bef60b65fe63cf3d75451ae552dd7630369': Unhide __cxa_begin_cleanup and __cxa_type_match needed by libgcc.a
| * Unhide __cxa_begin_cleanup and __cxa_type_match needed by libgcc.aAndrew Hsieh2013-03-0769-745/+2604
| | | | | | | | | | | | | | | | | | | | | | | | | | Refresh only sources/cxx-stl/gnu-libstdc++ to NDK r8d+ with the following https://android-review.googlesource.com/#/c/52900 https://android-review.googlesource.com/#/c/52961 Also see https://android-review.googlesource.com/#/c/52981 https://android-review.googlesource.com/#/c/53006 Internal bug ref: b/8247455 Change-Id: I864f33e389324a59deea8c8ca81cdf6597bf9620
* | am 9283a93c: Merge "Update prebuilts/ndk/8 to r8d/r8c"Andrew Hsieh2012-12-281007-591/+235075
|\ \ | |/ | | | | | | * commit '9283a93c7b03896d32a8e88c9322c827d4303652': Update prebuilts/ndk/8 to r8d/r8c
| * Update prebuilts/ndk/8 to r8d/r8cAndrew Hsieh2012-12-211016-591/+235084
| | | | | | | | | | | | | | | | | | | | | | | | | | 1. Update prebuilts/ndk/8 to r8d release (*1), except for 2. sources/cxx-stl/gabi++ and sources/cxx-stl/stlport remain in r8c before exception handling support is added for r8d. Both will be upgraded to r8d once abi/ is upgraded to r8d's gabi++. 3. Add link 8/platforms/android-* (*1) http://developer.android.com/tools/sdk/ndk/index.html Change-Id: If61526b0f815a0f980ab19ffd10765a3b69ceb28
| * resolved conflicts for merge of 4385882c to jb-mr1-dev-plus-aospAndrew Hsieh2012-10-171387-0/+229191
| | | | | | | | Change-Id: I2d7c57c43249cfbb0adacefebe4c1ec0fef1dc9e
| * resolved conflicts for merge of 4385882c to jb-mr1-dev-plus-aospAndrew Hsieh2012-10-125314-490905/+6848
| | | | | | | | Change-Id: I10e96f48dcd7134cf45a6d8406bf8b69f6593eba
| * Create symlink currentYing Wang2012-08-1413816-0/+1518306
| | | | | | | | | and simplify the directory names. With this we will unify all LOCAL_NDK_VERSIONs in the platform to the latest stable NDK. Bug: 6932421 Change-Id: I1842caaced8c621a49e92326bbbd85b284561c0f
* SymlinksYing Wang2012-11-2711-0/+11
| | | | | | | | | 1) symlinks for missing platform version. For the mapping, see ndk/build/core/add-application.mk 2) symlinks for x86/mips platforms version 8, since the NDK supports x86/mips only starting from android-9. Change-Id: I6b2aa936886705c0266afd6fcd5ee20fdfacc0ca
* Upload 4.6 gnu-libstdc++Andrew Hsieh2012-10-121387-0/+229191
| | | | | | | | | | | | | All previously uploaded ndk/?/sources/cxx-stl/gnu-libstdc++ contains only 4.4.3 libstdc++ because it's the only compiler in previous NDKs, until r8b where GCC 4.6 is introduced. This CL upload both 4.4.3 and 4.6, and set 4.6 as the default. build/core/binary.mk will be updated to use either one depending one the version of compiler. Change-Id: I4ffcaa750995959932393cbdb2a469c620f97166
* Refresh prebuilts/ndk/android-ndk-r8 with content of r8cAndrew Hsieh2012-10-115314-490905/+6848
| | | | | | | | | | | | | | | | | | | | | Mostly notable change is the removal of arch-x86 and arch-mips headers from platforms/android-{3,4,5,8}. Those headers are imcomplete to begin with, since both X86 and MIPS ABIs are only supported at API > 8 Other fixes (excerpts from docs/CHANGES.html) 1. Fixed arch-mips/include/asm/* previously incorrectly cleaned from original kernel See https://android-review.googlesource.com/#/c/43335 2. Replace struct member data "__unused" with "__linux_unused" in linux/sysctl.h and linux/icmp.h to avoid conflict with "#define __unused" in sys/cdefs.h 3. Fixed fenv.h to enclosed C functions with __BEGIN_DECLS/__END_DECLS 4. Removed unimplemented functions in malloc.h 5. Fixed stdint.h. See http://code.google.com/p/android/issues/detail?id=1952 6. Fixed preprocessor macros in <arch>/include/machine/* 7. Replaced link.h for mips with new version for all platforms 8. Remove linux-unistd.h Change-Id: I35f120a870afe25a2d105a2cdbb957f0d40b60e9
* Create symlink currentYing Wang2012-08-1013816-0/+1518306
and simplify the directory names. With this we will unify all LOCAL_NDK_VERSIONs in the platform to the latest stable NDK. Bug: 6932421 Change-Id: I1842caaced8c621a49e92326bbbd85b284561c0f