aboutsummaryrefslogtreecommitdiff
path: root/linker/Android.bp
AgeCommit message (Expand)Author
2018-11-08Merge "Revert "Disable lld, failed to link bionic/linker.""Chih-hung Hsieh
2018-11-07Revert "Disable lld, failed to link bionic/linker."Chih-hung Hsieh
2018-10-25Clean up bionic_macros.h a bit.Elliott Hughes
2018-10-04Merge "Exclude libclang_rt.builtins symbols"Yi Kong
2018-10-03Exclude libclang_rt.builtins symbolsYi Kong
2018-09-25linker: extract defaults and source filesdimitry
2018-08-21HWASan support in bionic.Evgenii Stepanov
2018-06-08Build recovery variant of the dynamic linkerJiyong Park
2018-05-24Reenable __work_around_b_24465209__ for x86 linkerRyan Prichard
2018-05-14Mark as recovery_available: trueJiyong Park
2018-04-16Disable lld, failed to link bionic/linker.Chih-Hung Hsieh
2018-03-30Break libdl.so and ld-android.so's dependency on libc.so.Ryan Prichard
2018-02-16Remove obsolete debuggerd32/debuggerd64 hack.Elliott Hughes
2018-02-12Switch x86 begin.c to asm; align ESP correctlyRyan Prichard
2018-02-05Run bpfmt manually.Elliott Hughes
2018-01-09Make ld-android.so export linker symbolsdimitry
2018-01-09Move ld-android.so build under linker/dimitry
2018-01-09Unhardcode linker sonamedimitry
2017-10-03Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"Dan Willemsen
2017-10-02Use -Werror in bionicChih-Hung Hsieh
2017-10-02Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]Dan Willemsen
2017-09-20Use an embedded linker for host bionicDan Willemsen
2017-09-20linker: Only link to debuggerd on AndroidDan Willemsen
2017-08-29Replace artificial symbol table with proper onedimitry
2017-08-29Implement __gnu_Unwind_Find_exidx/__cxa_type_matchdimitry
2017-08-03linker: the global group is added to all built-in namespacesJiyong Park
2017-05-03Move libc_log code into libasync_safe.Christopher Ferris
2017-04-03Merge changes I826756d9,I00e2edb2Josh Gao
2017-03-25Merge "Load namespace configuration from ld.config.txt"Treehugger Robot
2017-03-24Load namespace configuration from ld.config.txtDimitry Ivanov
2017-03-23loader: stop relying on AT_BASEDimitry Ivanov
2017-03-08linker: update dependencies.Josh Gao
2017-02-24loader: set PT_INTERP to itselfDimitry Ivanov
2017-02-15linker: use fallback crash handler dumping.Josh Gao
2017-01-26Remove dependency on libc.a from the linkerDimitry Ivanov
2017-01-18Merge "Runtime support for CFI"Evgenii Stepanov
2017-01-18Runtime support for CFIEvgenii Stepanov
2017-01-17Rename libdebuggerd_client to libdebuggerd_handler.Josh Gao
2016-12-09Bionic loader is no longer hijacking libdl.soDimitry Ivanov
2016-12-08Fix linker_asan64 symlinkColin Cross
2016-12-06loader: stop linking libdl/c/m into the loaderDimitry Ivanov
2016-12-06Revert "Bionic loader is no longer hijacking libdl.so"Andreas Gampe
2016-12-05Bionic loader is no longer hijacking libdl.soDimitry Ivanov
2016-11-29Enable libc/libdl/libm/linker for host bionicDan Willemsen
2016-09-13linker: Refactoring step 3 of manyDimitry Ivanov
2016-08-08Extract soinfo and globals to separate files.Dimitry Ivanov
2016-08-08Move android_namespace_t to a separate file.Dimitry Ivanov
2016-08-01Sync linker with internal branchDimitry Ivanov
2016-07-15Convert linker from Android.mk to Android.bpColin Cross