summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: updated commentsDmitriy Ivanov2014-05-121-7/+2
* Cleanup: remove AARCH/ARM_COPY relocation supportDmitriy Ivanov2014-05-121-89/+27
* Remove support for non-PIE executablesNick Kralevich2014-05-081-0/+6
* Merge "Handle empty relro segment or incorrectly sized file."Torne (Richard Coles)2014-05-061-3/+13
|\
| * Handle empty relro segment or incorrectly sized file.Torne (Richard Coles)2014-05-021-3/+13
* | Disallow dlopen("egl/blah.so") on LP64Dmitriy Ivanov2014-05-021-0/+3
|/
* Pass si_code through to debuggerd.Elliott Hughes2014-04-251-36/+42
* Fix arm64/x86 build.Torne (Richard Coles)2014-04-221-1/+1
* Merge "Allow sharing the RELRO section via a file."Torne (Richard Coles)2014-04-223-5/+153
|\
| * Allow sharing the RELRO section via a file.Torne (Richard Coles)2014-04-173-5/+153
* | Merge "Support loading libraries to a reserved address."Torne (Richard Coles)2014-04-223-19/+41
|\ \ | |/
| * Support loading libraries to a reserved address.Torne (Richard Coles)2014-04-173-19/+41
* | Merge "Add android_dlopen_ext() interface to linker."Torne (Richard Coles)2014-04-223-13/+25
|\ \ | |/
| * Add android_dlopen_ext() interface to linker.Torne (Richard Coles)2014-04-173-13/+25
* | Merge "Make libc signal handler output more like debuggerd."Elliott Hughes2014-04-191-162/+185
|\ \
| * | Make libc signal handler output more like debuggerd.Elliott Hughes2014-04-181-162/+185
| |/
* | Temporarily disable text relocation warnings for x86 librariesDu Chenyang2014-04-181-0/+2
|/
* Remove duplicate line in linker/Android.mk.Elliott Hughes2014-04-011-2/+1
* Merge "Use __unused instead of UNUSED in linker.cpp"Christopher Ferris2014-03-301-8/+7
|\
| * Use __unused instead of UNUSED in linker.cppKito Cheng2014-03-251-8/+7
* | linker: use LOCAL_MULTILIB := both style to build linker64Colin Cross2014-03-272-62/+65
|/
* Unify our assembler macros.Elliott Hughes2014-02-203-3/+3
* Linker writes to wrong memory location when processing DT_MIPS_RLD_MAPBenjamin Adolphi2014-02-191-1/+1
* 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