summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-15am b5431067: Merge "Add proper number of stubs for ARM JUMP24 relocations."HEADtools_r22.2tools_r22mastermainjb-mr1.1-dev-plus-aospStephen Hines
2012-12-14Merge "Add proper number of stubs for ARM JUMP24 relocations."jb-mr1-dev-plus-aospStephen Hines
2012-12-14Add proper number of stubs for ARM JUMP24 relocations.Stephen Hines
2012-11-20am 909a0d74: Merge "Add missing R_ARM_JUMP24/R_ARM_THM_JUMP24 relocation."Stephen Hines
2012-11-19Merge "Add missing R_ARM_JUMP24/R_ARM_THM_JUMP24 relocation."Stephen Hines
2012-11-07Add missing R_ARM_JUMP24/R_ARM_THM_JUMP24 relocation.android-cts-4.2_r2android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1jb-mr1.1-releasejb-mr1.1-devStephen Hines
2012-11-02Add missing R_ARM_JUMP24/R_ARM_THM_JUMP24 relocation.Stephen Hines
2012-08-17am 7a2648fe: Merge "host modules don\'t need LOCAL_MODULE_TAGS"android-sdk-support_r11android-cts-4.2_r1android-4.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1jb-mr1-releasejb-mr1-devJoe Onorato
2012-08-16Merge "host modules don't need LOCAL_MODULE_TAGS"tools_r21Joe Onorato
2012-06-13host modules don't need LOCAL_MODULE_TAGSJoe Onorato
2012-04-25am 9f02779a: Fix MAC build. No longer needs to include malloc.h.Shih-wei Liao
2012-04-25Fix MAC build. No longer needs to include malloc.h.android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1jb-releasejb-mr0-releasejb-devShih-wei Liao
2012-04-25Fix MAC build. No longer needs to include malloc.h.Shih-wei Liao
2012-04-09am 7cb1b70e: Merge "Change LOCAL_LDFLAGS to LOCAL_LDLIBS to fix the build on ...Stephen Hines
2012-04-09Merge "Change LOCAL_LDFLAGS to LOCAL_LDLIBS to fix the build on Ubuntu 11.10."android-sdk-adt_r20tools_r20ics-plus-aospStephen Hines
2012-04-09Change LOCAL_LDFLAGS to LOCAL_LDLIBS to fix the build on Ubuntu 11.10.Logan Chien
2012-03-27Split rsloaderCreateExec into 2 functions.Logan Chien
2012-03-24Minor fixes: Addressed the comments.Shih-wei Liao
2012-03-23Find the symbol with the callback for R_ARM_ABS32.Logan Chien
2012-03-02Code cleanup.Shih-wei Liao
2012-03-02Fix R_..._CALL. Add T:testcases.Shih-wei Liao
2012-03-02LLVM no longer generates R_ARM_NONE.Shih-wei Liao
2012-03-02Align section boundary to 4 bytes.Shih-wei Liao
2012-03-02Support:T.Shih-wei Liao
2012-03-01am c9035479: Merge "Remapping ELF section headers to match loaded code"Stephen Hines
2012-03-01Merge "Remapping ELF section headers to match loaded code"Stephen Hines
2012-02-29Remapping ELF section headers to match loaded codeStephen Hines
2012-02-26Fix standalone build script.Logan Chien
2012-02-26Cast void* type to intptr_t before we cast it to int32_t.Logan Chien
2012-02-02Check for unresolved symbols before returning executable.Stephen Hines
2012-01-14Improve readability.Shih-wei Liao
2012-01-13Remove hard-wired dependency on __mips__ in ELFSymbol_CRTP<>::getAddress()Andrew Hsieh
2012-01-13Define __HOST__, and replace dependency on __arm__ with it in ASSERT_FAILED()Andrew Hsieh
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-12-29Change LOCAL_LDFLAGS to LOCAL_LDLIBS to fix the build on Ubuntu 11.10.Logan Chien
2011-12-27Fix incorrect definition (now llvm defines it).Logan Chien
2011-12-09Switch LOGE to ALOGV for non-error messages.Stephen Hines
2011-11-27Use cacheflush system call to flush the cache on MIPS.Logan Chien
2011-11-26Add GOT code for host build.Logan Chien
2011-11-26Fixed AHL calculation.Chao-ying Fu
2011-11-26Fixed the compilation errors for GOT.Chao-ying Fu
2011-11-26Fixed relocation types and added GOT supports.Chao-ying Fu
2011-11-25Update standalone build script for cross compilation.Logan Chien
2011-11-22Clean up trailing whitespaces.Shih-wei Liao
2011-11-22Remove unused debug code.Logan Chien
2011-11-22Enhance to relocate cross-compiled binaryAndrew Hsieh
2011-11-22Include rsl_assert header.Logan Chien
2011-11-22Use static relocation model.Logan Chien
2011-11-22Add mips routine for far stubs.Logan Chien
2011-11-22Add the stub related test cases.Logan Chien