summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Adjust symbol lookup for DT_SYMBOLIC casePavel Chupin2012-11-021-23/+53
* | | am dc77a228: Merge "Allow dlopen("egl/blah.so")."Elliott Hughes2012-11-011-1/+5
|\ \ \ | |/ /
| * | Allow dlopen("egl/blah.so").Elliott Hughes2012-11-011-1/+5
* | | am d30116cf: Merge "Keep the dynamic linker\'s soinfo pools mostly read-only."Elliott Hughes2012-11-014-244/+256
|\ \ \ | |/ /
| * | Keep the dynamic linker's soinfo pools mostly read-only.Elliott Hughes2012-11-014-244/+256
* | | am 064f862d: Merge "Stop defining our own PAGE_SIZE and PAGE_MASK, and test d...Elliott Hughes2012-11-012-22/+6
|\ \ \ | |/ /
| * | Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too.Elliott Hughes2012-11-012-22/+6
* | | am 0be1819b: Merge "Dynamically allocate soinfo-structs in linker"Elliott Hughes2012-11-012-38/+60
|\ \ \ | |/ /
| * | Dynamically allocate soinfo-structs in linkerMagnus Malmborn2012-11-012-38/+60
* | | am c0ac7eba: Merge "Reject .so files with no sysv hash table."Elliott Hughes2012-10-311-103/+91
|\ \ \ | |/ /
| * | Reject .so files with no sysv hash table.Elliott Hughes2012-10-311-103/+91
| |/
* | am 084be591: Merge "linker: handle R_ARM_COPY relocations in a proper way"Elliott Hughes2012-10-303-57/+79
|\ \ | |/
| * linker: handle R_ARM_COPY relocations in a proper wayArd Biesheuvel2012-10-303-57/+79