aboutsummaryrefslogtreecommitdiff
path: root/linker/Android.mk
AgeCommit message (Expand)Author
2014-10-01Enable __cxa_atexit && __cxa_finalize for linkerDmitriy Ivanov
2014-08-15Keep symbols for linkerDmitriy Ivanov
2014-06-12[MIPS64] linker64 requires startup codeChris Dearman
2014-06-03Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes
2014-05-12Refactor linker allocatorDmitriy Ivanov
2014-04-01Remove duplicate line in linker/Android.mk.Elliott Hughes
2014-03-27linker: use LOCAL_MULTILIB := both style to build linker64Colin Cross
2014-02-13build linker and linker64 on 64-bit architecturesColin Cross
2014-01-13Add -Bsymbolic to the ld flags when linking the dynamic linker.Elliott Hughes
2013-12-17AArch64: Linker64 support for AArch64Marcus Oakland
2013-10-28Clean up linker architecture macros.Elliott Hughes
2013-10-24Simplify defining the linker architecture macro.Elliott Hughes
2013-10-17Build the linker with the same -std flags as the rest of bionic.Elliott Hughes
2013-10-08Use linker64 for the 64-bit linker.Elliott Hughes
2013-10-08x86_64 linker.Elliott Hughes
2013-02-13am 3002d64b: Merge "Everyone has a TLS register."Elliott Hughes
2013-02-12Everyone has a TLS register.Elliott Hughes
2013-01-22am 4cd5703b: am 75b64a1b: am ca483765: Merge "Fix the duplication in the debu...Elliott Hughes
2013-01-18Fix the duplication in the debugging code.Elliott Hughes
2013-01-17am 36c4eb18: am 3a72fe58: am f3fe1945: Merge "linker: add -Wl,--exclude-libs,...Nick Kralevich
2013-01-16linker: add -Wl,--exclude-libs,ALL to LDFLAGSNick Kralevich
2012-12-18am a0edecf3: am a4ebdcf5: Merge "Check for unknown flags passed to dlopen(3)."Elliott Hughes
2012-12-18Check for unknown flags passed to dlopen(3).Elliott Hughes
2012-11-30am 4835e6ef: am 97b70b2b: Merge "Replace .S version of x86 crtfiles with .c v...Elliott Hughes
2012-11-30Replace .S version of x86 crtfiles with .c versionPavel Chupin
2012-11-02am cfb47daf: am 01271b18: Merge "Make dynamic linker debugging always availab...Elliott Hughes
2012-11-02am 01271b18: Merge "Make dynamic linker debugging always available."Elliott Hughes
2012-11-02Make dynamic linker debugging always available.Elliott Hughes
2012-10-30am 914112ea: am 155e8d1d: Merge "More dynamic linker cleanup."Elliott Hughes
2012-10-30am 155e8d1d: Merge "More dynamic linker cleanup."Elliott Hughes
2012-10-30More dynamic linker cleanup.Elliott Hughes
2012-10-12am ab4e2ed1: am db4fdf1a: Merge "Fix dlerror(3)."Elliott Hughes
2012-10-12am db4fdf1a: Merge "Fix dlerror(3)."Elliott Hughes
2012-10-11Fix dlerror(3).Elliott Hughes
2012-10-08Set up the private variables.Ying Wang
2012-09-26Set up the private variables.Ying Wang
2012-08-13am c64c1b49: am ad8ff472: am c1eb7619: am 440e417d: Merge "Add dependencies o...Elliott Hughes
2012-08-13Add dependencies on all the makefiles.Elliott Hughes
2012-08-11Split out LOCAL_ASFLAGS.Ying Wang
2012-08-07Clean up the linker a bit, remove prelinking support.Elliott Hughes
2012-08-02MIPS support to the linkerRaghu Gandham
2012-07-16Use std=gnu99 for the dynamic linker as well as libc.Elliott Hughes
2012-06-25linker: New sources to manage the ELF program header table.David 'Digit' Turner
2012-06-20am a5948157: Merge "Define __stack_chk_fail_local.S"Andrew Hsieh
2012-06-21Define __stack_chk_fail_local.SAndrew Hsieh
2012-05-15Make the linker relocatable.Nick Kralevich
2012-05-15linker: set LOCAL_NO_CRT := trueNick Kralevich
2012-04-04linker: enable -fvisibility=hiddenNick Kralevich
2012-03-05Add relro supportNick Kralevich
2012-02-01Merge c4cb87f3Jean-Baptiste Queru