summaryrefslogtreecommitdiffstats
path: root/linker/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Statically linked executables should honor AT_SECURE.Elliott Hughes2015-06-101-1/+0
* Add functions to provide target sdk versionDmitriy Ivanov2015-05-271-0/+1
* Apply work around b/19059885 to x86Dmitriy Ivanov2015-05-151-0/+3
* Explain why we need objcopy for the linkerDmitriy Ivanov2015-03-261-1/+3
* Support loading shared libraries from zip filesSimon Baldwin2015-03-161-1/+1
* General purpose memory allocator for linker.Dmitriy Ivanov2015-03-161-0/+2
* Refactoring: rename linker_allocator filesDmitriy Ivanov2015-03-101-1/+1
* Merge "Add comments about the -shared flag."Chih-Hung Hsieh2015-01-231-0/+3
|\
| * Add comments about the -shared flag.Chih-Hung Hsieh2015-01-221-0/+3
* | Enable -Wold-style-cast warnings for linkerDmitriy Ivanov2015-01-221-0/+1
|/
* Contact proper debuggerd when crashing.Christopher Ferris2015-01-201-0/+4
* Refactoring: move mips reloc to separate methodDmitriy Ivanov2015-01-141-2/+2
* Revert "Must use Clang assembler for mips target."Duane Sand2015-01-091-7/+0
* Must use Clang assembler for mips target.Chih-Hung Hsieh2014-12-181-0/+7
* Use LOCAL_POST_LINK_CMD to insert the objcopy command for linker.Ying Wang2014-09-051-16/+9
* Enable __cxa_atexit && __cxa_finalize for linkerDmitriy Ivanov2014-08-261-0/+1
* Keep symbols for linkerDmitriy Ivanov2014-08-141-0/+4
* [MIPS64] linker64 requires startup codeChris Dearman2014-06-121-0/+1
* Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes2014-06-031-1/+1
* Refactor linker allocatorDmitriy Ivanov2014-05-121-0/+3
* Remove duplicate line in linker/Android.mk.Elliott Hughes2014-04-011-2/+1
* linker: use LOCAL_MULTILIB := both style to build linker64Colin Cross2014-03-271-4/+65
* build linker and linker64 on 64-bit architecturesColin Cross2014-02-131-82/+5
* Add -Bsymbolic to the ld flags when linking the dynamic linker.Elliott Hughes2014-01-131-1/+4
* AArch64: Linker64 support for AArch64Marcus Oakland2013-12-171-1/+1
* Clean up linker architecture macros.Elliott Hughes2013-10-281-5/+0
* Simplify defining the linker architecture macro.Elliott Hughes2013-10-241-15/+4
* Build the linker with the same -std flags as the rest of bionic.Elliott Hughes2013-10-171-4/+11
* Use linker64 for the 64-bit linker.Elliott Hughes2013-10-081-3/+7
* x86_64 linker.Elliott Hughes2013-10-081-3/+8
* am 3002d64b: Merge "Everyone has a TLS register."Elliott Hughes2013-02-131-7/+1
|\
| * Everyone has a TLS register.Elliott Hughes2013-02-121-7/+1
* | am 4cd5703b: am 75b64a1b: am ca483765: Merge "Fix the duplication in the debu...Elliott Hughes2013-01-221-1/+0
|\ \ | |/
| * Fix the duplication in the debugging code.Elliott Hughes2013-01-181-1/+0
* | am 36c4eb18: am 3a72fe58: am f3fe1945: Merge "linker: add -Wl,--exclude-libs,...Nick Kralevich2013-01-171-1/+1
|\ \ | |/
| * linker: add -Wl,--exclude-libs,ALL to LDFLAGSNick Kralevich2013-01-161-1/+1
* | am a0edecf3: am a4ebdcf5: Merge "Check for unknown flags passed to dlopen(3)."Elliott Hughes2012-12-181-9/+9
|\ \ | |/
| * Check for unknown flags passed to dlopen(3).Elliott Hughes2012-12-181-9/+9
* | am 4835e6ef: am 97b70b2b: Merge "Replace .S version of x86 crtfiles with .c v...Elliott Hughes2012-11-301-1/+7
|\ \ | |/
| * Replace .S version of x86 crtfiles with .c versionPavel Chupin2012-11-301-1/+7
* | am cfb47daf: am 01271b18: Merge "Make dynamic linker debugging always availab...Elliott Hughes2012-11-021-4/+0
|\ \ | |/
| * am 01271b18: Merge "Make dynamic linker debugging always available."Elliott Hughes2012-11-021-4/+0
| |\
| | * Make dynamic linker debugging always available.Elliott Hughes2012-11-021-4/+0
* | | am 914112ea: am 155e8d1d: Merge "More dynamic linker cleanup."Elliott Hughes2012-10-301-6/+5
|\ \ \ | |/ /
| * | am 155e8d1d: Merge "More dynamic linker cleanup."Elliott Hughes2012-10-301-6/+5
| |\ \ | | |/
| | * More dynamic linker cleanup.Elliott Hughes2012-10-301-6/+5
* | | am ab4e2ed1: am db4fdf1a: Merge "Fix dlerror(3)."Elliott Hughes2012-10-121-1/+1
|\ \ \ | |/ /
| * | am db4fdf1a: Merge "Fix dlerror(3)."Elliott Hughes2012-10-121-1/+1
| |\ \ | | |/
| | * Fix dlerror(3).Elliott Hughes2012-10-111-1/+1
| * | Set up the private variables.Ying Wang2012-10-081-0/+8
| |/