summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* Make abort messages available to debuggerd.Elliott Hughes2013-04-053-18/+23
* Drop unnecessary execution permission for .cpp/.c/.hKito Cheng2013-03-222-0/+0
* Clean up internal libc logging.Elliott Hughes2013-03-154-18/+14
* Use more types than just 'unsigned' in the linker.Elliott Hughes2013-03-124-119/+118
* Use Elf32_Addr instead of unsigned in linkerKito Cheng2013-03-122-53/+49
* Regenerate NOTICE files.Elliott Hughes2013-03-072-92/+9
* Fix typo of DT_NEEDED for DT_NULLBrian Carlstrom2013-03-061-1/+1
* Fix TIMING/STATS/COUNT_PAGES dynamic linker buildKito Cheng2013-03-061-3/+3
* Fix MIPS linker buildBrian Carlstrom2013-03-061-1/+1
* More linker cleanup.Elliott Hughes2013-03-056-457/+317
* Minor linker cleanup, primarily to use Elf32_DynBrian Carlstrom2013-03-056-176/+188
* Update linker README.Elliott Hughes2013-02-191-2/+3
* Everyone has a TLS register.Elliott Hughes2013-02-121-7/+1
* Switch to using AT_RANDOM for the stack guards.Elliott Hughes2013-02-081-1/+1
* Fix x86 build, remove void* arithmetic.Elliott Hughes2013-02-071-0/+1
* Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-074-136/+83
* Remove partial implementation of MIPS non-PIC support.Elliott Hughes2013-02-062-28/+0
* Use the NetBSD <sys/exec_elf.h>.Elliott Hughes2013-01-291-31/+2
* Clean up debuggerd-related logging.Elliott Hughes2013-01-221-32/+25
* Merge "Fix the duplication in the debugging code."Elliott Hughes2013-01-226-760/+11
|\
| * Fix the duplication in the debugging code.Elliott Hughes2013-01-186-760/+11
* | Revert "Filter ANDROID_PROPERTY_WORKSPACE"Guang Zhu2013-01-181-1/+0
|/
* linker: add -Wl,--exclude-libs,ALL to LDFLAGSNick Kralevich2013-01-161-1/+1
* Revert "stack protector: use AT_RANDOM"Nick Kralevich2013-01-161-4/+4
* Merge "stack protector: use AT_RANDOM"Nick Kralevich2013-01-161-4/+4
|\
| * stack protector: use AT_RANDOMNick Kralevich2013-01-161-4/+4
* | Filter ANDROID_PROPERTY_WORKSPACENick Kralevich2013-01-151-0/+1
|/
* Fix my git mistake.Elliott Hughes2013-01-141-1/+2
* [MIPS] Set DT_DEBUG dyntab entry if it is writableChris Dearman2013-01-143-7/+14
* Fix debug malloc.Elliott Hughes2013-01-031-6/+6
* Merge "Support System.loadLibrary for libraries with transitive dependencies."Elliott Hughes2012-12-213-94/+90
|\
| * Support System.loadLibrary for libraries with transitive dependencies.Elliott Hughes2012-12-203-94/+90
* | Fix format_number.Elliott Hughes2012-12-201-48/+45
|/
* Fix x86 dynamic linker build.Elliott Hughes2012-12-182-5/+6
* Check for unknown flags passed to dlopen(3).Elliott Hughes2012-12-184-13/+17
* Merge "Replace .S version of x86 crtfiles with .c version"Elliott Hughes2012-11-302-17/+31
|\
| * Replace .S version of x86 crtfiles with .c versionPavel Chupin2012-11-302-17/+31
* | Do not include '\0' when writing error messages to stderrChris Dearman2012-11-261-3/+3
|/
* Merge "We should use load_bias. This patch fixes MIPS NDK device exception t...Nick Kralevich2012-11-191-2/+2
|\
| * We should use load_bias. This patch fixes MIPS NDK device exception test fai...Chao-Ying Fu2012-11-191-2/+2
* | Temporarily address gcc 4.7 breakage.Nick Kralevich2012-11-151-0/+4
|/
* am a41e6426: Merge "Tone down some of the overly-verbose linker logging."Elliott Hughes2012-11-052-10/+4
|\
| * Tone down some of the overly-verbose linker logging.Elliott Hughes2012-11-052-10/+4
* | am 9df2e000: Merge "Cleaning the linker environment as we initialize it requi...Elliott Hughes2012-11-022-88/+59
|\|
| * Merge "Cleaning the linker environment as we initialize it requires less API."Elliott Hughes2012-11-022-88/+59
| |\
| | * Cleaning the linker environment as we initialize it requires less API.Elliott Hughes2012-11-022-88/+59
* | | am 01271b18: Merge "Make dynamic linker debugging always available."Elliott Hughes2012-11-027-166/+80
|\| |
| * | Make dynamic linker debugging always available.Elliott Hughes2012-11-027-166/+80
| |/
* | am ed537239: Merge "Adjust symbol lookup for DT_SYMBOLIC case"Elliott Hughes2012-11-021-23/+53
|\|
| * Merge "Adjust symbol lookup for DT_SYMBOLIC case"Elliott Hughes2012-11-021-23/+53
| |\