summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* build linker and linker64 on 64-bit architecturesColin Cross2014-02-133-82/+89
* Remove unused variables not spotted by GCC.Elliott Hughes2014-02-121-10/+4
* Clean up all the lint cpplint can find in the dynamic linker.Elliott Hughes2014-02-114-84/+61
* [MIPS64] Dynamic linkerChris Dearman2014-02-114-47/+196
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-105-437/+405
* Fix <link.h>.Elliott Hughes2014-02-102-43/+18
* Clean up debugger.cpp slightly.Elliott Hughes2014-01-311-29/+24
* LP64 binaries should talk to debuggerd64.Elliott Hughes2014-01-311-0/+4
* bionic: Change the type of soinfo's size to size_tWeiwu Chen2014-01-282-2/+2
* bionic: Do not use magic number for portabilityQiming Shi2014-01-271-3/+3
* bionic: rename aarch64 target to arm64Colin Cross2014-01-232-1/+1
* Make it possible for code to query the dynamic linker's default search path.Elliott Hughes2014-01-133-47/+50
* Add -Bsymbolic to the ld flags when linking the dynamic linker.Elliott Hughes2014-01-131-1/+4
* Add NT_PRSTATUS to <elf.h>.Elliott Hughes2014-01-091-4/+1
* Regenerate the NOTICE files.Elliott Hughes2014-01-071-0/+28
* Improve dynamic linker diagnostics for internal errors.Elliott Hughes2013-12-221-5/+8
* AArch64: Linker64 support for AArch64Marcus Oakland2013-12-176-19/+263
* Fix debugging issues in vdso handlingPavel Chupin2013-12-121-1/+3
* Fix linker crashes during unknown symbol lookupSergey Melnikov2013-10-311-8/+10
* Update <sys/exec_elf.h> to get the DF_* flags.Elliott Hughes2013-10-281-9/+0
* Don't allow text relocations on 64-bit.Elliott Hughes2013-10-283-18/+30
* Clean up linker architecture macros.Elliott Hughes2013-10-287-150/+129
* Simplify defining the linker architecture macro.Elliott Hughes2013-10-241-15/+4
* Revert "Don't warn about x86 text relocations. They're too prevalent."Elliott Hughes2013-10-241-2/+0
* Don't warn about x86 text relocations. They're too prevalent.Elliott Hughes2013-10-231-0/+2
* change wording on text relocation message.Nick Kralevich2013-10-221-2/+2
* Build the linker with the same -std flags as the rest of bionic.Elliott Hughes2013-10-171-4/+11
* Merge "x86_64: Add R_X86_64_64 relocation handling"Elliott Hughes2013-10-171-0/+8
|\
| * x86_64: Add R_X86_64_64 relocation handlingPavel Chupin2013-10-161-0/+8
* | Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-171-9/+0
|/
* x86_64: Rename 64-bit linker to linker64Pavel Chupin2013-10-091-0/+4
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-093-7/+7
* Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-091-2/+1
* Use /system/lib64 and /vendor/lib64 for 64-bit libraries.Elliott Hughes2013-10-081-0/+5
* Make logging fall back to /dev/stderr if we're on the host.Elliott Hughes2013-10-081-5/+0
* Use linker64 for the 64-bit linker.Elliott Hughes2013-10-081-3/+7
* Use C99 structure initializer designator style.Elliott Hughes2013-10-081-44/+48
* x86_64 linker.Elliott Hughes2013-10-088-70/+361
* Fix Clang warning since KernelArgumentBlock is actually a class.Stephen Hines2013-10-081-1/+1
* Remove 32-bit assumptions from the ELF code.Elliott Hughes2013-09-306-242/+189
* Add the dl_iterate_phdr function to libdl for arm.Christopher Ferris2013-09-062-12/+12
* Make mips_relocate_got tolerate a missing gotBrian Carlstrom2013-08-211-17/+15
* Add more information to error due to truncated Elf32_EhdrBrian Carlstrom2013-08-141-1/+2
* am 2be511d4: Merge "Improve stack overflow diagnostics (take 2)."Elliott Hughes2013-07-171-29/+34
|\
| * Improve stack overflow diagnostics (take 2).Elliott Hughes2013-07-171-29/+34
* | am 2cf5a6f6: Merge "Revert "Improve stack overflow diagnostics.""Guang Zhu2013-07-161-34/+29
|\ \ | |/
| * Revert "Improve stack overflow diagnostics."Guang Zhu2013-07-171-34/+29
* | am 026867c7: Merge "Improve stack overflow diagnostics."Elliott Hughes2013-07-161-29/+34
|\ \ | |/
| * Improve stack overflow diagnostics.Elliott Hughes2013-07-161-29/+34
* | am 7d624e9a: Merge "Kernel dso support for \'dl_iterate_phdr\' function"Elliott Hughes2013-06-251-0/+24
|\ \ | |/